Commit 22331192 authored by ly's avatar ly

新增字段以及产品

parent 3ed7ef6b
This diff is collapsed.
......@@ -14,7 +14,7 @@
<script>//本地测试
//window.APIHOST = "http://192.168.0.50:8202";
// window.APIHOST = "http://192.168.0.50:8202";
//测试
// window.APIHOST = "http://47.99.245.36:8202";
......
......@@ -56,6 +56,7 @@
<el-table-column align="center" prop="userStatus" label="用户状态" :formatter="userStatusFormat"></el-table-column>
<el-table-column align="center" prop="latestLoanStatus" label="最近一笔借款状态"></el-table-column>
<el-table-column align="center" prop="latestLoanGmtCreated" label="最近一笔借款时间"></el-table-column>
<el-table-column align="center" prop="upsStatus" label="下游状态"></el-table-column>
<el-table-column align="center" label="查看详情">
<template slot-scope="scope">
<el-button type="text" size="small" @click="loanDetail(scope.row)">查看详情</el-button>
......
......@@ -36,11 +36,11 @@
<template slot-scope="scope">
<el-button type="text" size="small" @click="handleClick(scope.row)">详情</el-button>
<template
v-if="scope.row.status === 'SETTLED' && scope.row.capitalCode !== 'OWNBUSINESS' && scope.row.capitalCode !== 'FENGSHENGBUSINESSJQ' && scope.row.capitalCode !== 'YUANFENGBUSINESS' && scope.row.capitalCode !== 'FENGSHENGBUSINESSDR' && scope.row.capitalCode !== 'FENGSHENGBUSINESSZY'">
v-if="scope.row.status === 'SETTLED' && scope.row.capitalCode !== 'OWNBUSINESS' && scope.row.capitalCode !== 'FENGSHENGBUSINESSJQ' && scope.row.capitalCode !== 'YUANFENGBUSINESS' && scope.row.capitalCode !== 'FENGSHENGBUSINESSDR' && scope.row.capitalCode !== 'FENGSHENGBUSINESSZY' && scope.row.capitalCode !== 'CAITONGBUSINESS' && scope.row.capitalCode !== 'HAOWUBUSINESS'">
<el-button type="text" size="small" @click="handleShow(scope.row, 'SettleReport', '结清报告')">结清报告
</el-button>
</template>
<template v-if="scope.row.status === 'SETTLED' && scope.row.capitalCode === 'OWNBUSINESS' && zyItem">
<template v-if="scope.row.status === 'SETTLED' && scope.row.capitalCode === 'OWNBUSINESS' && zyItem">
<el-button type="text" size="small" @click="handleShow(scope.row, 'GenerateSettleReport', '结清报告')">结清报告
</el-button>
</template>
......@@ -65,8 +65,14 @@
<el-button type="text" size="small" @click="handleShow(scope.row, 'GenerateSettleReport', '结清报告')">结清报告
</el-button>
</template>
<template v-if="scope.row.status === 'SETTLED' && scope.row.capitalCode === 'CAITONGBUSINESS' && zyItem">
<el-button type="text" size="small" @click="handleShow(scope.row, 'GenerateSettleReport', '结清报告')">结清报告
</el-button>
</template>
<template v-if="scope.row.status === 'SETTLED' && scope.row.capitalCode === 'HAOWUBUSINESS' && zyItem">
<el-button type="text" size="small" @click="handleShow(scope.row, 'GenerateSettleReport', '结清报告')">结清报告
</el-button>
</template>
<!-- 短信 -->
<el-button type="text" size="small" @click="handleMessageSend(scope.row)">短信</el-button>
......
......@@ -18,7 +18,7 @@ module.exports = {
devServer: {
port: 9090,
proxy: {
'/api': {
'/': {
//测试环境
target: 'http://47.99.245.36:8202',
ws: true,
......
This diff is collapsed.
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