【修改】工号字段由workNo转为username
This commit is contained in:
@@ -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: '部门',
|
||||
|
||||
Reference in New Issue
Block a user