From d22df50da1ec28ee7f6289cbc8cf270a95891da2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=90=8C=E6=B5=B7?= <963808678@qq.com> Date: Wed, 19 Jul 2023 15:09:59 +0800 Subject: [PATCH] 7/19 --- src/views/main/tmsaip/tmsTenantRelationTF/addForm.vue | 4 ++-- src/views/main/tmsaip/tmsTruckerCarRelation/index.vue | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) 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' },