From b25c902a87072b5ae2dd33ab8106f8490d050e34 Mon Sep 17 00:00:00 2001 From: wangting <wangting@vci-tech.com> Date: 星期五, 03 一月 2025 18:06:30 +0800 Subject: [PATCH] 调整图标 --- Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/Aciton/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 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 e1f0511..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: [ { -- Gitblit v1.9.3