diff --git a/src/views/drivingSchool/drivingSchoolInsurance/index.vue b/src/views/drivingSchool/drivingSchoolInsurance/index.vue
index 58f8435..7093a7f 100644
--- a/src/views/drivingSchool/drivingSchoolInsurance/index.vue
+++ b/src/views/drivingSchool/drivingSchoolInsurance/index.vue
@@ -1,7 +1,6 @@
-
新增
+ >新增
+
删除
+ >删除
+
导出
+ >导出
+
-
-
-
-
-
-
+
+
+
+
+
查看
-
+
+
+
+ {{ getAttachmentButtonText(scope.row.attachments) }}
+
+ 无附件
+
+
+
{{ parseTime(scope.row.insuranceTime, '{y}-{m}-{d}') }}
@@ -83,13 +96,15 @@
type="text"
icon="el-icon-edit"
@click="handleUpdate(scope.row)"
- >修改
+ >修改
+
删除
+ >删除
+
@@ -106,42 +121,40 @@
-
+
-
+
-
-
+
-
+
+
+
+
+
-
+
+ v-model="form.insuranceTime"
+ type="date"
+ value-format="yyyy-MM-dd"
+ placeholder="请选择保险到期时间"
+ >
@@ -150,42 +163,87 @@
取 消
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ row.name }}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/drivingSchool/file/file.vue b/src/views/drivingSchool/file/file.vue
index 66069f1..657813c 100644
--- a/src/views/drivingSchool/file/file.vue
+++ b/src/views/drivingSchool/file/file.vue
@@ -70,7 +70,8 @@
![]()
+ style="width: 100px;height: 100px;" v-else
+ >
{{ item.fileName }}
@@ -94,7 +95,8 @@
v-for="item in staffList"
:key="item.userId"
:label="item.name"
- :value="item.userId">
+ :value="item.userId"
+ >