From 4df4113ff0b31f9af2421068cf130b70913be6e5 Mon Sep 17 00:00:00 2001 From: sorshion <750714771@qq.com> Date: Thu, 7 Aug 2025 01:38:31 +0000 Subject: [PATCH] update src/views/system/attachment/index.vue. Signed-off-by: sorshion <750714771@qq.com> --- src/views/system/attachment/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/attachment/index.vue b/src/views/system/attachment/index.vue index 99686b2..4799028 100644 --- a/src/views/system/attachment/index.vue +++ b/src/views/system/attachment/index.vue @@ -204,7 +204,7 @@ const columns = reactive([ { title: '预览', dataIndex: 'url', width: 80 }, { title: '存储名称', dataIndex: 'object_name', width: 220 }, { title: '原文件名', dataIndex: 'origin_name', width: 150 }, - { title: '存储模式', dataIndex: 'storage_mode', dict: 'upload_mode', width: 100 }, + { title: '存储模式', dataIndex: 'storage_mode', dict: 'upload_mode', type: 'dict', width: 110 }, { title: '资源类型', dataIndex: 'mime_type', width: 130 }, { title: '存储目录', dataIndex: 'storage_path', width: 130 }, { title: '文件大小', dataIndex: 'size_info', width: 130 }, -- Gitee