|
|
|
@ -38,6 +38,13 @@
|
|
|
|
|
</el-button> |
|
|
|
|
|
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
<template #status="scope"> |
|
|
|
|
<el-switch v-model="scope.row.status" :active-value="0" :inactive-value="1" @change="switChange(scope.row)"></el-switch> |
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <template #menu="{size,row,index}">--> |
|
|
|
|
<!-- <el-button type="primary" text @click="dowloadTemplate(row)">下载模板</el-button>--> |
|
|
|
|
<!-- <el-button type="primary" text @click="viewTemplate(row)">查看模板</el-button>--> |
|
|
|
|