duy 1 năm trước cách đây
mục cha
commit
6488a93613
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"
         />