소스 검색

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

lichao 3 년 전
부모
커밋
1ac898fc2a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
           >