mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-09-10 08:56:41 +08:00
refine
This commit is contained in:
parent
513421bd9d
commit
f8d0be0f46
@ -6,7 +6,7 @@
|
|||||||
</el-button>
|
</el-button>
|
||||||
</el-badge>
|
</el-badge>
|
||||||
|
|
||||||
<el-dialog :visible.sync="dialogTableVisible" title="Error Log" width="80%" :append-to-body="true">
|
<el-dialog :visible.sync="dialogTableVisible" title="Error Log" width="80%" append-to-body>
|
||||||
<el-table :data="errorLogs" border>
|
<el-table :data="errorLogs" border>
|
||||||
<el-table-column label="Message">
|
<el-table-column label="Message">
|
||||||
<template slot-scope="{row}">
|
<template slot-scope="{row}">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user