| | |
| | | sortable: true, |
| | | }, |
| | | { |
| | | title: "品牌", |
| | | key: "brand", |
| | | width: 100, |
| | | }, |
| | | { |
| | | title: "型号", |
| | | key: "model", |
| | | width: 100, |
| | | }, |
| | | { |
| | | title: "排量", |
| | | key: "displacement", |
| | | width: 100, |
| | | sortable: true, |
| | | }, |
| | | { |
| | | title: "购置年份", |
| | | key: "buyYear", |
| | | minWidth: 120, |
| | | sortable: true, |
| | | }, |
| | | { |
| | | title: "状态", |
| | | key: "status", |
| | | width: 100, |
| | |
| | | sortable: true, |
| | | }, |
| | | { |
| | | title: "驾驶人", |
| | | key: "nickName", |
| | | width: 100, |
| | | }, |
| | | { |
| | | title: "跟车人", |
| | | key: "followNickName", |
| | | width: 100, |
| | | }, |
| | | { |
| | | title: "品牌", |
| | | key: "brand", |
| | | width: 100, |
| | | }, |
| | | { |
| | | title: "型号", |
| | | key: "model", |
| | | width: 100, |
| | | }, |
| | | { |
| | | title: "排量", |
| | | key: "displacement", |
| | | width: 100, |
| | | sortable: true, |
| | | }, |
| | | { |
| | | title: "购置年份", |
| | | key: "buyYear", |
| | | minWidth: 120, |
| | | sortable: true, |
| | | }, |
| | | { |
| | | title: "操作", |
| | | key: "action", |
| | | align: "center", |
| | | fixed: "right", |
| | | width: 280, |
| | | render: (h, params) => { |
| | | return h("div", [ |
| | |
| | | this.addEquipmentVisible = true; |
| | | }, |
| | | edit(v) { |
| | | this.getAllUser(); |
| | | this.buyYear = v.buyYear; |
| | | this.modalType = 1; |
| | | this.modalTitle = "编辑"; |