bug 78399

This commit is contained in:
赵霄
2023-11-10 14:14:41 +08:00
parent a8609f520d
commit 1e2512d9b8
@@ -56,14 +56,14 @@ export default {
columns: [
// 编号
{
title: this.$t('number'),
title: this.$t('standardNumber'),
dataIndex: 'standardNumber',
width: 150,
scopedSlots: { customRender: 'detail' }
},
// 名称
{
title: this.$t('title'),
title: this.$t('standardName'),
dataIndex: 'standardName',
width: 150,
scopedSlots: { customRender: 'detail' }