驾驶员资料UI更新

master
xxy 2 months ago
parent 1750c64aef
commit fda3f14340

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

Loading…
Cancel
Save