From f9d1ac78b245cb672342e96cf0e905b812352651 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 21 三月 2025 11:23:24 +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