Browse Source

修复运营固定表格-

master
Klein Blue 2 years ago
parent
commit
c74c435905
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      src/views/tongji/yingyun.vue

+ 4
- 0
src/views/tongji/yingyun.vue View File

@@ -40,6 +40,7 @@
>
<el-table-column
fixed
:resizable="false"
label="月份"
property="month"
@@ -47,6 +48,7 @@
align="center"
></el-table-column>
<el-table-column
fixed
:resizable="false"
label="总计"
property="all_money"
@@ -76,6 +78,7 @@
</el-table-column>
</template>
<el-table-column
fixed="right"
:resizable="false"
label="合计"
property="heji"
@@ -83,6 +86,7 @@
align="right"
></el-table-column>
<el-table-column
fixed="right"
:resizable="false"
label="合计比率"
property="heji_ratio"

Loading…
Cancel
Save