|
@@ -34,7 +34,7 @@
|
|
<a-divider type="vertical" v-if="hasPerm(['bizSupplierTransportEdit', 'bizSupplierTransportDelete'], 'and') && record.auditStatus!='2'" />
|
|
<a-divider type="vertical" v-if="hasPerm(['bizSupplierTransportEdit', 'bizSupplierTransportDelete'], 'and') && record.auditStatus!='2'" />
|
|
<a-button type="link" danger size="small" v-if="hasPerm('bizSupplierTransportDelete') && record.auditStatus!='2'" @click="deleteConfig(record)">删除</a-button>
|
|
<a-button type="link" danger size="small" v-if="hasPerm('bizSupplierTransportDelete') && record.auditStatus!='2'" @click="deleteConfig(record)">删除</a-button>
|
|
<a-divider type="vertical" v-if="(hasPerm(['bizSupplierTransportEdit', 'bizSupplierTransportDelete'], 'or') && record.auditStatus!='2') && hasPerm('bizSupplierTransportAudit')" />
|
|
<a-divider type="vertical" v-if="(hasPerm(['bizSupplierTransportEdit', 'bizSupplierTransportDelete'], 'or') && record.auditStatus!='2') && hasPerm('bizSupplierTransportAudit')" />
|
|
- <a @click="auditFormRef.showModal(record.id)" v-if="hasPerm('bizSupplierTransportAudit') && record.auditStatus=='1'">审核</a>
|
|
|
|
|
|
+ <a @click="auditFormRef.showModal(record.id)" v-if="hasPerm('bizSupplierTransportAudit') && record.auditStatus!='2'">审核</a>
|
|
</a-space>
|
|
</a-space>
|
|
</template>
|
|
</template>
|
|
</template>
|
|
</template>
|