【修改】工号字段由workNo转为username

This commit is contained in:
zer0Black
2023-09-30 16:47:49 +08:00
parent defd19e276
commit 6a69ec7297
@@ -11,8 +11,8 @@
</a-col>
<a-col :md="6" :sm="12">
<a-form-model-item label="工号" prop="workNo" style="margin-left:8px">
<a-input placeholder="请输入工号查询" v-model="queryParam.workNo"></a-input>
<a-form-model-item label="工号" prop="username" style="margin-left:8px">
<a-input placeholder="请输入工号查询" v-model="queryParam.username"></a-input>
</a-form-model-item>
</a-col>
@@ -74,7 +74,7 @@ export default {
title: '工号',
width: '15%',
align: 'center',
dataIndex: 'workNo'
dataIndex: 'username'
},
{
title: '部门',