Browse Source

电话改身份证

feature
zxc 3 years ago
parent
commit
e7265af6f8
  1. 2
      src/views/modules/communityService/worklog/workLogForm.vue

2
src/views/modules/communityService/worklog/workLogForm.vue

@ -51,7 +51,7 @@
clearable>
<el-option v-for="item in demandUserList"
:key="item.demandUserId"
:label="item.label"
:label="item.demandUserName + '(' +item.idCard + ')'"
:value="item.demandUserId">
</el-option>
</el-select>

Loading…
Cancel
Save