[update] 画年度制修订计划(标准化发起)

This commit is contained in:
lideqin
2023-10-18 18:19:44 +08:00
parent 447fe783f9
commit 7bba0b1bb6
26 changed files with 2615 additions and 693 deletions
@@ -1,7 +1,7 @@
<template>
<div class="change-base-info-wrapper">
<!-- 操作区域 -->
<div class="table-operator">
<div v-if="!disabled" class="table-operator">
<!-- 新增 -->
<a-button icon="plus" type="primary" @click="handleAdd" :disabled="disabled">
{{ $t('newlyAdded') }}
@@ -166,6 +166,11 @@ export default {
modalType: '' // 是在新增还是在编辑,编辑的时候放正在编辑的下标
}
},
mounted () {
if (this.disabled) {
this.columns.pop()
}
},
methods: {
// 企标编号,企标名称跳转详情
handleGoDetail (record) {