chenrui 8 meses atrás
pai
commit
ef70ea1fa8

+ 1 - 1
src/views/promotionManagement/promotionInfo/list.vue

@@ -205,7 +205,7 @@ export default {
       const _this = this
       this.$confirm({
         title: '提示',
-        content: '促销活动一旦' + (val == '1' ? '开启' : '关闭') + ',客户' + (val == '1' ? '可' : '无法') + '参与活动。确认开启吗?',
+        content: '促销活动一旦' + (val == '1' ? '开启' : '关闭') + ',客户' + (val == '1' ? '可' : '无法') + '参与活动。确认' + (val == '1' ? '开启' : '关闭') + '吗?',
         centered: true,
         onOk () {
           _this.spinning = true