diff --git a/src/views/main/tmsaip/tmsTenantRelationTF/addForm.vue b/src/views/main/tmsaip/tmsTenantRelationTF/addForm.vue index f180e58..7c00548 100644 --- a/src/views/main/tmsaip/tmsTenantRelationTF/addForm.vue +++ b/src/views/main/tmsaip/tmsTenantRelationTF/addForm.vue @@ -11,8 +11,8 @@ - - + + {{ item.name }} diff --git a/src/views/main/tmsaip/tmsTruckerCarRelation/index.vue b/src/views/main/tmsaip/tmsTruckerCarRelation/index.vue index 9a4b168..5e7d334 100644 --- a/src/views/main/tmsaip/tmsTruckerCarRelation/index.vue +++ b/src/views/main/tmsaip/tmsTruckerCarRelation/index.vue @@ -138,6 +138,7 @@ export default { { code: '3', name: '加盟车辆' } ], statusData: [ + { code: '0', name: '录入' }, { code: '1', name: '已绑定' }, { code: '2', name: '待确认' }, { code: '3', name: '已驳回' }, @@ -162,19 +163,19 @@ export default { title: '司机名称', align: 'center', width: '100', - dataIndex: 'carLicense' + dataIndex: 'driverName' }, { title: '联系电话', align: 'center', width: '80', - dataIndex: 'driverName' + dataIndex: 'tel' }, { title: '状态', align: 'center', width: '120', - dataIndex: 'tel' + dataIndex: 'status' } ], tstyle: { 'padding-top': '12px', 'padding-bottom': '0px', 'margin-bottom': '10px' },