|
|
@@ -82,10 +82,10 @@
|
|
|
</td>
|
|
|
<td>@{{ dischargeTask.income_unit_price }}</td>
|
|
|
<td>@{{ dischargeTask.income_total_cost }}</td>
|
|
|
- <template v-if="isPersonnel">
|
|
|
+ @can('人事管理-卸货-成本可见')
|
|
|
<td>@{{ dischargeTask.expenditure_unit_price }}</td>
|
|
|
<td>@{{ dischargeTask.expenditure_total_cost }}</td>
|
|
|
- </template>
|
|
|
+ @endcan
|
|
|
<td>
|
|
|
@can('人事管理-卸货-编辑')
|
|
|
{{-- dischargeTask.status===3 完成时不可编辑状态 --}}
|