|
|
@@ -15,7 +15,10 @@
|
|
|
:parse-data="parseData"
|
|
|
>
|
|
|
|
|
|
- <template v-slot:status="{ row }">
|
|
|
+ <template v-slot:toolbar>
|
|
|
+ <el-button type="primary" size="mini">新建</el-button>
|
|
|
+ </template>
|
|
|
+ <template v-slot:status="{ row }">
|
|
|
<el-tag
|
|
|
:type="row.status == '0' ? 'danger' : 'success'"
|
|
|
effect="dark"
|