Browse Source

完善家访准备管理

master
yunuo970428 1 year ago
parent
commit
9cf8b90097
  1. 5
      anrui-riskcenter-ui/src/views/homevisitpreparation/homevisittobeprepared.vue
  2. 5
      anrui-riskcenter-ui/src/views/homevisitpreparation/thehomevisitisready.vue

5
anrui-riskcenter-ui/src/views/homevisitpreparation/homevisittobeprepared.vue

@ -63,6 +63,11 @@
<span>{{ scope.row.createDate }}</span>
</template>
</el-table-column>
<el-table-column label="合同状态" align="center" width="120">
<template slot-scope="scope">
<span>{{ scope.row.createState }}</span>
</template>
</el-table-column>
<el-table-column label="分公司" align="center" width="120">
<template slot-scope="scope">
<span>{{ scope.row.useOrgName }}</span>

5
anrui-riskcenter-ui/src/views/homevisitpreparation/thehomevisitisready.vue

@ -63,6 +63,11 @@
<span>{{ scope.row.createDate }}</span>
</template>
</el-table-column>
<el-table-column label="合同状态" align="center" width="120">
<template slot-scope="scope">
<span>{{ scope.row.createState }}</span>
</template>
</el-table-column>
<el-table-column label="分公司" align="center" width="120">
<template slot-scope="scope">
<span>{{ scope.row.useOrgName }}</span>

Loading…
Cancel
Save