bug 78329

This commit is contained in:
赵霄
2023-11-10 09:25:37 +08:00
parent 2c3da8c79c
commit 035862dff9
@@ -135,14 +135,14 @@ export default {
},
columns: [
{
title: this.$t('number'),
title: this.$t('standardNumber'),
dataIndex: 'standardNumber',
ellipsis: true,
align: 'center',
width: 150
},
{
title: this.$t('title'),
title: this.$t('standardName'),
dataIndex: 'standardName',
ellipsis: true,
align: 'center',