✏️ typos: 优化文案
This commit is contained in:
parent
fc700e6fc4
commit
6ae2d4ae52
|
@ -22,7 +22,10 @@ export default {
|
|||
reg: /^[1-9]\d{0,4}$|^100000$/
|
||||
}
|
||||
],
|
||||
denomination: [{ type: "required", message: "请输入(0.01 / 0.1) ~ 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 }],
|
||||
|
|
Loading…
Reference in New Issue