DESKTOP-SVI9JE1\muzen hace 2 años
padre
commit
19f8ac465d
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      src/mixin/index.js

+ 4 - 4
src/mixin/index.js

@@ -319,7 +319,7 @@ const onOrOffMixin = {
   }
 }
 
-// 禁用状态
+// 上下架状态
 const disabledMixin = {
   data() {
     return {
@@ -492,13 +492,13 @@ const currentMixin = {
     return {
       currentOptions: [{
         value: 0,
-        label: '进行中'
+        label: '已生效'
       }, {
         value: 1,
-        label: '未开始'
+        label: '待生效'
       }, {
         value: 2,
-        label: '已过期'
+        label: '已失效'
       }]
     }
   }