|
@@ -219,13 +219,13 @@
|
|
"
|
|
"
|
|
alt=""
|
|
alt=""
|
|
/>
|
|
/>
|
|
- <!-- <div
|
|
|
|
|
|
+ <div
|
|
v-if="
|
|
v-if="
|
|
(scope.row.approveStatus != '待决策人审核' &&
|
|
(scope.row.approveStatus != '待决策人审核' &&
|
|
- scope.row.approveStatus)
|
|
|
|
|
|
+ !scope.row.approveStatus)
|
|
"
|
|
"
|
|
style="display: inline-block"
|
|
style="display: inline-block"
|
|
- > -->
|
|
|
|
|
|
+ >
|
|
<img
|
|
<img
|
|
width="17"
|
|
width="17"
|
|
height="16"
|
|
height="16"
|
|
@@ -237,7 +237,7 @@
|
|
@click="handleEdit(scope.row)"
|
|
@click="handleEdit(scope.row)"
|
|
alt=""
|
|
alt=""
|
|
/>
|
|
/>
|
|
- <!-- </div> -->
|
|
|
|
|
|
+ </div>
|
|
|
|
|
|
<img
|
|
<img
|
|
width="16"
|
|
width="16"
|