@ -85,7 +85,7 @@ export default [
name: "ChargingManage",
title: "收费管理",
icon: 'pay-circle',
// redirect: '/Manage/ChargingManage/ChargingStandard',
redirect: '/Manage/ChargingManage/ChargingStandard',
component: resolve => require(['@/views/Manage/ChargingManage'], resolve),
meta: {title: '收费管理'},
children: [
@ -130,7 +130,7 @@
"
><span>购买功能</span>
<span style="color: #d53131">{{
"¥" + item.amount
item.includeFunctionModelList
}}</span></span
>
<div class="functionBox">
@ -143,7 +143,7 @@
</div>
<div style="margin-top: 10px">
{{ item.time
{{ item.expirationDate
}}<span style="color: #00000073; font-size: 14px">到期</span>
<template slot="actions" class="ant-card-actions">
@ -126,9 +126,7 @@ export default {
this.$router.go(-1);
},
auditSubmit() {
postRefund(this.paybackForm).then(res => {
console.log(res)
});
postRefund(this.paybackForm).then(() => {});
this.auditShow = false;
auditCancel() {
@ -110,7 +110,6 @@ export default {
getCustomerDetail(this.form).then(res => {
let data = res.data;
this.infoList = data;
console.log(this.infoList)
})
download() {},
@ -209,8 +209,7 @@ export default {
addConfirm() {
createOrder(this.form).then(res => {
console.log(res);
createOrder(this.form).then(() => {
@ -161,9 +161,6 @@ export default {
this.getData()
methods: {
img(val) {
console.log(val)
getData() {
getCommunityList(this.form).then(res => {
let data = res.data.rows;
@ -243,7 +240,6 @@ export default {
//添加小区-上传图片
addFile(file) {
console.log(file);
let communityUrls = [];
communityUrls.push(file[0].response.data);
this.addForm.communityUrls = communityUrls;