[新增功能](master): 打包优化

This commit is contained in:
Zheng Jie
2022-06-07 17:33:21 +08:00
parent fd76b8110b
commit c98a17e1cd
10 changed files with 26 additions and 321 deletions

View File

@@ -41,7 +41,7 @@
<el-table-column :show-overflow-tooltip="true" prop="createTime" label="创建日期" />
</el-table>
<el-dialog :visible.sync="errorDialog" append-to-body title="异常详情" width="85%">
<pre v-highlightjs="errorInfo"><code class="java" /></pre>
<pre>{{ errorInfo }}</pre>
</el-dialog>
<!--分页组件-->
<el-pagination