From 6f7f3834f66b08bed7af331ce1a168d6cd89292d Mon Sep 17 00:00:00 2001
From: wangting <wangting@vci-tech.com>
Date: 星期五, 03 一月 2025 18:14:45 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/Aciton/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/Aciton/index.vue b/Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/Aciton/index.vue
index a93c5c3..c9eeb37 100644
--- a/Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/Aciton/index.vue
+++ b/Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/Aciton/index.vue
@@ -76,8 +76,8 @@
                 <icon-show :name="row.plCSClass"></icon-show>
               </span>
             </template>
-            <template slot-scope="{type,disabled}" slot="plCSClassForm">
-              <input-icon :disabled="disabled" v-model="form.plCSClass"></input-icon>
+            <template slot-scope="{type,disabled}" slot="plImageForm">
+              <input-icon :disabled="disabled" v-model="form.plImage"></input-icon>
             </template>
             <template slot="plTypeType" slot-scope="{row}">
               <el-tag :type="row.plTypeType === 'business' ? '' : 'success'">
@@ -298,7 +298,7 @@
           },
           {
             label: '鍥炬爣',
-            prop: 'plCSClass',
+            prop: 'plImage',
             width: 80,
             rules: [
               {
@@ -487,7 +487,7 @@
           this.lastIndex = newIndex;
         },
         () => {
-          this.selectList = [];
+          this.selectList = [row];
         }
       );
 

--
Gitblit v1.9.3