diff --git a/src/views/base/device/device.vue b/src/views/base/device/device.vue
index 6361708..486f8eb 100644
--- a/src/views/base/device/device.vue
+++ b/src/views/base/device/device.vue
@@ -90,7 +90,7 @@
-
+
{{ parseTime(scope.row.validTime, '{y}-{m}-{d}') }}
@@ -99,10 +99,10 @@
-
-
-
-
+
+
+
+
{{ parseTime(scope.row.nextCheckTime, '{y}-{m}-{d}') }}
@@ -120,7 +120,6 @@
type="text"
icon="el-icon-edit"
@click="handleUpdate(scope.row)"
-
>修改
删除
@@ -161,6 +159,24 @@
:label="item.label"/>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -362,6 +378,9 @@ export default {
switch (servicePackageId) {
case 'jiance':
this.queryParams.dictType = 'ins_report_role';
+ this.queryParams.defaultKey = 'equipment';
+ this.dictDatas = getDictDatas(DICT_TYPE.INS_EQU_TYPE);
+ this.currentDictType = DICT_TYPE.INS_EQU_TYPE;
break;
case 'jiaxiao':
this.queryParams.dictType = 'drive_file_role';
diff --git a/src/views/base/workReport/index.vue b/src/views/base/workReport/index.vue
index 37ecf0a..cbfa91d 100644
--- a/src/views/base/workReport/index.vue
+++ b/src/views/base/workReport/index.vue
@@ -60,7 +60,7 @@
- 打印
+ 查看|打印
修改
diff --git a/src/views/drivingSchool/workReport/index.vue b/src/views/drivingSchool/workReport/index.vue
index c7421b4..cd2c9b2 100644
--- a/src/views/drivingSchool/workReport/index.vue
+++ b/src/views/drivingSchool/workReport/index.vue
@@ -59,7 +59,7 @@
- 打印
+ 查看|打印
修改
diff --git a/src/views/partner/device.vue b/src/views/partner/device.vue
index b0a1fda..75de535 100644
--- a/src/views/partner/device.vue
+++ b/src/views/partner/device.vue
@@ -17,7 +17,7 @@
@keyup.enter.native="handleQuery"
/>
-
+
新增
-
+
-
-
-
+
+
+
{{ parseTime(scope.row.nextCheckTime, '{y}-{m}-{d}') }}
@@ -160,6 +160,24 @@
:label="item.label"/>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+