Browse Source

no message

duwendi 1 year ago
parent
commit
0aec088bfe
2 changed files with 10 additions and 2 deletions
  1. 8 0
      src/api/audit.js
  2. 2 2
      src/pages/index/components/berth_road_out.vue

+ 8 - 0
src/api/audit.js

@@ -213,6 +213,14 @@ export default {
213
   deleteCzxyjg(params) {
213
   deleteCzxyjg(params) {
214
     return axios.post(`/dash/car/owner/credit/delete`, params)
214
     return axios.post(`/dash/car/owner/credit/delete`, params)
215
   },
215
   },
216
+  // 车主信用监管—_配置详情
217
+  czxyjgConfig(params) {
218
+    return axios.get('/dash/car/owner/credit/getConfig', {params})
219
+  },
220
+  // 车主信用监管—_修改配置详情
221
+  editCzxyjgConfig(params) {
222
+    return axios.post('/dash/car/owner/credit/saveConfig', params)
223
+  },
216
   // 收费趋势
224
   // 收费趋势
217
   sfqs(params) {
225
   sfqs(params) {
218
     return axios.post('/dash/business/conditions/stat1', params)
226
     return axios.post('/dash/business/conditions/stat1', params)

+ 2 - 2
src/pages/index/components/berth_road_out.vue

@@ -45,7 +45,7 @@
45
           :autoStop="false"
45
           :autoStop="false"
46
           :colorArr="['#ffd201', '#00eacb', '#01b4ff', '#5d78ff']"
46
           :colorArr="['#ffd201', '#00eacb', '#01b4ff', '#5d78ff']"
47
           legendIcon="react"
47
           legendIcon="react"
48
-          :bottom="30"
48
+          :bottom="40"
49
           :xlabelFormat="xLabelFormat"
49
           :xlabelFormat="xLabelFormat"
50
           :top="60"
50
           :top="60"
51
           yAxisName="(个)"
51
           yAxisName="(个)"
@@ -63,7 +63,7 @@
63
         <linechart
63
         <linechart
64
           :autoStop="false"
64
           :autoStop="false"
65
           :top="30"
65
           :top="30"
66
-          :bottom="30"
66
+          :bottom="40"
67
           :left="40"
67
           :left="40"
68
           :legendTop="0"
68
           :legendTop="0"
69
           yAxisName="(%)"
69
           yAxisName="(%)"