Commit fb6136c5 authored by youjie's avatar youjie

no message

parent ef80424a
......@@ -115,7 +115,6 @@
v-if="isReady"
ref="singleTable"
:data="tableData"
highlight-current-row
style="width: 100%">
<el-table-column
type="index"
......@@ -128,7 +127,7 @@
width="80">
</el-table-column>
<el-table-column
property=""
property="SumPreferPrice"
label="销售额"
width="" sortable>
<template slot-scope="scope">
......@@ -136,7 +135,7 @@
</template>
</el-table-column>
<el-table-column
property=""
property="income"
label="收款金额"
width="" sortable>
<template slot-scope="scope">
......@@ -144,7 +143,7 @@
</template>
</el-table-column>
<el-table-column
property=""
property="notInCome"
label="未收金额"
width="" sortable>
<template slot-scope="scope">
......
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