From 3b3e3bcf1345197670c82988ceb3e8d34be3b5f1 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周一, 02 9月 2024 18:24:58 +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