fix:修改了部分字段错误

This commit is contained in:
KindSeven
2024-09-15 01:20:13 +08:00
parent 162bae7fc3
commit 91e6422384
3 changed files with 6 additions and 6 deletions

View File

@@ -127,7 +127,7 @@ const tableConfig = reactive({
width: 200
},
{
prop: 'siteName',
prop: 'orderName',
label: '工单名称',
align: 'center',
width: 200
@@ -195,7 +195,7 @@ const tableConfig = reactive({
width: 200
},
{
prop: 'workOrderNumber',
prop: 'knotter',
label: '关单人',
align: 'center'
},

View File

@@ -127,7 +127,7 @@ const tableConfig = reactive({
width: 200
},
{
prop: 'siteName',
prop: 'orderName',
label: '工单名称',
align: 'center',
width: 200
@@ -195,7 +195,7 @@ const tableConfig = reactive({
width: 200
},
{
prop: 'workOrderNumber',
prop: 'knotter',
label: '关单人',
align: 'center'
},

View File

@@ -127,7 +127,7 @@ const tableConfig = reactive({
width: 200
},
{
prop: 'siteName',
prop: 'orderName',
label: '工单名称',
align: 'center',
width: 200
@@ -195,7 +195,7 @@ const tableConfig = reactive({
width: 200
},
{
prop: 'workOrderNumber',
prop: 'knotter',
label: '关单人',
align: 'center'
},