Explorar o código

update 子表

linweizeng %!s(int64=3) %!d(string=hai) anos
pai
achega
5bacd2d60b

+ 1 - 2
src/business/platform/form/formrender/dynamic-form/dynamic-form-table.vue

@@ -45,7 +45,7 @@
                                 </el-dropdown>
                                 <template v-else>
                                     <template v-for="(button, index) in manageButtons">
-                                        <el-link :icon="button.icon" :key="index" :type="button.type" @click="handleActionEvent(button, scope.$index)">{{ button.label }}</el-link>
+                                        <el-link :icon="button.icon" :key="index" :type="button.type" :underline="false" @click="handleActionEvent(button, scope.$index)">{{button.type}}{{ button.label }}</el-link>
                                         <!-- <el-button plain size="mini" :key="index" :type="button.type" @click="handleActionEvent(button, scope.$index)">
                                             {{ button.label }}
                                         </el-button> -->
@@ -670,7 +670,6 @@ export default {
                 : exportData
             // TODO: 需要格式化展示的数据
             this.convertExportData(data, columnMap).then((data) => {
-                console.log(columns, data)
                 IbpsExport.excel({
                     columns: columns,
                     data: data,