@@ -1,5 +1,9 @@
<template>
- <div>1111</div>
+ <div>1111
+
+ 222
+ </div>
</template>
<script>
@@ -60,6 +60,7 @@
<el-table-column label="状态" prop="status">
<template slot-scope="{row}">
<el-tag :type="JSON.parse(row.status).value === 'on' ? 'success' : 'info'">{{ JSON.parse(row.status).desc }}</el-tag>
</el-table-column>
<el-table-column fixed="right" align="right" label="操作" width="240">