|
|
@@ -58,7 +58,7 @@ export default {
|
|
|
/* 一键选择所有商品 */
|
|
|
allProduct () {
|
|
|
if (this.total > this.dataSize) {
|
|
|
- this.$confirm(`${$t('总共有')}${this.total}${$t('个')}${this.dataType},${$t('是否确定')}${this.type == 'upload' ? '提交' : '删除'}`,this.$t('提示'),{
|
|
|
+ this.$confirm(`${this.$t('总共有')}${this.total}${this.$t('个')}${this.dataType},${this.$t('是否确定')}${this.type == 'upload' ? '提交' : '删除'}`,this.$t('提示'),{
|
|
|
confirmButtonText:this.$t('确定'),
|
|
|
cancelButtonText:this.$t('取消'),
|
|
|
closeOnClickModal:false,
|
|
|
@@ -72,7 +72,7 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
} else {
|
|
|
- this.$confirm(`${$t('总共有')}${this.total}${$t('个')}${this.dataType},${$t('是否确定')}${this.type == 'upload' ? '提交' : '删除'}`,this.$t('提示'),{
|
|
|
+ this.$confirm(`${this.$t('总共有')}${this.total}${this.$t('个')}${this.dataType},${this.$t('是否确定')}${this.type == 'upload' ? '提交' : '删除'}`,this.$t('提示'),{
|
|
|
confirmButtonText:this.$t('确定'),
|
|
|
cancelButtonText:this.$t('取消'),
|
|
|
closeOnClickModal:false,
|