[update] 绑定零部件

This commit is contained in:
lideqin
2024-04-19 12:00:54 +08:00
parent c697b9196b
commit 53061c92c8
4 changed files with 56 additions and 51 deletions
@@ -119,21 +119,21 @@ export default {
columns: [
{ // 条款号
title: this.$t('clauseSelect.clauseNumber'),
dataIndex: 'clauseNumber',
dataIndex: 'item_num',
align: 'center',
width: 150,
scopedSlots: { customRender: 'text' }
},
{ // 条款名称
title: this.$t('clauseSelect.clauseName'),
dataIndex: 'clauseName',
dataIndex: 'item_title',
align: 'center',
width: 150,
scopedSlots: { customRender: 'text' }
},
{ // 条款内容
title: this.$t('clauseSelect.clauseContent'),
dataIndex: 'clauseContent',
dataIndex: 'item_content',
align: 'center',
width: 150,
scopedSlots: { customRender: 'clauseContent' }