소스 검색

bug fix: 163

chris 1 년 전
부모
커밋
bd5aeb8174
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/modules/cus/quoted.vue

+ 1 - 1
src/views/modules/cus/quoted.vue

@@ -268,7 +268,7 @@
               >重新报价</el-button
             >
             <el-button
-              v-if="isAuth('quoted:price:updateAccredit') && scope.row.workFlowBusinessExt != null && scope.row.workFlowBusinessExt.state === '1'"
+              v-if="isAuth('quoted:price:updateAccredit')"
               type="text"
               size="small"
               @click="accreditHandle(scope.row.priceId)"