Merge remote-tracking branch 'origin/master'

This commit is contained in:
wangzhijiang
2022-06-15 11:49:29 +08:00
2 changed files with 2 additions and 2 deletions
@@ -33,7 +33,7 @@
<div class="table-operator"> <div class="table-operator">
<div @click="handleAdd" class="operator-text" v-has="'params:template:add'"> <div @click="handleAdd" class="operator-text" v-has="'params:template:add'">
<a-icon type="plus"/> <a-icon type="plus"/>
{{$t('add')}} {{$t('newlyAdded')}}
</div> </div>
<div @click="handlecody" class="operator-text" v-has="'params:template:copy'"> <div @click="handlecody" class="operator-text" v-has="'params:template:copy'">
<a-icon type="copy"/> <a-icon type="copy"/>
@@ -261,7 +261,7 @@ export default {
}) })
} }
} else { } else {
this.$message.warning(this.$t('changeTheTitle')) // this.$message.warning(this.$t('changeTheTitle'))
this.spinLoading = false this.spinLoading = false
} }
}) })