啥也不说,直接上代码 <el-date-picker v-model="query.strYear" type="year" format="yyyy" value-format="yyyy" placeholder="请选择"> </el-date-picker> <el-date-picker ...
分类:
其他好文 时间:
2020-08-06 16:59:01
阅读次数:
169
vscode 使用技巧 vs code 打开文件时,取消文件目录的自动定位跟踪 文件-->首选项-->设置-->在搜索栏中搜索:explorer.autoReveal; 去掉勾选即可 扩展插件 1) Html Snippets——html代码提示 2) VS color Picker——颜色选择器 ...
分类:
其他好文 时间:
2020-07-10 15:03:10
阅读次数:
83
<el-date-picker v-model="value1" type="daterange" size="small" range-separator="to" @change="getSTime" format="yyyy-MM-dd" start-placeholder="Start da ...
分类:
其他好文 时间:
2020-07-08 19:40:39
阅读次数:
129
vue 时间控件https://www.cnblogs.com/zhoushuang0426/p/10606863.html Vue el-date-picker 日期组件的使用 一:显示年月 <el-date-picker v-model="selectMonth" type="month" pl ...
分类:
其他好文 时间:
2020-07-07 09:28:42
阅读次数:
506
【整理总结】Visual Studio 扩展和更新 Add New File File Icons C# outline ClaudiaIDE Code alignment CodeMaid Indent Guides Inline Color Picker Markdown Editor VSCo ...
分类:
其他好文 时间:
2020-07-03 12:50:07
阅读次数:
86
https://blog.csdn.net/ypz131023/article/details/81569594?utm_medium=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.nonecas ...
分类:
其他好文 时间:
2020-06-28 15:03:34
阅读次数:
630
在PC端可以代替普通的select控件,因为普通的select控件有限制,显示值无法使用html标签,在手机端的话显示效果不太好,还是使用picker之类的控件比较合适 1、js $(function() { /** * 模拟select **/ $(".select-header").click( ...
分类:
其他好文 时间:
2020-06-23 10:23:14
阅读次数:
50
1、首先从picker选择器说起,在picker选择器中,要进行简单的一些设置 (1)、将选中后的数据回显到field中 在Picker上设置click事件(将使用相似的picker选择器抽离出来) 在data中定义好targetIndex和phoneColums,获取点击后的picker的inde ...
分类:
其他好文 时间:
2020-06-20 18:49:33
阅读次数:
505
Ant Design Vue 中 DatePicker 日期选择框 使用 单页面中使用_demo: 新建 test.vue,内容如下 <template> <div> <a-date-picker @change="onChange" /> <br /> <a-month-picker placeh ...
分类:
其他好文 时间:
2020-06-18 16:08:14
阅读次数:
808