wangting
2025-01-03 b25c902a87072b5ae2dd33ab8106f8490d050e34
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: [
              {