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 | 28 ++++++++++++++++++++++++++-- 1 files changed, 26 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 5c2cda5..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'], + pageSizeOptions: ['10', '20', '30', '40','50','100','200','300','400','500'], onChange: this.getData, onShowSizeChange: this.pageSizeChange }, @@ -225,6 +225,12 @@ align: 'center', sorter: true, dataIndex: 'qualityStateName' + }, + { + title: '涓嶅悎鏍煎師鍥�', + align: 'center', + sorter: true, + dataIndex: 'qualityNoOkReason' }, { title: '鎴愬搧鐮�', @@ -310,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