|
|
@ -214,7 +214,7 @@ const confirmEvent = (val:any) => { |
|
|
<el-table-column label="状态" prop="status" align="center" width="220" > |
|
|
<el-table-column label="状态" prop="status" align="center" width="220" > |
|
|
|
|
|
|
|
|
<template #default="scope"> |
|
|
<template #default="scope"> |
|
|
{{scope.row.status}}---->{{scope.row.types}} |
|
|
|
|
|
<el-tag |
|
|
<el-tag |
|
|
v-if="scope.row.status==1" |
|
|
v-if="scope.row.status==1" |
|
|
class="mx-1" |
|
|
class="mx-1" |
|
|
|