From 1b98ab0d3d007a5a65bdd446483853df34b8919c Mon Sep 17 00:00:00 2001 From: zhangzeli <123456> Date: 星期三, 05 一月 2022 15:58:39 +0800 Subject: [PATCH] 优化 --- src/views/your/accident-manage/accidentManage.vue | 41 +++++++++++++++++++++-------------------- 1 files changed, 21 insertions(+), 20 deletions(-) diff --git a/src/views/your/accident-manage/accidentManage.vue b/src/views/your/accident-manage/accidentManage.vue index 8748c59..9d7073d 100644 --- a/src/views/your/accident-manage/accidentManage.vue +++ b/src/views/your/accident-manage/accidentManage.vue @@ -276,18 +276,19 @@ title: "浜嬫晠鎻忚堪", key: "description", width: 150, + tooltip:true, }, { title: "璐d换璁ゅ畾", key: "dutySure", width:150, - sortable: true, + tooltip:true, }, { title: "瑙e喅鏂规", key: "solve", minWidth: 150, - sortable: true, + tooltip:true, }, { title: "鎿嶄綔", @@ -298,15 +299,15 @@ render: (h, params) => { return h("div", [ h( - "a", - { - on: { - click: () => { - this.edit(params.row); - }, - }, - }, - "缂栬緫" + "a", + { + on: { + click: () => { + this.edit(params.row); + }, + }, + }, + "缂栬緫" ), h("Divider", { props: { @@ -314,15 +315,15 @@ }, }), h( - "a", - { - on: { - click: () => { - this.remove(params.row); - }, - }, - }, - "鍒犻櫎" + "a", + { + on: { + click: () => { + this.remove(params.row); + }, + }, + }, + "鍒犻櫎" ), ]); }, -- Gitblit v1.9.1