Browse Source

👣 重写前端上传组件,以及编写文件模块

master
wangxiang 3 years ago
parent
commit
b63db2352b
  1. 2
      kicc-ui/src/views/system/file/index.vue

2
kicc-ui/src/views/system/file/index.vue

@ -25,7 +25,7 @@
<TableAction :actions="[ <TableAction :actions="[
{ {
label: '文件下载', label: '文件下载',
icon: 'fa6-regular:pen-to-square', icon: 'fa6-regular:circle-down',
auth: ['file_download'], auth: ['file_download'],
onClick: handleFileDownLoad.bind(null, record) onClick: handleFileDownLoad.bind(null, record)
}, },

Loading…
Cancel
Save