按钮的英文叠在一起的问题解决
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<div class="table-operator">
|
||||
<div @click="handleAdd" class="operator-text">
|
||||
<a-icon type="plus"/>
|
||||
{{$t('add')}}{{ $t('detailedList') }}
|
||||
{{$t('addDetailList')}}
|
||||
</div>
|
||||
<div @click="handleModule" class="operator-text">
|
||||
<a-icon type="bulb"/>
|
||||
@@ -32,9 +32,9 @@
|
||||
</div>
|
||||
<div @click="handleCody" class="operator-text">
|
||||
<a-icon type="copy"/>
|
||||
{{$t('copy')}}{{$t('parameter')}}{{ $t('detailedList') }}
|
||||
{{$t('copyParamDetailList')}}
|
||||
</div>
|
||||
<div @click="handleDel" class="operator-text" v-has="'document:deleteBatch'">
|
||||
<div @click="handleDel" class="operator-text">
|
||||
<a-icon type="delete"/>
|
||||
{{$t('BatchDelete')}}
|
||||
</div>
|
||||
@@ -222,8 +222,6 @@
|
||||
_this.$message.success(_this.$t('NoConfigurationNotStart'))
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
},
|
||||
deleteLib(val) {
|
||||
if(val.state === '已完成' || val.state === 'Finished' ) {
|
||||
|
||||
Reference in New Issue
Block a user