|
@@ -213,7 +213,7 @@ export default {
|
|
|
console.log(this.mainAreaData)
|
|
|
},
|
|
|
selectRow (data) {
|
|
|
- this.$confirm(`${$t('确定将数据转移给')}“${data.name}”?`,this.$t('提示'),{
|
|
|
+ this.$confirm(`${this.$t('确定将数据转移给')}“${data.name}”?`,this.$t('提示'),{
|
|
|
confirmButtonText:this.$t('确定'),
|
|
|
cancelButtonText:this.$t('取消'),
|
|
|
type:'warning'
|