✏️ typos: 修改文案

This commit is contained in:
wangsongsole 2023-06-26 16:16:21 +08:00
parent 7a459f94c1
commit 672bfe3d29
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ export default {
reg: /^[1-9]\d{0,4}$|^100000$/
}
],
denomination: [{ type: "required", message: "请输入0.01 ~ 200面额" }, { ...regObj }],
denomination: [{ type: "required", message: "请输入0.01 / 0.1 ~ 200面额" }, { ...regObj }],
total_contract_price: [{ type: "required", message: "请输入合同总价" }, { ...regObj }],
all_budget: [{ type: "required", message: "请输入总预算" }, { ...regObj }],
day_budget: [{ type: "required", message: "请输入单天预算" }, { ...regObj }],