From 3a05fd672f3cf6fcd847e28d93ad3e3b9c01fea2 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期三, 16 四月 2025 15:58:32 +0800
Subject: [PATCH] 网络分析仪

---
 src/views/system/customer/index.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/views/system/customer/index.vue b/src/views/system/customer/index.vue
index e88b72b..d7dd187 100644
--- a/src/views/system/customer/index.vue
+++ b/src/views/system/customer/index.vue
@@ -8,8 +8,8 @@
                       @keyup.enter.native="getList"></el-input>
           </el-form-item>
           <el-form-item>
-            <el-button type="primary" icon="el-icon-search" size="mini" @click="getList">鏌� 璇�</el-button>
-            <el-button icon="el-icon-refresh" size="mini" @click="refresh">閲� 缃�</el-button>
+            <el-button type="primary" size="mini" @click="getList">鏌ヨ</el-button>
+            <el-button size="mini" @click="refresh">閲嶇疆</el-button>
           </el-form-item>
         </el-form>
       </div>
@@ -64,6 +64,7 @@
 import limsTable from '@/components/Table/lims-table.vue'
 import {addCustom, delCustomById, selectCustomPageList, upCustom} from "@/api/system/customer";
 export default {
+  name: 'Customer',
   components: {
     limsTable
   },
@@ -105,7 +106,7 @@
       ],
       page: {
         total:0,
-        size:10,
+        size:20,
         current:0
       },
       tableLoading: false,

--
Gitblit v1.9.3