文件管理添加复制url按钮

Raod 4 years ago
parent b6f1aff7d9
commit 815e575e8e

@ -1,7 +1,8 @@
<template>
<anji-crud ref="listPage" :option="crudOption">
<template v-slot:buttonLeftOnTable>
<el-upload class="el-upload" ref="upload" :action="uploadUrl" :headers="headers" :on-success="handleUpload" :on-error="handleError" :show-file-list="false" :limit="1">
<el-upload class="el-upload" ref="upload" :action="uploadUrl" :headers="headers" :on-success="handleUpload"
:on-error="handleError" :show-file-list="false" :limit="1">
<el-button type="primary" icon="el-icon" v-permission="'fileManage:upload'"></el-button>
</el-upload>
</template>
@ -15,6 +16,7 @@
<script>
import {fileList, fileAdd, fileDel, fileUpdate, fileDetail} from '@/api/file'
import {getToken} from '@/utils/auth'
export default {
name: 'File',
components: {
@ -163,7 +165,8 @@ export default {
},
},
created() {},
created() {
},
methods: {
//
handleUpload(response, file, fileList) {

Loading…
Cancel
Save