From b51e256514dae8a13f6691dfd917e6ca031621fe Mon Sep 17 00:00:00 2001
From: zhangzeli <123456>
Date: 星期二, 09 十一月 2021 16:10:03 +0800
Subject: [PATCH] 车辆

---
 src/views/your/car-manage/carManage.vue |   56 ++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 34 insertions(+), 22 deletions(-)

diff --git a/src/views/your/car-manage/carManage.vue b/src/views/your/car-manage/carManage.vue
index 0af821c..6df3551 100644
--- a/src/views/your/car-manage/carManage.vue
+++ b/src/views/your/car-manage/carManage.vue
@@ -312,28 +312,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 +346,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 +825,7 @@
       this.addEquipmentVisible = true;
     },
     edit(v) {
+      this.getAllUser();
       this.buyYear = v.buyYear;
       this.modalType = 1;
       this.modalTitle = "缂栬緫";

--
Gitblit v1.9.1