From 4aaf55d0dff0f48a8d6ddfc39c3fb8350c2a3d8a Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期二, 24 十二月 2024 18:32:13 +0800
Subject: [PATCH] 大理片笼新增指定工程、笼内详情,登陆成功后无默认页

---
 UI-Project/src/views/hollow/hollowslicecage.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/UI-Project/src/views/hollow/hollowslicecage.vue b/UI-Project/src/views/hollow/hollowslicecage.vue
index 50f92f5..19edbb2 100644
--- a/UI-Project/src/views/hollow/hollowslicecage.vue
+++ b/UI-Project/src/views/hollow/hollowslicecage.vue
@@ -784,7 +784,7 @@
       <div style="margin-top: -20px;margin-bottom: 40px;margin-left: 30px">
           <el-input v-model="glassId"   :placeholder="$t('searchOrder.inputid')" clearable style="width: 200px;">
           </el-input>
-          <el-button type="primary" plain style="margin-left: 10px;" @click="searchout">{{ $t('searchOrder.se11arch') }}</el-button>
+          <el-button type="primary" plain style="margin-left: 10px;" @click="searchout">{{ $t('searchOrder.search') }}</el-button>
     </div>
     <div style="width: 98%; height: calc(100% - 35px); overflow-y: auto;max-height: 200px;">
         <el-table height="100%" ref="table"

--
Gitblit v1.8.0