fix : 调整部门管理演示,优化移动端详情
This commit is contained in:
@@ -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')
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user