This commit is contained in:
caozehui
2024-12-05 13:43:05 +08:00
parent 7d5d128b54
commit 1b171d4b8d
4 changed files with 11 additions and 6 deletions

View File

@@ -48,7 +48,7 @@ const columns = ref<ColumnProps<ErrorSystem.ErrorSystemList>[]>([
{ type: 'index', fixed: 'left', width: 70, label: '序号' },
{
prop: 'name',
label: '误差体系名称',
label: '名称',
},
{
prop: 'standardName',