From d6803b83a827a62fa29737c31104c3ee9bc194d8 Mon Sep 17 00:00:00 2001
From: zhuzhuanzhuan
Date: 星期一, 08 四月 2024 10:18:41 +0800
Subject: [PATCH] 1、全局菜单栏新增点击父级菜单标题后在导航栏展开父级所有下一级菜单功能 2、登录页面按照新需求调整整体布局及样式 3、优化首页看板页面图表视图

---
 src/views/eam/modules/site/ProductionLineList.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/views/eam/modules/site/ProductionLineList.vue b/src/views/eam/modules/site/ProductionLineList.vue
index 6fd0051..0ef0155 100644
--- a/src/views/eam/modules/site/ProductionLineList.vue
+++ b/src/views/eam/modules/site/ProductionLineList.vue
@@ -8,7 +8,7 @@
         class="action-jeecg actionline1"
         style="font-size: 18px;"
       />
-      浜х嚎
+      宸ユ
     </template>
     <!-- 鏌ヨ鍖哄煙 -->
     <div class="table-page-search-wrapper">
@@ -23,12 +23,12 @@
             :sm="8"
           >
             <a-form-item
-              label="浜х嚎缂栧彿"
+              label="宸ユ缂栧彿"
               :labelCol="{span: 5}"
               :wrapperCol="{span: 18, offset: 1}"
             >
               <j-input
-                placeholder="璇疯緭鍏ヤ骇绾跨紪鍙锋煡璇�"
+                placeholder="璇疯緭鍏ュ伐娈电紪鍙锋煡璇�"
                 v-model="queryParam.num"
               ></j-input>
             </a-form-item>
@@ -38,12 +38,12 @@
             :sm="8"
           >
             <a-form-item
-              label="浜х嚎鍚嶇О"
+              label="宸ユ鍚嶇О"
               :labelCol="{span: 5}"
               :wrapperCol="{span: 18, offset: 1}"
             >
               <j-input
-                placeholder="璇疯緭鍏ヤ骇绾垮悕绉版煡璇�"
+                placeholder="璇疯緭鍏ュ伐娈靛悕绉版煡璇�"
                 v-model="queryParam.name"
               ></j-input>
             </a-form-item>
@@ -238,13 +238,13 @@
           }
         },
         {
-          title: '浜х嚎缂栧彿',
+          title: '宸ユ缂栧彿',
           align: "center",
           dataIndex: 'num',
           sorter: true,
         },
         {
-          title: '浜х嚎鍚嶇О',
+          title: '宸ユ鍚嶇О',
           dataIndex: 'name',
           align: "center",
           key: 'name',

--
Gitblit v1.9.3