This commit is contained in:
sjl
2024-12-05 13:59:15 +08:00
11 changed files with 336 additions and 229 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',