客户维护修改

This commit is contained in:
“wanyongkang”
2021-03-15 11:46:06 +08:00
parent 8559dabff2
commit 9bc3e9f9e4

View File

@@ -30,8 +30,8 @@
align="right"
size="small"
style="margin-right:5px;"
start-placeholder="上月开始日期"
end-placeholder="上月结束日期"
start-placeholder="A阶段开始时间"
end-placeholder="A阶段结束时间"
:default-time="['00:00:00', '00:00:00']">
</el-date-picker>
<el-date-picker
@@ -40,8 +40,8 @@
align="right"
size="small"
style="margin-right:5px;"
start-placeholder="本月开始日期"
end-placeholder="本月结束日期"
start-placeholder="B阶段开始时间"
end-placeholder="B阶段开始时间"
:default-time="['00:00:00', '00:00:00']">
</el-date-picker>
<!-- <el-date-picker
@@ -107,12 +107,12 @@
<el-link @click="click_all_amount(scope.row,1)">{{scope.row.all_amount}}</el-link>
</template>value
</el-table-column>
<el-table-column label="上月消费" sortable="PrevMonthAmount">
<el-table-column label="A阶段消费" sortable="PrevMonthAmount">
<template slot-scope="scope">
<el-link @click="click_all_amount(scope.row,2)">{{scope.row.PrevMonthAmount}}</el-link>
</template>
</el-table-column>
<el-table-column label="本月消费" sortable="MonthAmount">
<el-table-column label="B阶段消费" sortable="MonthAmount">
<template slot-scope="scope">
<el-link @click="click_all_amount(scope.row,3)">{{scope.row.MonthAmount}}</el-link>
</template>