duy 1 년 전
부모
커밋
6488a93613
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/transfer/preliminary-examination.vue

+ 1 - 1
src/views/transfer/preliminary-examination.vue

@@ -83,7 +83,7 @@
 
         <!-- 展开抽查 -->
         <CarrySpotChecks
-            :show="isCarrySpotChecksDrawer" close-text="关闭案卷" check-text="保存并继续抽检" :file-id="fileId" :file-info="fileInfo" :project-id="projectId" @check="onCarrySpotChecksClose"
+            :show="isCarrySpotChecksDrawer" close-text="关闭案卷" check-text="保存抽检意见" :file-id="fileId" :file-info="fileInfo" :project-id="projectId" @check="onCarrySpotChecksClose"
             @close="onCarrySpotChecksClose"
         />