From 2bd2209ef2c966a036952e5983325c312fb58582 Mon Sep 17 00:00:00 2001
From: hailin <1356886193@qq.com>
Date: 星期二, 25 七月 2023 09:04:48 +0800
Subject: [PATCH] 设备台账的页面搭建

---
 src/views/standardLibrary/index.vue |   37 ++++---------------------------------
 1 files changed, 4 insertions(+), 33 deletions(-)

diff --git a/src/views/standardLibrary/index.vue b/src/views/standardLibrary/index.vue
index ce6dac9..7e0ba8b 100644
--- a/src/views/standardLibrary/index.vue
+++ b/src/views/standardLibrary/index.vue
@@ -71,7 +71,7 @@
                   <el-tag
                     :type="scope.row.spe_state === 0 ? 'primary' : 'success'"
                     disable-transitions
-                  >{{ scope.row.spe_state === 0 ? '鏈悓鎰�' : '宸插悓鎰�' }}</el-tag>
+                  >{{ scope.row.spe_state === 0 ? '宸插仠鐢�' : '宸插惎鐢�' }}</el-tag>
                 </template>
               </el-table-column>
               <el-table-column
@@ -246,7 +246,7 @@
             <!-- 鍒嗛〉鍣� -->
             <el-pagination
               :current-page="pageParams.pageNo"
-              :page-sizes="[1, 2, 3, 4]"
+              :page-sizes="[10, 15, 20, 25]"
               :page-size="pageParams.pageNo"
               layout="total, sizes, prev, pager, next, jumper"
               :total="pageParams.total"
@@ -284,42 +284,13 @@
         keyword: ''
       },
       tableData: [
-        {
-          id: 2,
-          name: 'AB',
-          updateTime: '2023-07-12 00:00:12',
-          username: '灏忓皬',
-          vel: 'V1.0',
-          spe_state: 1,
-          visible: false
-        },
-        {
-          id: 3,
-          name: 'AB',
-          updateTime: '2023-07-12 00:00:12',
-          username: '灏忓皬',
-          vel: 'V1.0',
-          spe_state: 1,
-          visible: false
-
-        },
-        {
-          id: 4,
-          name: 'AB',
-          updateTime: '2023-07-12 00:00:12',
-          username: '灏忓皬',
-          vel: 'V1.0',
-          spe_state: 1,
-          visible: false
-
-        }
       ],
       oldtableData: [],
       // 鍒嗛〉鍙傛暟
       pageParams: {
         pageNo: 1,
-        pageSize: 1,
-        total: 3
+        pageSize: 10,
+        total: 0
       },
       tablespecifications: [
       ],

--
Gitblit v1.9.3