From 3a9879dfcf271846605c7f896d0397472cf5e839 Mon Sep 17 00:00:00 2001
From: wang-hao-jie <1550036656@qq.com>
Date: 星期三, 05 一月 2022 11:15:20 +0800
Subject: [PATCH] 默认更改列表

---
 src/views/your/accident-manage/accidentManage.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/views/your/accident-manage/accidentManage.vue b/src/views/your/accident-manage/accidentManage.vue
index e20fadd..6e9122c 100644
--- a/src/views/your/accident-manage/accidentManage.vue
+++ b/src/views/your/accident-manage/accidentManage.vue
@@ -8,7 +8,6 @@
     <Card>
       <Row class="operation">
         <Button @click="addOil" 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 ? "鍏抽棴鎻愮ず" : "寮�鍚彁绀�"
@@ -63,7 +62,7 @@
       <Form
               ref="accidentForm"
               :model="accidentForm"
-              :label-width="80"
+              :label-width="100"
               :rules="accidentFormValidate"
       >
         <FormItem label="杞﹁締" prop="carId">

--
Gitblit v1.9.1