From 07d3ca1aef2fa1ffca559593b93a2696e2a70d0e Mon Sep 17 00:00:00 2001 From: wang-hao-jie <1550036656@qq.com> Date: 星期三, 24 十一月 2021 09:40:33 +0800 Subject: [PATCH] 默认更改列表 --- src/views/your/car-manage/carManage.vue | 57 ++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 34 insertions(+), 23 deletions(-) diff --git a/src/views/your/car-manage/carManage.vue b/src/views/your/car-manage/carManage.vue index 0af821c..6c89acb 100644 --- a/src/views/your/car-manage/carManage.vue +++ b/src/views/your/car-manage/carManage.vue @@ -8,7 +8,6 @@ <Card> <Row class="operation"> <Button @click="addCar" type="primary" icon="md-add">娣诲姞杞﹁締</Button> - <Button @click="delAll" icon="md-trash">鎵归噺鍒犻櫎</Button> <Button @click="init" icon="md-refresh">鍒锋柊</Button> <Button type="dashed" @click="openTip = !openTip">{{ openTip ? "鍏抽棴鎻愮ず" : "寮�鍚彁绀�" @@ -312,28 +311,6 @@ 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, @@ -368,9 +345,42 @@ 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", [ @@ -814,6 +824,7 @@ this.addEquipmentVisible = true; }, edit(v) { + this.getAllUser(); this.buyYear = v.buyYear; this.modalType = 1; this.modalTitle = "缂栬緫"; -- Gitblit v1.9.1