From 3e324486599007039995ee4a27dbda1a4981257e Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周二, 03 9月 2024 10:32:47 +0800 Subject: [PATCH] 不合格原因 每句修改 --- yiqi_iwara-scada-web/src/views/main/WorkPieceProcess/index.vue | 20 +++++++++++++++++++- 1 files changed, 19 insertions(+), 1 deletions(-) diff --git a/yiqi_iwara-scada-web/src/views/main/WorkPieceProcess/index.vue b/yiqi_iwara-scada-web/src/views/main/WorkPieceProcess/index.vue index 9986c5c..57cafa8 100644 --- a/yiqi_iwara-scada-web/src/views/main/WorkPieceProcess/index.vue +++ b/yiqi_iwara-scada-web/src/views/main/WorkPieceProcess/index.vue @@ -316,10 +316,28 @@ dataIndex: 'timeSceonds' }, { - title: '鏁版嵁鏉ユ簮', + title: '鏉ユ簮', align: 'center', sorter: true, dataIndex: 'createUserName' + }, + { + title: '鏉ユ簮鎻忚堪', + align: 'center', + sorter: true, + dataIndex: 'dataCapturePointCname' + }, + { + title: '淇敼鏉ユ簮', + align: 'center', + sorter: true, + dataIndex: 'updatedUserName' + }, + { + title: '淇敼鏉ユ簮鎻忚堪', + align: 'center', + sorter: true, + dataIndex: 'updateDataCapturePointCname' } ], data: [], -- Gitblit v1.9.3