|
@@ -58,9 +58,6 @@
|
|
|
>审核不通过</el-button
|
|
|
>
|
|
|
</template>
|
|
|
- <!-- <el-button v-else @click="batchExport" type="info" plain>
|
|
|
- 导出excel
|
|
|
- </el-button> -->
|
|
|
</template>
|
|
|
<template slot="predictPayTime" slot-scope="props">
|
|
|
<span v-if="props.scope.row.creditStatus == 1">已结清</span>
|
|
@@ -75,9 +72,6 @@
|
|
|
{{ props.scope.row.predictPayDay || "--" }}
|
|
|
</span>
|
|
|
</template>
|
|
|
- <template slot="divideCheckStatus" slot-scope="props">
|
|
|
- <div>{{ props.scope.row.checkStatus > 0 ? "已通过" : "未通过" }}</div>
|
|
|
- </template>
|
|
|
<template slot="btn" slot-scope="props">
|
|
|
<el-button type="text" @click="handelDetail(props.scope.row)">
|
|
|
详情
|
|
@@ -229,14 +223,6 @@ export default {
|
|
|
// width: 100,
|
|
|
scope: "formatPrice",
|
|
|
},
|
|
|
- // {
|
|
|
- // label: "审核状态",
|
|
|
- // prop: "divideCheckStatus",
|
|
|
- // hidden: true,
|
|
|
- // // width: 100,
|
|
|
- // scope: "solt",
|
|
|
- // soltName: "divideCheckStatus",
|
|
|
- // },
|
|
|
],
|
|
|
tableData: [],
|
|
|
total: 0,
|
|
@@ -355,15 +341,6 @@ export default {
|
|
|
},
|
|
|
formList() {
|
|
|
return [
|
|
|
- {
|
|
|
- prop: "checkStatus",
|
|
|
- placeholder: "审核状态",
|
|
|
- scope: "select",
|
|
|
- options: [
|
|
|
- { label: "待审核", value: 0 },
|
|
|
- { label: "已通过", value: 1 },
|
|
|
- ],
|
|
|
- },
|
|
|
{
|
|
|
prop: "orderType",
|
|
|
placeholder: "分成类型",
|