|
@@ -206,7 +206,7 @@
|
|
|
<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>
|
|
|
</vxe-column>
|
|
|
- <vxe-column min-width="100" title="付款状态" fixed="right" align="center" field="paymentStatus">
|
|
|
+ <vxe-column v-if="hasPermission('reimbursement:payment:view')" min-width="100" title="付款状态" fixed="right" align="center" field="paymentStatus">
|
|
|
<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>
|
|
|
</template>
|