@@ -332,7 +332,7 @@
icon="el-icon-view"
@click="handleUpdate(scope.row, true)"
v-hasPermi="['warehouseBusiness:storageFeeCalculation:edit']"
- v-if="scope.row.fBillstatus == '请核' || scope.row.fBillstatus == '审核中' "
+ v-if="scope.row.fBillstatus == '请核' || scope.row.fBillstatus == '审核中' || scope.row.fBillstatus == '提交审核'"
>审批进度
</el-button
>