xiaodai2022 преди 2 години
родител
ревизия
fdb84c02ee
променени са 2 файла, в които са добавени 5 реда и са изтрити 9 реда
  1. 0 0
      dist/static/js/0.js
  2. 5 9
      src/views/serviceParam/terrace/addEdit.vue

Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
dist/static/js/0.js


+ 5 - 9
src/views/serviceParam/terrace/addEdit.vue

@@ -74,8 +74,8 @@ export default {
       title: "添加平台",
       showModelThis: this.showModel,
       options: [
-        { value: "1", label: "toB" },
-        { value: "0", label: "toC" },
+        { value: "0", label: "系统内部使用,不对接" },
+        { value: "1", label: "有赞平台" },
       ],
       ruleForm: {
         id: "",
@@ -84,12 +84,8 @@ export default {
       },
       rulesThis: this.rules,
       rules: {
-        platform_name: [
-          { required: true, message: "平台名称不能为空", trigger: "blur" },
-        ],
-        platform_type: [
-          { required: true, message: "请选择平台类型", trigger: "change" },
-        ],
+        platform_name: [{ required: true, message: "平台名称不能为空", trigger: "blur" }],
+        platform_type: [{ required: true, message: "请选择平台类型", trigger: "change" }],
       },
     };
   },
@@ -177,7 +173,7 @@ export default {
 };
 </script>
 
-   <style lang="scss" scoped>
+<style lang="scss" scoped>
 .terrace {
 }
 </style>

Някои файлове не бяха показани, защото твърде много файлове са промени