Explorar el Código

分销时间搜索可以清空,可以自定义输入时间

sugar1569 hace 2 años
padre
commit
21e0723cfd
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      template/admin/src/pages/agent/agentManage.vue

+ 2 - 1
template/admin/src/pages/agent/agentManage.vue

@@ -20,7 +20,8 @@
                 <Radio :label="item.val" v-for="(item, i) in fromList.fromTxt" :key="i">{{ item.text }}</Radio>
               </RadioGroup>
               <DatePicker
-                :editable="false"
+                :editable="true"
+                :clearable="true"
                 @on-change="onchangeTime"
                 :value="timeVal"
                 format="yyyy/MM/dd"