26410
This commit is contained in:
		| @@ -42,7 +42,7 @@ | ||||
|           <template slot-scope="{ row }"> | ||||
|             <div class="table-options"> | ||||
|               <el-button type="text" title="详情" @click="toDetail(row.id)">详情</el-button> | ||||
|               <el-button type="text" title="取消公示" @click="changeStatus(row)" :disabled="row.status !== '1'">取消公示</el-button> | ||||
|               <el-button type="text" title="取消公示" @click="changeStatus(row)" :disabled="row.status !== '1'">结束公示</el-button> | ||||
|               <!-- <el-button type="text" @click="toAdd(row.id)">编辑</el-button> --> | ||||
|               <el-button type="text" @click="remove(row.id)">删除</el-button> | ||||
|             </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user