zhangzeli
2022-01-04 7ebd84a4ad1f6561f450d5e92d987d22924d59ec
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">