From a635f1bbbaf5ebacde78f9d1bcb9b34bc2359902 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周二, 03 9月 2024 11:29:00 +0800 Subject: [PATCH] 增加 MyRemarks 备注 --- 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