[update] 法规库操作列样式
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user