From 953bc88c74023afffc12505635a22e84d9964c9c Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周二, 03 9月 2024 11:06:28 +0800 Subject: [PATCH] NOOK时,也要 新建 工序 --- yiqi_iwara-scada-web/src/views/main/WorkPieceProcess/index.vue | 22 ++++++++++++++++++++-- 1 files changed, 20 insertions(+), 2 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 efb3565..57cafa8 100644 --- a/yiqi_iwara-scada-web/src/views/main/WorkPieceProcess/index.vue +++ b/yiqi_iwara-scada-web/src/views/main/WorkPieceProcess/index.vue @@ -196,7 +196,7 @@ total: 0, showSizeChanger: true, showTotal: (total, range) => `${range[0]}-${range[1]}鍏�${total}鏉, - pageSizeOptions: ['10', '20', '30', '40','50','100','200','300','400','500',], + pageSizeOptions: ['10', '20', '30', '40','50','100','200','300','400','500'], onChange: this.getData, onShowSizeChange: this.pageSizeChange }, @@ -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