Commit 0c249b6f authored by pixingfei's avatar pixingfei

4786 放开删除限制

parent db28344e
......@@ -219,9 +219,9 @@
type="primary"
@click="showEmergencyCarDialog('update', scope.row.id)"
>修改</el-link>
<!--4786放开限制 v-if="!checkPermission() && scope.row.auditStatus != 4" -->
<el-link
type="primary"
v-if="!checkPermission() && scope.row.auditStatus != 4"
@click="delHandler(scope.row.id)"
>删除</el-link>
<el-link
......
......@@ -189,7 +189,6 @@
<el-link
type="primary"
@click="delHandler(scope.row.id)"
v-if="!checkPermission() && scope.row.auditStatus != 4"
>删除</el-link>
<el-link
type="primary"
......
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