Kaynağa Gözat

报销,付款状态显示

sangwenwei 11 ay önce
ebeveyn
işleme
4ab92ed767

+ 1 - 1
src/views/ccpm/reimbursement/info/InfoList.vue

@@ -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>

+ 1 - 1
src/views/consultancy/reimbursement/info/InfoList.vue

@@ -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>

+ 1 - 1
src/views/cw/reimbursementApproval/info/InfoList.vue

@@ -214,7 +214,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>

+ 1 - 1
src/views/reimbursement/info/InfoList.vue

@@ -197,7 +197,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>

+ 1 - 1
src/views/zs/reimbursement/info/InfoList.vue

@@ -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>