[update] 市场清单子表备注字段修改

This commit is contained in:
lideqin
2024-07-22 17:57:39 +08:00
parent bf4607a1d0
commit 0e55072214
4 changed files with 5 additions and 5 deletions
@@ -289,7 +289,7 @@ export default {
title: this.$t('remarks'),
align: 'center',
width: 180,
dataIndex: 'remarks',
dataIndex: 'remark',
scopedSlots: { customRender: 'text' }
}
],