fix:描述修改及导出文件名更改
parent
7d1d87a1ac
commit
cad978670a
|
|
@ -27,7 +27,7 @@
|
||||||
<el-descriptions-item label="异常名">
|
<el-descriptions-item label="异常名">
|
||||||
{{ detailData.exceptionName }}
|
{{ detailData.exceptionName }}
|
||||||
</el-descriptions-item>
|
</el-descriptions-item>
|
||||||
<el-descriptions-item label="异常名" v-if="detailData.exceptionStackTrace">
|
<el-descriptions-item label="异常内容" v-if="detailData.exceptionStackTrace">
|
||||||
<el-input
|
<el-input
|
||||||
type="textarea"
|
type="textarea"
|
||||||
:readonly="true"
|
:readonly="true"
|
||||||
|
|
|
||||||
|
|
@ -228,7 +228,7 @@ const handleExport = async () => {
|
||||||
// 发起导出
|
// 发起导出
|
||||||
exportLoading.value = true
|
exportLoading.value = true
|
||||||
const data = await ApiErrorLogApi.exportApiErrorLogApi(queryParams)
|
const data = await ApiErrorLogApi.exportApiErrorLogApi(queryParams)
|
||||||
download.excel(data, '操作日志.xls')
|
download.excel(data, '错误日志.xls')
|
||||||
} catch {
|
} catch {
|
||||||
} finally {
|
} finally {
|
||||||
exportLoading.value = false
|
exportLoading.value = false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue