Browse Source

车辆率添加了3个字段

Shan9312 6 months ago
parent
commit
359ac66c27

BIN
dist-现代牧业-正式-0902.zip


BIN
dist-现代牧业-测试-20240828.zip


BIN
dist-现代牧业-测试-20240902.zip


BIN
dist-现代牧业测试-20240902-2.zip


File diff suppressed because it is too large
+ 0 - 0
dist/index.html


+ 1 - 1
src/permission.js

@@ -7,7 +7,7 @@ import { getToken, removeToken } from '@/utils/auth' // get token from cookie
 import Cookies from 'js-cookie'
 import getPageTitle from '@/utils/get-page-title'
 // 1为单点登录,其他不是
-Cookies.set('sso', 0)
+Cookies.set('sso', 1)
 NProgress.configure({ showSpinner: false }) // NProgress Configuration
 
 const whiteList = ['/login'] // no redirect whitelist

+ 16 - 1
src/views/report/vehiclUtilizaRate/index.vue

@@ -168,12 +168,27 @@ export default {
         {
           label: '标准时长',
           prop: 'duration',
+          width: '50'
+        },
+        {
+          label: '规格',
+          prop: 'specification',
+          width: '160'
+        },
+        {
+          label: '用途',
+          prop: 'purpose',
+          width: '140'
+        },
+        {
+          label: '部门',
+          prop: 'departmentName',
           width: '80'
         },
         {
           label: `运转率`,
           prop: 'runningRate',
-          width: '150'
+          width: '120'
         }
       ]
     }

Some files were not shown because too many files changed in this diff