Commit fb6136c5 authored by youjie's avatar youjie

no message

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