xiaodai2022 2 lat temu
rodzic
commit
fdb84c02ee

Plik diff jest za duży
+ 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>

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików