优化显示

This commit is contained in:
caoqianming 2023-03-02 23:53:14 +08:00
parent dc1ac15649
commit 1255c38d1b
1 changed files with 5 additions and 2 deletions

View File

@ -121,8 +121,10 @@
</el-row>
<el-row>
<el-form-item label="门禁时间范围">
<span v-if="form.third_info">
<span v-if="form.third_info.dh_face_card_start">{{form.third_info.dh_face_card_start}} {{form.third_info.dh_face_card_end}}</span>
</el-form-item>
</span>
</el-form-item>
</el-row>
<el-row>
<el-form-item label="最近定位信息">
@ -180,6 +182,7 @@
job_states: [
{id: 10, name: "在职"},
{id: 20, name: "离职"},
{id: 30, name: "退休"},
],
visible: false,
isSaveing: false,
@ -234,7 +237,7 @@
};
},
mounted() {
this.getPosts();
// this.getPosts();
this.getGroup();
},