fix: 修改标题文字,去除log,修改配置文件

This commit is contained in:
yangjianze
2022-12-14 15:22:24 +08:00
parent c27a4674eb
commit f5e5990a3b
9 changed files with 122 additions and 122 deletions
+1 -1
View File
@@ -126,7 +126,7 @@
<vxe-column show-overflow show-header-overflow title="操作" width="200" fixed="right">
<template #default="{ row }">
<el-button type="text" @click="previewRow(row)">预览</el-button>
<el-button type="text" @click="downloadRow(row)">下载</el-button>
<!-- <el-button type="text" @click="downloadRow(row)">下载</el-button>-->
</template>
</vxe-column>
</vxe-table>