lilei 2 سال پیش
والد
کامیت
fb0165edd0
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      public/version.json
  2. 2 2
      src/views/setting/bigScreenSet/index.vue

+ 1 - 1
public/version.json

@@ -1,4 +1,4 @@
 {
-    "version": "2.1.65",
+    "version": "2.1.67",
     "message": "发现有新版本发布,确定更新系统?"
 }

+ 2 - 2
src/views/setting/bigScreenSet/index.vue

@@ -23,8 +23,8 @@
             <a-col :md="13" :sm="24">
               <a-form-model-item label="销售额类型:" prop="saleType">
                 <a-select v-model="form.saleType" placeholder="请选择销售额类型">
-                  <a-select-option value="real_price">开单金额</a-select-option>
-                  <a-select-option value="sale_price">实售金额</a-select-option>
+                  <a-select-option value="sale_price">开单金额</a-select-option>
+                  <a-select-option value="real_price">实售金额</a-select-option>
                 </a-select>
               </a-form-model-item>
             </a-col>