lilei 1 yıl önce
ebeveyn
işleme
99c9f3ad9c

+ 1 - 0
src/views/appSetting/versionSettings/editModal.vue

@@ -212,6 +212,7 @@ export default {
     isShow (newValue, oldValue) {
       if (!newValue) {
         this.$emit('close')
+        this.form.attachment = ''
         this.$refs.ruleForm.resetFields()
       }
     },

+ 1 - 0
src/views/appSetting/versionSettings/list.vue

@@ -51,6 +51,7 @@ export default {
       columns: [
         { title: '序号', dataIndex: 'no', width: 70, align: 'center' },
         { title: '创建时间', dataIndex: 'createDate', width: 160, align: 'center', customRender: function (text) { return text || '--' } },
+        { title: '应用类型', dataIndex: 'applyName', width: 100, align: 'center', customRender: function (text) { return text || '--' } },
         { title: '版本类型', dataIndex: 'versionType', scopedSlots: { customRender: 'versionType' }, width: 100, align: 'center' },
         { title: '版本号', dataIndex: 'version', width: 80, align: 'center', customRender: function (text) { return text || '--' } },
         { title: '强制升级', dataIndex: 'forceUpgrade', scopedSlots: { customRender: 'forceUpgrade' }, width: 90, align: 'center' },