Explorar o código

已驳回的报修单不显示修改按钮问题

3254194295 %!s(int64=2) %!d(string=hai) anos
pai
achega
a9ef5f9924
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/repair/application-form/RepairForm.vue

+ 1 - 1
src/views/repair/application-form/RepairForm.vue

@@ -100,7 +100,7 @@
             <a @click="handleView(record)">查看</a>
             <operation-button
               v-show="editFlag"
-              v-if="DictCache.VALUE.REPAIR_APPLICATION_FORM_STATUS.NOT_ALLOCATED === record.status && $auth('repair-application-forms-edit')"
+              v-if="DictCache.VALUE.REPAIR_APPLICATION_FORM_STATUS.NOT_ALLOCATED === record.status ||DictCache.VALUE.REPAIR_APPLICATION_FORM_STATUS.REBACK === record.status && $auth('repair-application-forms-edit')"
               @click="handleEdit(record)" >修改</operation-button>
             <operation-button
               v-show="dispatchFlag"