Browse Source

维修完善

guarantee-lsq 2 years ago
parent
commit
e163ffcfa8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/repair/application-form/modules/DetailRepair.vue

+ 1 - 1
src/views/repair/application-form/modules/DetailRepair.vue

@@ -303,7 +303,7 @@
         <a-button v-if="$auth('repair-application-forms-finish') && DictCache.VALUE.REPAIR_APPLICATION_FORM_STATUS.PROCESSING === model.status" style="margin-left: 8px" type="default" @click="handleFinish()">完成</a-button>
         <!--        <a-button v-if="$auth('repair-application-forms-edit')" style="margin-left: 8px" type="default" @click="handleEdit()">修改</a-button>-->
         <a-popconfirm v-if="DictCache.VALUE.REPAIR_APPLICATION_FORM_STATUS.WAIT_SUBMIT === model.status" title="是否要提交审核该条数据?" @confirm="handleExamine">
-          <a-button style="margin-left: 8px" type="default">提交审核</a-button>
+          <a-button style="margin-left: 8px" type="default">提交生产审核</a-button>
         </a-popconfirm>
         <a-popconfirm v-if="$auth('repair-application-forms-approve') && DictCache.VALUE.REPAIR_APPLICATION_FORM_STATUS.NOT_ACCEPTANCE === model.status" title="是否要接受?" @confirm="handleApprove">
           <a-button :loading="confirmLoading" style="margin-left: 8px" type="default">接受</a-button>