From ec6c121c26d6684fad97c47aa12c605ea35c7554 Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期一, 07 七月 2025 20:08:16 +0800
Subject: [PATCH] 1、点检工单页面列表新增设备型号以及设备名称展示 2、点检工单页面实现新增、编辑、领取以及作废功能 3、保养规范页面调整批量删除提示文字

---
 src/views/mdc/base/modules/TorqueconfigurationList/TorqueconfigurationList.vue |   22 ++++++++++++++++++++--
 1 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/src/views/mdc/base/modules/TorqueconfigurationList/TorqueconfigurationList.vue b/src/views/mdc/base/modules/TorqueconfigurationList/TorqueconfigurationList.vue
index eb0e098..e9f6724 100644
--- a/src/views/mdc/base/modules/TorqueconfigurationList/TorqueconfigurationList.vue
+++ b/src/views/mdc/base/modules/TorqueconfigurationList/TorqueconfigurationList.vue
@@ -145,12 +145,24 @@
         queryParamPeople:{},
         dataStartsoucre:[],
         scrollY:465,
+        /* 鍒嗛〉鍙傛暟 */
+        ipagination:{
+          current: 1,
+          pageSize: 30,
+          pageSizeOptions: ['30', '50', '100'],
+          showTotal: (total, range) => {
+            return range[0] + "-" + range[1] + " 鍏�" + total + "鏉�"
+          },
+          showQuickJumper: true,
+          showSizeChanger: true,
+          total: 0
+        },
         columns: [
           {
             title: '璁惧缂栧彿',
             align: 'center',
             dataIndex: 'equipmentId',
-            width:250
+            width:200
           },
           {
             title: '璁惧鍚嶇О',
@@ -177,10 +189,16 @@
             width:150
           },
           {
+            title: '杩涚粰鍙傛暟',
+            align: 'center',
+            dataIndex: 'feedParameter',
+            width:150
+          },
+          {
             title: '澶囨敞',
             align: 'center',
             dataIndex: 'notes',
-            width:350
+            width:250
           },
           {
             title: '鎿嶄綔',

--
Gitblit v1.9.3