|
@@ -125,8 +125,7 @@
|
|
width="85px">
|
|
width="85px">
|
|
<template slot-scope="{ row }">
|
|
<template slot-scope="{ row }">
|
|
<el-tooltip class="item" content='执行处理' effect="dark" placement="top-start" v-if="row.status=='1'">
|
|
<el-tooltip class="item" content='执行处理' effect="dark" placement="top-start" v-if="row.status=='1'">
|
|
- <i
|
|
|
|
- v-if="row.children"
|
|
|
|
|
|
+ <i
|
|
class="el-icon-bell table-operation"
|
|
class="el-icon-bell table-operation"
|
|
style="color: #87d068;"
|
|
style="color: #87d068;"
|
|
@click="updateStatus(row)"
|
|
@click="updateStatus(row)"
|