|
@@ -77,8 +77,8 @@
|
|
|
<el-steps direction="vertical" :active="trajectoryTable.length - 1" finish-status="success">
|
|
<el-steps direction="vertical" :active="trajectoryTable.length - 1" finish-status="success">
|
|
|
<el-step :title=" auditstatusCap(item.auditstatus)" :key="item.id" v-for="item in trajectoryTable">
|
|
<el-step :title=" auditstatusCap(item.auditstatus)" :key="item.id" v-for="item in trajectoryTable">
|
|
|
<template slot="description">
|
|
<template slot="description">
|
|
|
- <div>保险公司:{{ item.insCompany }}</div>
|
|
|
|
|
- <div>创建用户:{{ item.operator }}</div>
|
|
|
|
|
|
|
+ <div>保险公司:{{ item.insCompany }} <span style="margin-left:15px">创建用户:{{ item.operator }}</span></div>
|
|
|
|
|
+ <div>创建时间:{{item.operatorTime}}</div>
|
|
|
</template>
|
|
</template>
|
|
|
</el-step>
|
|
</el-step>
|
|
|
</el-steps>
|
|
</el-steps>
|
|
@@ -742,11 +742,11 @@ export default {
|
|
|
fileurl: res1.data.jqSign
|
|
fileurl: res1.data.jqSign
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
- if (res1.data.jqSign) {
|
|
|
|
|
|
|
+ if (res1.data.syPolicy) {
|
|
|
accidentList.push({
|
|
accidentList.push({
|
|
|
fileTitle: "商业电子保单",
|
|
fileTitle: "商业电子保单",
|
|
|
filename: this.orderInfo.sypolicyno,
|
|
filename: this.orderInfo.sypolicyno,
|
|
|
- fileurl: res1.data.jqSign
|
|
|
|
|
|
|
+ fileurl: res1.data.syPolicy
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
if (res1.data.noPolicy) {
|
|
if (res1.data.noPolicy) {
|