duwendi 1 ano atrás
pai
commit
0aec088bfe
2 arquivos alterados com 10 adições e 2 exclusões
  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 213
   deleteCzxyjg(params) {
214 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 225
   sfqs(params) {
218 226
     return axios.post('/dash/business/conditions/stat1', params)

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

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