|
@@ -176,7 +176,7 @@
|
|
:content="scope.row.auditStatus == 0 ? '审核' : '无法审核'"
|
|
:content="scope.row.auditStatus == 0 ? '审核' : '无法审核'"
|
|
>
|
|
>
|
|
<i
|
|
<i
|
|
- v-if="scope.row.orderStatus == 0"
|
|
|
|
|
|
+ v-if="scope.row.auditStatus == 0"
|
|
class="zoniot_font zoniot-icon-shenhe"
|
|
class="zoniot_font zoniot-icon-shenhe"
|
|
@click="lookDetails(scope.row)"
|
|
@click="lookDetails(scope.row)"
|
|
></i>
|
|
></i>
|