|
|
@ -89,7 +89,7 @@ import {DeleteDriverById, FindAllDriver, SaveDriver} from "@/api/driver";
|
|
|
|
|
|
|
|
|
|
|
|
const columns = [
|
|
|
|
const columns = [
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: '名字',
|
|
|
|
title: '姓名',
|
|
|
|
dataIndex: 'name',
|
|
|
|
dataIndex: 'name',
|
|
|
|
scopedSlots: {customRender: 'name'},
|
|
|
|
scopedSlots: {customRender: 'name'},
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -104,7 +104,7 @@ const columns = [
|
|
|
|
scopedSlots: {customRender: 'phone'},
|
|
|
|
scopedSlots: {customRender: 'phone'},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: '驾驶证',
|
|
|
|
title: '准驾车型',
|
|
|
|
dataIndex: 'license',
|
|
|
|
dataIndex: 'license',
|
|
|
|
scopedSlots: {customRender: 'license'},
|
|
|
|
scopedSlots: {customRender: 'license'},
|
|
|
|
},
|
|
|
|
},
|
|
|
|