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
@@ -67,7 +67,7 @@
<el-button type="text" @click="openReportModify('modify', row)">编辑</el-button>
<el-button type="text" class="del-btn" @click="reportDelete(row.id)">删除</el-button>
<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>