解决订单和请购单无法展示名称的bug

This commit is contained in:
jishenghua
2024-04-21 23:02:32 +08:00
parent 177e7d8800
commit 5bee16c60b
3 changed files with 6 additions and 12 deletions

View File

@@ -231,6 +231,7 @@
loading: false,
dataSource: [],
columns: [
{ title: '', key: 'hiddenKey', width: '1%', type: FormTypes.hidden },
{ title: '条码', key: 'barCode', width: '12%', type: FormTypes.popupJsh, kind: 'material', multi: true,
validateRules: [{ required: true, message: '${title}不能为空' }]
},