fix : 调整部门管理演示,优化移动端详情

This commit is contained in:
2024-06-30 22:49:37 +08:00
parent 47a5cd3338
commit 09e2bfc605
11 changed files with 59 additions and 37 deletions

View File

@@ -153,7 +153,7 @@ const fileTable = reactive({
type: 'index',
label: '序号',
align: 'center',
width: '80',
width: 85,
},
{
prop: 'originalFileName',
@@ -169,6 +169,7 @@ const fileTable = reactive({
prop: 'size',
label: '文件大小',
align: 'center',
width: 150,
currentRender: ({row, index}) => (parseInt(row.size / 1024) + 'KB')
},
{