|
@@ -100,7 +100,7 @@
|
|
<a @click="handleView(record)">查看</a>
|
|
<a @click="handleView(record)">查看</a>
|
|
<operation-button
|
|
<operation-button
|
|
v-show="editFlag"
|
|
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>
|
|
@click="handleEdit(record)" >修改</operation-button>
|
|
<operation-button
|
|
<operation-button
|
|
v-show="dispatchFlag"
|
|
v-show="dispatchFlag"
|