瀏覽代碼

修复运营固定表格-

master
Klein Blue 2 年之前
父節點
當前提交
c74c435905
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. 4
    0
      src/views/tongji/yingyun.vue

+ 4
- 0
src/views/tongji/yingyun.vue 查看文件

@@ -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…
取消
儲存