icd映射文件

This commit is contained in:
sjl
2025-11-13 08:42:05 +08:00
parent ff5c435b6e
commit 9ff9e7b923
8 changed files with 126 additions and 12 deletions

View File

@@ -69,6 +69,14 @@
label: '存储地址',
},
{
prop: 'mappingFile',
label: '映射文件路径',
minWidth: 150,
render: scope => {
return scope.row.mappingFile.url
}
},
{
prop: 'createTime',
label: '创建时间',