[update] 修改评审会记录设置优质标准,企标计划操作栏按钮加分割线

This commit is contained in:
lideqin
2023-09-20 10:13:24 +08:00
parent 02385bd805
commit 32a9330549
4 changed files with 63 additions and 3 deletions
@@ -178,6 +178,7 @@
<!-- 操作栏 -->
<div slot="action" slot-scope="{record}" class="action-span-cell">
<a @click="handleDetail(record)" class="table-ope-btn" v-has="'enterpriseStandardLibrary:plan:detail'">{{ $t('view') }}</a>
<a-divider type="vertical" />
<a @click="handleDelete(record.id)" class="table-ope-btn" v-if="record.allowDel" v-has="'enterpriseStandardLibrary:plan:delete'">{{ $t('delete') }}</a>
</div>