diff --git a/src/api/goods/forewarn.js b/src/api/goods/forewarn.js
new file mode 100644
index 0000000..1576453
--- /dev/null
+++ b/src/api/goods/forewarn.js
@@ -0,0 +1,50 @@
+import request from '@/utils/request'
+
+// 查询围栏组列表
+export function standard(data) {
+ return request({
+ url: '/rule/forewarn/standard',
+ method: 'post',
+ data
+ })
+}
+
+/**
+ * 新增报文
+ * @param data
+ * @returns {AxiosPromise}
+ */
+export function indexDataFormat(data,vin) {
+ return request({
+ url: '/rule/forewarn/indexDataFormat?vin=' + vin,
+ method: 'post',
+ data
+ })
+}
+
+/**
+ * 添加
+ * @param vin
+ * @returns {AxiosPromise}
+ */
+export function selectDataFormatById(vin) {
+ return request({
+ url: '/rule/forewarn/selectDataFormatById?vin=' + vin,
+ method: 'post'
+ })
+}
+
+export function deleteDataFormatById(vin) {
+ return request({
+ url: '/rule/forewarn/deleteDataFormatById/' + vin,
+ method: 'post'
+ })
+}
+
+
+
+
+
+
+
+
diff --git a/src/views/client/car/index.vue b/src/views/client/car/index.vue
index a5a8252..9857668 100644
--- a/src/views/client/car/index.vue
+++ b/src/views/client/car/index.vue
@@ -121,13 +121,11 @@
-
-
{{ parseTime(scope.row.registrationDate, '{y}-{m}-{d}') }}
@@ -159,6 +157,7 @@
+ 查看车辆报文
查看实时坐标
@@ -184,9 +183,6 @@
-
-
-
@@ -213,9 +209,6 @@
-
-
-
-
+ 查看
+