处理订单

This commit is contained in:
2026-01-16 03:47:05 +08:00
parent ff07af055f
commit 3fb9b37708
14 changed files with 376 additions and 907 deletions

View File

@@ -286,11 +286,11 @@ const _sfc_main = {
}, form.fee_type == 1 || form.fee_type == 2 ? {} : {}, {
o: form.fee_type == 1 || form.fee_type == 2
}, form.fee_type == 1 || form.fee_type == 2 ? {
p: common_vendor.o(($event) => form.often = $event),
p: common_vendor.o(($event) => form.over_often = $event),
q: common_vendor.p({
placeholder: "请输入小时",
type: "number",
modelValue: form.often
modelValue: form.over_often
}),
r: common_vendor.p({
["label-position"]: "top"