wangting
2024-03-20 04af966bddb7dfb8e850bf0e314defc83cbe3f4e
Source/ProjectWeb/src/components/dynamic-components/dynamic-button.vue
@@ -22,7 +22,7 @@
        {{ item.name }}
      </el-button>
    </div>
    <div v-if="type === 'form'">
    <div v-else-if="type === 'form'">
      <el-button v-for="item in basicButtonList"
                 :key="item.oid"
                 :type="(item.paramVOS.buttonType !== 'text' ? item.paramVOS.buttonType : 'primary') || 'primary'" plain