diff --git a/src/views/tool/file/index.vue b/src/views/tool/file/index.vue index 2cd6eee..1c1bc1b 100644 --- a/src/views/tool/file/index.vue +++ b/src/views/tool/file/index.vue @@ -91,9 +91,9 @@ - + {{ item.dictLabel }} - + @@ -101,7 +101,7 @@ - + + + + @@ -239,6 +250,12 @@ const fileNameTypeOptions = ref([ { dictLabel: '自定义', dictValue: 2 }, { dictLabel: '自动生成', dictValue: 3 } ]) +// 存储目录前缀 +const saveDirOptions = ref([ + { dictLabel: 'uploads', dictValue: 'uploads' }, + { dictLabel: 'video', dictValue: 'video' }, + { dictLabel: 'avatar', dictValue: 'avatar' } +]) // 数据列表 const dataList = ref([]) // 总记录数