Przeglądaj źródła

表单右上角按钮弹出框修改

linweizeng 2 lat temu
rodzic
commit
951431726e

+ 3 - 1
src/business/platform/form/formrender/dynamic-form/mixins/relevanceTable.vue

@@ -27,7 +27,7 @@ export default {
     methods: {
         openDataTemplate (el) {
             this.openDataTemplateDialog(this.form, {
-                title: el.name,
+                title: !el.noTitleShow ? el.name : ' ',
                 templateId: el.templateId,
                 dynamicParams: el.filter
             })
@@ -83,4 +83,6 @@ export default {
         cursor: pointer;
     }
 }
+
+
 </style>