소스 검색

车辆率添加了3个字段

Shan9312 8 달 전
부모
커밋
359ac66c27

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


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


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


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


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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'
         }
       ]
     }

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.