This commit is contained in:
parent
00df775a27
commit
a05ff35a3a
|
@ -14,7 +14,7 @@
|
|||
<el-table-column align="center" fixed label="ID" width="80" prop="id" />
|
||||
<el-table-column align="center" fixed label="城市" width="80" prop="qaCitys.city_name" />
|
||||
<el-table-column align="center" fixed label="标题" width="280" prop="title" />
|
||||
<el-table-column align="center" fixed label="内容" width="380" prop="content" />
|
||||
<!-- <el-table-column align="center" fixed label="内容" width="380" prop="content" />-->
|
||||
<el-table-column align="center" label="状态" width="100">
|
||||
<template #default="scope">
|
||||
<el-switch v-model="scope.row.status" :active-value="1" :inactive-value="0" @change="updateStatus(scope.row)" />
|
||||
|
|
Loading…
Reference in New Issue