Source/ProjectWeb/src/components/dynamic-components/dynamic-button.vue
@@ -39,6 +39,17 @@ {{ item.name }} </el-button> </div> <div v-else-if="type === 'tree'"> <el-button v-for="item in basicButtonList" :key="item.oid" :icon="item.paramVOS.webUiButtonIcon" :type="(item.paramVOS.webUiButtonType !== 'text' ? item.paramVOS.webUiButtonType : 'primary') || 'primary'" plain size="small" @click="buttonClick(item)"> {{ item.name }} </el-button> </div> </div> </template>