Commit 03ef4c8a authored by 陈明豪's avatar 陈明豪

bug修改

parent 35e59d56
...@@ -54,7 +54,6 @@ ...@@ -54,7 +54,6 @@
inactive-color="#f5aa6c" inactive-color="#f5aa6c"
active-value="1" active-value="1"
inactive-value="2" inactive-value="2"
:disabled="form.id === 1"
/> />
</span> </span>
</el-form-item> </el-form-item>
......
...@@ -136,6 +136,7 @@ ...@@ -136,6 +136,7 @@
size="mini" size="mini"
class="el-button--error--solid" class="el-button--error--solid"
type="danger" type="danger"
:disabled="scope.row.id === 1"
@click="handleDelete(scope.row)" @click="handleDelete(scope.row)"
>删除 >删除
</el-button> </el-button>
...@@ -149,7 +150,6 @@ ...@@ -149,7 +150,6 @@
size="mini" size="mini"
class="el-button--warning--solid" class="el-button--warning--solid"
type="warning" type="warning"
:disabled="scope.row.id === 1"
@click="deListBanner(scope.row)" @click="deListBanner(scope.row)"
>下架 >下架
</el-button> </el-button>
......
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