From da85b09c600ddcf4e5c8cad66012fa29a8252b39 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期三, 12 六月 2024 23:40:33 +0800
Subject: [PATCH] 岗位资源更新

---
 src/views/tigerprojects/mes/eng/route/components/PropsPanel.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/views/tigerprojects/mes/eng/route/components/PropsPanel.vue b/src/views/tigerprojects/mes/eng/route/components/PropsPanel.vue
index 870f56a..8a77b20 100644
--- a/src/views/tigerprojects/mes/eng/route/components/PropsPanel.vue
+++ b/src/views/tigerprojects/mes/eng/route/components/PropsPanel.vue
@@ -4,14 +4,14 @@
  * @version: 
  * @Date: 2024-04-28 15:15:22
  * @LastEditors: your name
- * @LastEditTime: 2024-06-12 15:44:00
+ * @LastEditTime: 2024-06-12 22:53:25
 -->
 <!--
  * @Description: 鍙充晶灞炴�ч厤缃潰鏉�
 -->
 <template>
   <div>
-    <Tabs v-model:activeKey="routeConfig.activeKey" :tabBarStyle="{ margin: 0 }">
+    <Tabs v-model:activeKey="routeConfig.activeKey" :tabBarStyle="{ margin: 0 }" >
       <TabPane :key="1" tab="宸ヨ壓璺嚎">
         <FormProps />
       </TabPane>
@@ -19,7 +19,7 @@
         <FormItemProps v-if="IsOper" />
         <ActionItemProps v-if="!IsOper"  />
       </TabPane>
-      <TabPane :key="3" :tab="posttitle">
+      <TabPane :key="3" :tab="posttitle" >
         <PostProps v-if="IsOper" />
       </TabPane>
       <!-- <TabPane :key="4" tab="缁勪欢">
@@ -52,6 +52,7 @@
     entityName: String,
   });
   const IsOper = ref(false);
+  const IsReload = ref(false);
   const title = ref('');
   const posttitle = ref('');
   const colSlots = ref<any>([]);

--
Gitblit v1.9.3