wang-hao-jie
2022-01-05 3a9879dfcf271846605c7f896d0397472cf5e839
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">