添加字段,修改字段显示

This commit is contained in:
方亮 2026-01-06 13:25:13 +08:00
parent 47956830b8
commit 21c631bf79
1 changed files with 7 additions and 3 deletions

View File

@ -110,13 +110,17 @@ export default {
tableList: [],
columnData: [
{
label: '项目名称',
label: '工程名称',
prop: 'proName',
},
{
label: '分包队伍全称',
label: '分包称',
prop: 'subName',
},
{
label: '班组名称',
prop: 'teamName',
},
{
label: '姓名',
prop: 'userName',
@ -126,7 +130,7 @@ export default {
prop: 'idCard',
},
{
label: '职务/工种',
label: '工种',
prop: 'workName',
},
],