Parcourir la source

金额格式化,费用列表优化

sqg il y a 3 ans
Parent
commit
f3a4ac1e11

+ 1 - 1
front-vue/src/views/service/cost/costManage.vue

@@ -411,7 +411,7 @@
           >
             <template slot-scope="scope">
               <el-button
-                v-if="scope.row.zciInvoiceStatus == '1' && scope.row.zciStatus == '02' && scope.row.zfrStatus == '01' "
+                v-if="scope.row.zciInvoiceStatus == '1' && scope.row.zciStatus == '02' && (scope.row.zfrStatus == '01' || scope.row.zfrStatus == '03') "
                 size="mini"
                 type="text"
                 @click="handleInvoiceOpen(scope.row)"

+ 2 - 2
front-vue/src/views/service/credit/creditReport.vue

@@ -17,9 +17,9 @@
                         <div style="height:300px;padding: 0 20px;">
                             <el-table :data="creditLineList">
                                 <el-table-column label="渠道名称" align="center" prop="managementName" :show-overflow-tooltip="true"/>
-                                <el-table-column label="额度" align="center" prop="allAmount" :show-overflow-tooltip="true"/>
+                                <el-table-column label="额度" align="center" :formatter="moneyFormat" prop="allAmount" :show-overflow-tooltip="true"/>
                                 <el-table-column label="可用金额" align="center" :formatter="moneyFormat" prop="subAmount" :show-overflow-tooltip="true"/>
-                                <el-table-column label="已用金额" align="center" prop="availableAmount" :show-overflow-tooltip="true"/>
+                                <el-table-column label="已用金额" align="center" :formatter="moneyFormat" prop="availableAmount" :show-overflow-tooltip="true"/>
                             </el-table>
                             
                             <pagination