|
@@ -171,7 +171,7 @@
|
|
<span v-else>{{scope.row.no}}</span>
|
|
<span v-else>{{scope.row.no}}</span>
|
|
</template>
|
|
</template>
|
|
</vxe-column>
|
|
</vxe-column>
|
|
- <vxe-column v-if="hasPermission('reimbursement:payment:view')" width="130" title="报销项" field="reimbursementType" align="center">
|
|
|
|
|
|
+ <vxe-column v-if="hasPermission('consultancy:user:payment')" width="130" title="报销项" field="reimbursementType" align="center">
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
{{$dictUtils.getDictLabel('reimbursement_type', scope.row.reimbursementType, '')}}
|
|
{{$dictUtils.getDictLabel('reimbursement_type', scope.row.reimbursementType, '')}}
|
|
</template>
|
|
</template>
|
|
@@ -206,9 +206,9 @@
|
|
<el-button @click="detail(scope.row)" :type="$dictUtils.getDictLabel('status_info', scope.row.type, '')" effect="dark" >{{$dictUtils.getDictLabel("status", scope.row.type, '未开始')}} </el-button>
|
|
<el-button @click="detail(scope.row)" :type="$dictUtils.getDictLabel('status_info', scope.row.type, '')" effect="dark" >{{$dictUtils.getDictLabel("status", scope.row.type, '未开始')}} </el-button>
|
|
</template>
|
|
</template>
|
|
</vxe-column>
|
|
</vxe-column>
|
|
- <vxe-column v-if="hasPermission('reimbursement:payment:view')" min-width="100" title="付款状态" fixed="right" align="center" field="paymentStatus">
|
|
|
|
|
|
+ <vxe-column v-if="hasPermission('consultancy:user:payment')" min-width="100" title="付款状态" fixed="right" align="center" field="paymentStatus">
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
- <el-button :type="$dictUtils.getDictLabel('payment_status_info', scope.row.paymentStatus, '')" effect="dark" >{{$dictUtils.getDictLabel("payment_status", scope.row.paymentStatus, '未付款')}} </el-button>
|
|
|
|
|
|
+ <el-button :type="$dictUtils.getDictLabel('payment_status_info', scope.row.paymentStatus, '')" effect="dark" >{{$dictUtils.getDictLabel("payment_status", scope.row.paymentStatus, '未审批')}} </el-button>
|
|
</template>
|
|
</template>
|
|
</vxe-column>
|
|
</vxe-column>
|
|
<vxe-column title="操作" width="130px" fixed="right" align="center">
|
|
<vxe-column title="操作" width="130px" fixed="right" align="center">
|