feat: 接入下载桌台码接口,代客下单代码调整

This commit is contained in:
2025-02-26 14:09:04 +08:00
parent 98403f2acc
commit 2ee461a50f
15 changed files with 673 additions and 62 deletions

View File

@@ -13,7 +13,7 @@
<el-button type="primary" @click="resetting">重置</el-button>
</el-form-item>
<el-form-item label="安全手机号">
{{ form.phone | phoneFilter }}
{{ phoneFilter(form.phone) }}
</el-form-item>
<el-form-item label="验证码">
<el-input
@@ -118,8 +118,6 @@ export default {
type: "success",
});
},
},
filters: {
phoneFilter(d) {
let str = d + "";
return str.substr(0, 3) + "***" + str.substr(-4);

View File

@@ -48,6 +48,8 @@ const contentConfig = {
label: "优惠类型",
align: "center",
prop: "discountType",
templet: "custom",
slotName: "options",
},
{
label: "操作",