178
This commit is contained in:
		| @@ -65,12 +65,12 @@ | ||||
|             </div> | ||||
|           </template> | ||||
|         </el-table-column> | ||||
|         <el-table-column slot="options" label="操作" fixed="right" align="center" width="140px"> | ||||
|         <el-table-column slot="options" label="操作" fixed="right" align="center" width="120px"> | ||||
|           <template slot-scope="{ row }"> | ||||
|             <div class="table-options"> | ||||
|               <el-button type="text" @click.native="toDetail(row.id)">详情</el-button> | ||||
|               <el-button type="text" :disabled="row.status ==2" @click.native="stopBtn(row.id)">结束</el-button> | ||||
|               <el-button type="text" @click.native="handleDelete(row.id)">删除</el-button> | ||||
|               <!-- <el-button type="text" @click.native="handleDelete(row.id)">删除</el-button> --> | ||||
|             </div> | ||||
|           </template> | ||||
|         </el-table-column> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user