Commit 89a250ae authored by 黄奎's avatar 黄奎

页面修改

parent 06ef873c
...@@ -100,9 +100,8 @@ ...@@ -100,9 +100,8 @@
</el-table-column> </el-table-column>
<el-table-column prop="address" label="数据统计" width="155"> <el-table-column prop="address" label="数据统计" width="155">
<template slot-scope="scope"> <template slot-scope="scope">
<p>用户数:{{scope.row.UserNum}}</p> <p>用户数:<span style="color:blue">{{scope.row.UserNum}}</span></p>
<p> <p>订单数:<span style="color:red">{{scope.row.OrderNum}}</span></p>
订单数:<span style="color:rgb(144, 147, 153)">{{scope.row.OrderNum}}</span></p>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="EffectiveDateStr" label="有效期" width="170"> <el-table-column prop="EffectiveDateStr" label="有效期" width="170">
...@@ -154,9 +153,8 @@ ...@@ -154,9 +153,8 @@
</el-table-column> </el-table-column>
<el-table-column prop="address" label="数据统计" width="155"> <el-table-column prop="address" label="数据统计" width="155">
<template slot-scope="scope"> <template slot-scope="scope">
<p>用户数:{{scope.row.UserNum}}</p> <p>用户数:<span style="color:blue">{{scope.row.UserNum}}</span></p>
<p> <p>订单数:<span style="color:red">{{scope.row.OrderNum}}</span></p>
订单数:<span style="color:rgb(144, 147, 153)">{{scope.row.OrderNum}}</span></p>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="EffectiveDateStr" label="有效期" width="170"> <el-table-column prop="EffectiveDateStr" label="有效期" width="170">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment