src/views/eam/base/EamMaintenanceStandardList.vue
@@ -129,8 +129,7 @@ </a-popconfirm> </template> <template v-if="record.standardStatus !== 'WAIT_SUBMIT'&&record.standardStatus!=='ABOLISH'&&record.standardStatus!=='START'"> <template> <a-divider type="vertical"/> <a @click.stop="handleDetail(record)">详情</a> @@ -309,7 +308,6 @@ dataIndex: 'action', align: 'center', scopedSlots: { customRender: 'action' }, width: 200, fixed: 'right' } this.columns = [...this.columns, operationColumn] @@ -407,6 +405,7 @@ this.$refs.fileImportModule.title="升版导入" }, getTreeDataByApi(){ this.loadData(); },