卡口登记

This commit is contained in:
yanran200730
2022-09-26 17:07:59 +08:00
parent 43527038aa
commit b631420500
5 changed files with 124 additions and 210 deletions

View File

@@ -16,8 +16,8 @@
<ai-select
v-model="search.status"
clearable
placeholder="请选择现实状态"
:selectList="dict.getDict('epidemicDangerousAreaLevel')"
placeholder="请选择管理状态"
:selectList="dict.getDict('EP_CM_status')"
@change="search.current = 1, getList()">
</ai-select>
<ai-user-selecter :instance="instance" @change="onUserChange" :isMultiple="false" v-model="user">
@@ -79,6 +79,7 @@
size: 10,
name: '',
infoType: '',
status: '',
controllerUserId: ''
},
user: [],
@@ -162,7 +163,7 @@
transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
&:hover {
border-color: #26f;
border-color: $placeholderColor;
}
i {