优化cdn动态加载管理端,修复砍价金额bug,删除部分不规范代码

This commit is contained in:
lemon橪
2021-09-01 10:11:12 +08:00
parent 84cfb26512
commit 71e4c49c3e
59 changed files with 1181 additions and 1527 deletions

View File

@@ -49,8 +49,8 @@
</FormItem>
<FormItem label="支持电子面单">
<i-switch v-model="form.standBy" size="large">
<span slot="open"></span>
<span slot="close"></span>
<span slot="OPEN"></span>
<span slot="CLOSE"></span>
</i-switch>
</FormItem>
<FormItem label="电子面单表单">
@@ -58,8 +58,8 @@
</FormItem>
<FormItem label="禁用状态" prop="disabled">
<i-switch v-model="form.disabled" size="large">
<span slot="open">开启</span>
<span slot="close">禁用</span>
<span slot="OPEN">开启</span>
<span slot="CLOSE">禁用</span>
</i-switch>
</FormItem>
</Form>
@@ -100,6 +100,7 @@
form: {
// 添加或编辑表单对象初始化数据
name: "",
disabled:"OPEN"
},
// 表单验证规则
formValidate: {