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"
         />