新增打卡次数筛选条件
This commit is contained in:
		| @@ -40,6 +40,7 @@ | ||||
|                 <el-date-picker v-model="search.createDateEnd" size="small" placeholder="结束时间" value-format="yyyy-MM-dd" @change="reloadTable"/> | ||||
|               </ai-search> | ||||
|               <ai-select placeholder="打卡状态" v-model="search.status" :selectList="dict.getDict('wxSignStatus')" @change="reloadTable"/> | ||||
|               <ai-input placeholder="打卡次数" type="number" v-model="search.times" @change="reloadTable"/> | ||||
|             </template> | ||||
|             <template #right> | ||||
|               <el-input size="small" placeholder="搜索用户" v-model="search.wxUserName" clearable @change="page.current=1,getTableData()"/> | ||||
| @@ -66,7 +67,7 @@ export default { | ||||
|   }, | ||||
|   data() { | ||||
|     return { | ||||
|       search: {name: "", createDateStart: "", createDateEnd: "", departmentId: ""}, | ||||
|       search: {name: "", createDateStart: "", createDateEnd: "", times: "", departmentId: ""}, | ||||
|       page: {current: 1, size: 10, total: 0}, | ||||
|       tableData: [], | ||||
|       colConfigs: [ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user