问题修复
This commit is contained in:
parent
547ed4fe83
commit
b9114f94a7
|
|
@ -111,7 +111,7 @@
|
||||||
v-if="scope.row.taskStatusName == '未完成'"
|
v-if="scope.row.taskStatusName == '未完成'"
|
||||||
@click="handleStop(scope.row)"
|
@click="handleStop(scope.row)"
|
||||||
>终止</el-button>
|
>终止</el-button>
|
||||||
<el-button v-if="scope.row.isAuth != '0'" size="mini" type="warning" @click="handleLld(scope.row)">
|
<el-button size="mini" type="warning" @click="handleLld(scope.row)">
|
||||||
业务联单
|
业务联单
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button v-if="scope.row.isAuth == '0'" size="mini" type="warning" @click="handleAuthorization(scope.row)">
|
<el-button v-if="scope.row.isAuth == '0'" size="mini" type="warning" @click="handleAuthorization(scope.row)">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue