This commit is contained in:
2026-08-25 00:10:45 +08:00
parent e1bade226f
commit 1ef050dda6
35 changed files with 2041 additions and 263 deletions
@@ -36,6 +36,7 @@ export const option = {
border: true,
index: true,
indexLabel: '序号',
indexWidth: 90,
viewBtn: true,
selection: true,
dialogClickModal: false,
@@ -123,6 +124,7 @@ export const option = {
prop: 'unitPrice',
type: 'input',
formslot: true,
append: '元/升',
minWidth: 120,
rules: [{ validator: validateNonNegative, trigger: 'blur' }],
},