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

售后99+等显示优化

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