This commit is contained in:
2026-03-03 15:05:20 +08:00
parent 7785356347
commit 124de2926e
6 changed files with 36 additions and 15 deletions

View File

@@ -58,9 +58,9 @@ const columns: ColumnItem[] = reactive([
span: 24,
},
{
label: '物料单次可称量最大重量(kg)',
field: 'maxWeight',
type: 'input-number',
label: '物料规格',
field: 'materialSpec',
type: 'input',
span: 24,
},
{