BUG 29190
This commit is contained in:
		| @@ -9,8 +9,8 @@ | ||||
|             </el-button> | ||||
|             <el-button icon="iconfont iconDelete" :disabled="!search.ids" @click="handleDelete(search.ids)">删除 | ||||
|             </el-button> | ||||
|             <el-date-picker v-model="search.createTime" type="date" placeholder="日期" size="small" clearable | ||||
|                             @change="page.current=1,getTableData()"/> | ||||
|             <el-date-picker class="w-300" v-model="search.createTime" type="date" placeholder="日期" size="small" | ||||
|                             clearable @change="page.current=1,getTableData()"/> | ||||
|           </template> | ||||
|           <template #right> | ||||
|             <el-input size="small" placeholder="搜索党员/四邻信息" v-model="search.name" clearable | ||||
| @@ -79,7 +79,7 @@ export default { | ||||
|       page: {current: 1, size: 10, total: 0}, | ||||
|       tableData: [], | ||||
|       dialog: false, | ||||
|       form: {residentId: "",linksageDate:""}, | ||||
|       form: {residentId: "", linksageDate: ""}, | ||||
|       rules: { | ||||
|         partyId: {required: true, message: "请选择党员"}, | ||||
|         residentId: {required: true, message: "请选择四邻信息"}, | ||||
| @@ -157,5 +157,9 @@ export default { | ||||
|   .el-date-editor { | ||||
|     width: 100%; | ||||
|   } | ||||
|  | ||||
|   .w-300 { | ||||
|     width: 300px; | ||||
|   } | ||||
| } | ||||
| </style> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user