Commit 519d85e5 authored by yaya's avatar yaya

feat:修改编辑状态

parent 1c7d0142
...@@ -56,13 +56,13 @@ ...@@ -56,13 +56,13 @@
<el-table-column align="center" label="操作" width="300"> <el-table-column align="center" label="操作" width="300">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
:disabled="(!scope.row.EditAble && scope.row.type === 2)" :disabled="(!scope.row.editAble && scope.row.type === 2)"
type="primary" type="primary"
size="mini" size="mini"
@click="handleToDetail(scope.row)">编辑 @click="handleToDetail(scope.row)">编辑
</el-button> </el-button>
<el-button <el-button
:disabled="(!scope.row.EditAble && scope.row.type === 2)" :disabled="(!scope.row.editAble && scope.row.type === 2)"
type="danger" type="danger"
size="mini" size="mini"
@click="handleDelete(scope.row)">删除 @click="handleDelete(scope.row)">删除
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment