|
@@ -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>
|