代码优化

This commit is contained in:
dqjdda
2019-10-31 11:55:23 +08:00
parent 84bda94b00
commit 6fc5c7a470
2 changed files with 2 additions and 7 deletions

View File

@@ -22,11 +22,6 @@
</div>
<!--表格渲染-->
<el-table v-loading="loading" :data="data" size="small" style="width: 100%;">
<el-table-column label="序号" width="80" align="center">
<template slot-scope="scope">
<div>{{ scope.$index + 1 }}</div>
</template>
</el-table-column>
<el-table-column :show-overflow-tooltip="true" prop="key" label="KEY"/>
<el-table-column prop="value" label="VALUE">
<template slot-scope="scope">