提交 058268e5 authored 作者: huaxinzhu's avatar huaxinzhu

售后99+等显示优化

上级 6baf1c0a
......@@ -44,7 +44,7 @@
<div class="card-panel-icon-wrapper icon-shopping">
<svg-icon icon-class="shopping" class-name="card-panel-icon" />
</div>
<div class="xz-tip">{{panelData.refundTotal}}</div>
<div class="xz-tip">{{(panelData.refundTotal < 100)? panelData.refundTotal : '99+' }}</div>
<div class="card-panel-description">
<div class="card-panel-text">
售后订单
......@@ -60,6 +60,9 @@
import CountTo from 'vue-count-to'
export default {
data() {
return {}
},
props: {
panelData: {
type: Object,
......@@ -68,6 +71,9 @@ export default {
components: {
CountTo
},
mounted() {
console.log(75,this.panelData);
},
methods: {
handleSetLineChartData(type) {
this.$emit('handleSetLineChartData', type)
......
......@@ -37,7 +37,6 @@
<el-button
size="mini"
type="text"
icon="el-icon-delete"
@click="handleDelete(scope.row)"
>删除
</el-button>
......
......@@ -55,7 +55,6 @@
<el-button
size="mini"
type="text"
icon="el-icon-edit"
@click="handleDeatil(scope.row)"
>查看详情
</el-button>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论