|
@ -31,7 +31,7 @@ |
|
|
<span :class="`serve-text ${'status-color'+scope.row.state}`">{{ setStatusText(scope.row) }}</span> |
|
|
<span :class="`serve-text ${'status-color'+scope.row.state}`">{{ setStatusText(scope.row) }}</span> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column label="操作" width="250" align="center"> |
|
|
|
|
|
|
|
|
<el-table-column label="操作" width="260" align="center"> |
|
|
<template #default="scope"> |
|
|
<template #default="scope"> |
|
|
<el-button |
|
|
<el-button |
|
|
v-if="scope.row.state == 0" |
|
|
v-if="scope.row.state == 0" |
|
|