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

bug修改

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