Browse Source

审批进度按钮 修改显示条件

lichao 3 years ago
parent
commit
1ac898fc2a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/warehouseBusiness/storageFeeCalculation/index.vue

+ 1 - 1
src/views/warehouseBusiness/storageFeeCalculation/index.vue

@@ -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
           >