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>

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.