From 2602bdd82484dabf3db312add0930a93b00e6969 Mon Sep 17 00:00:00 2001 From: ZKBH <1113799@qq.com> Date: 星期一, 28 七月 2025 11:43:01 +0800 Subject: [PATCH] 台账样式 --- src/views/eam/base/EamTechnicalStatusEvaluationStandardList.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/eam/base/EamTechnicalStatusEvaluationStandardList.vue b/src/views/eam/base/EamTechnicalStatusEvaluationStandardList.vue index b200121..0924cdf 100644 --- a/src/views/eam/base/EamTechnicalStatusEvaluationStandardList.vue +++ b/src/views/eam/base/EamTechnicalStatusEvaluationStandardList.vue @@ -42,21 +42,21 @@ <!-- 鎿嶄綔鎸夐挳鍖哄煙 --> <div class="table-operator"> - <a-button @click="handleAdd" type="primary" icon="plus">鏂板</a-button> + <a-button v-has="'standardMain:add'" @click="handleAdd" type="primary" icon="plus">鏂板</a-button> <a-upload name="file" :showUploadList="false" :multiple="true" :headers="tokenHeader" :action="importSafetyEquipmentCheck" @change="handleImportExcel"> - <a-button type="primary" icon="import">瀹夊叏瑁呯疆妫�鏌ュ鍏�</a-button> + <a-button v-has="'standardMain:importSafety'" type="primary" icon="import">瀹夊叏瑁呯疆妫�鏌ュ鍏�</a-button> </a-upload> <a-upload name="file" :showUploadList="false" :multiple="true" :headers="tokenHeader" :action="importPrecisionCheck" @change="handleImportExcel"> - <a-button type="primary" icon="import">璁惧绮惧害妫�鏌ュ鍏�</a-button> + <a-button v-has="'standardMain:importPrecision'" type="primary" icon="import">璁惧绮惧害妫�鏌ュ鍏�</a-button> </a-upload> <a-upload name="file" :showUploadList="false" :multiple="true" :headers="tokenHeader" :action="importOtherCheck" @change="handleImportExcel"> - <a-button type="primary" icon="import">鍏朵粬妫�鏌ュ鍏�</a-button> + <a-button v-has="'standardMain:importOther'" type="primary" icon="import">鍏朵粬妫�鏌ュ鍏�</a-button> </a-upload> </div> @@ -82,7 +82,7 @@ <span slot="action" slot-scope="text, record"> <template v-if="record.standardStatus=='WAIT_SUBMIT'"> - <a @click="handleEdit(record)">缂栬緫</a> + <a @click="handleEdit(record)">缂栬緫</a> <a-divider type="vertical"/> <a-popconfirm title="纭畾鎻愪氦鍚�?" @confirm="handleSubmit(record)"> <a @click.stop="event=>event.stopPropagation()">鎻愪氦</a> @@ -91,7 +91,7 @@ </template> <template v-if="record.standardStatus=='ENABLE'"> - <a @click="handleUpgrade(record)">鍗囩増</a> + <a v-has="'standardMain:upgradeVersion'" @click="handleUpgrade(record)">鍗囩増</a> <a-divider type="vertical"/> </template> -- Gitblit v1.9.3