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