[update] 法规库操作列样式

This commit is contained in:
lideqin
2024-06-21 11:29:32 +08:00
parent 4462c90776
commit a288eb2ebf
4 changed files with 33 additions and 21 deletions
+2 -2
View File
@@ -39,7 +39,7 @@
<a-menu slot="overlay">
<a-menu-item v-for="(operation, index) in operSpecialJudge(record).slice(operateMaxNum)" :key="index">
<a @click="operationClick(operation,record)">
<div class="operate-btn">
<div class="operate-btn" :class="operation.text === $t('delete') ? 'operate-del-btn' : ''">
{{ operation.text }}
</div>
</a>
@@ -68,7 +68,7 @@
<a-menu slot="overlay">
<a-menu-item v-for="(operation, index) in getLineOperationList(record).slice(operateMaxNum)" :key="index">
<a @click="operationClick(operation,record)">
<div class="operate-btn">
<div class="operate-btn" :class="operation.text === $t('delete') ? 'operate-del-btn' : ''">
{{ operation.text }}
</div>
</a>