From ff087240b3dee29ce4e14ad0836e76b9fdf312cf Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 19 八月 2025 09:28:07 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/lianhelihua_sh

---
 admin/src/views/business/categoryDbhLocaltion.vue |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/admin/src/views/business/categoryDbhLocaltion.vue b/admin/src/views/business/categoryDbhLocaltion.vue
index 3d21b0d..e6d3443 100644
--- a/admin/src/views/business/categoryDbhLocaltion.vue
+++ b/admin/src/views/business/categoryDbhLocaltion.vue
@@ -14,9 +14,7 @@
       </el-form>
     </div>
     <template v-slot:menu>
-      <div
-        style="width: 100%; height: 50px; background: rgba(242, 242, 242, 1); line-height: 50px; text-align: center; font-size: 14px;">
-        璺岀粖婊戦闄╁彂鐢熷湴鐐�</div>
+      <div style="width: 100%; height: 50px; background: rgba(242, 242, 242, 1); line-height: 50px; text-align: center; font-size: 14px;">  璺岀粖婊戦闄╁彂鐢熷湴鐐�</div>
       <div style="width: 100%; height: calc(100vh - 130px); overflow-y: scroll;">
         <Tree :list="treeList" :alllist="treeList"  :defaultProps="{ name: 'name', status: 'fsStatus', children: 'childList', id: 'id' }"
           @callback="callback" />
@@ -59,7 +57,7 @@
 import Tree from '@/components/common/Tree'
 import { treeList } from '@/api/business/category'
 export default {
-  name: 'categorySheType',
+  name: 'categoryDbhLocaltion',
   extends: BaseTable,
   components: { TableLayout1, Pagination, Tree, OperaCategoryWindow },
   data () {

--
Gitblit v1.9.3