Просмотр исходного кода

隐藏数据表发布新版本按钮

cfort 3 лет назад
Родитель
Сommit
0210e2c426

+ 1 - 0
src/business/platform/data/templatebuilder/right-aside/components/export-column.vue

@@ -167,6 +167,7 @@ export default {
     data: {
       handler: function(val, oldVal) {
         if (!val) return
+        // this.exportColumns.fields = this.initFormData(this.datasets)
         if (this.$utils.isEmpty(val.export_columns)) {
           this.exportColumns.fields = this.initFormData(this.datasets)
         } else {

+ 1 - 1
src/views/platform/bo/boDef/edit/index.vue

@@ -15,7 +15,7 @@
     <div slot="title" style="padding-left: 20px;" class="el-dialog--left">
       <el-button icon="el-icon-circle-close" @click="closeDialog()">关闭</el-button>
       <el-button v-if="!readonly" type="primary" icon="ibps-icon-save" @click="handleSave('save')">保存</el-button>
-      <el-button v-if="formId&&!readonly&&entrance!=='moreVersions'" icon="ibps-icon-release" type="primary" @click="handleSave('deploy')">发布新版本</el-button>
+      <!-- <el-button v-if="formId&&!readonly&&entrance!=='moreVersions'" icon="ibps-icon-release" type="primary" @click="handleSave('deploy')">发布新版本</el-button> -->
     </div>
     <ibps-layout ref="layout">
       <div slot="west">