提交 8439e811 编写于 作者: changdi.hao's avatar changdi.hao

Merge branch 'release'

...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
</el-col> </el-col>
<el-col :span="6" style="text-align: right"> <el-col :span="6" style="text-align: right">
<div class="button-container"> <div class="button-container">
<el-button type="primary" size="small" @click="searchList" <el-button type="primary" size="small" @click="searchFormOrder"
>查询</el-button >查询</el-button
> >
<el-button <el-button
...@@ -259,13 +259,22 @@ ...@@ -259,13 +259,22 @@
</template> </template>
</el-table-column> </el-table-column>
<!-- <el-table-column <el-table-column
prop="fanxxxx" prop="commissionAmount"
label="返现" label="返现"
min-width="100" min-width="100"
align="center" align="center"
> >
</el-table-column> --> <template slot-scope="scope">
<!--<span>{{ scope.row.price }}</span>-->
<p v-if="scope.row.commissionAmount>0">
{{ scope.row.commissionAmount | toFixed2 }}
</p>
<p v-else>
-
</p>
</template>
</el-table-column>
<el-table-column <el-table-column
prop="saleTypeStr" prop="saleTypeStr"
...@@ -988,6 +997,10 @@ export default { ...@@ -988,6 +997,10 @@ export default {
this.brokerOwnerListAll(); this.brokerOwnerListAll();
}, },
methods: { methods: {
searchFormOrder(){
this.searchForm.pageNo=1
this.searchList();
},
// 确认导入 // 确认导入
confirmExport() { confirmExport() {
if (this.ExportType == 1) { if (this.ExportType == 1) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册