@@ -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
@@ -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'
}
]