代码调整
This commit is contained in:
parent
725373a564
commit
5b56dfe579
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="menus" :style="{width: width + 'px'}">
|
<div class="menus" :style="{width: width + 'px'}">
|
||||||
<div class="title">{{ `哈尔滨局CTC3.0(车务终端A机)--王岗:${this.dateString}第一班 18:00 管理员代--` }}</div>
|
<div class="title">{{ `哈尔滨局CTC3.0(车务终端A机)--王岗:${dateString}第一班 18:00 管理员代--` }}</div>
|
||||||
<menu-bar ref="menuBar" :selected="selected" />
|
<menu-bar ref="menuBar" :selected="selected" />
|
||||||
<div style="position: absolute; top: 64px;z-index: 10;background: #F0F0F0;padding: 2px;height: 65px;width: 100%;">
|
<div style="position: absolute; top: 64px;z-index: 10;background: #F0F0F0;padding: 2px;height: 65px;width: 100%;">
|
||||||
<div style="display: flex;">
|
<div style="display: flex;">
|
||||||
|
@ -83,7 +83,7 @@ export default {
|
|||||||
{
|
{
|
||||||
name: '簿册',
|
name: '簿册',
|
||||||
code: 'registerBook',
|
code: 'registerBook',
|
||||||
roleList: ['STATION_SUPERVISOR', 'STATION_ASSISTANT', 'STATION_MASTER'],
|
roleList: ['STATION_SUPERVISOR', 'STATION_ASSISTANT', 'STATION_MASTER', 'DRIVER'],
|
||||||
isShow: () => this.$route.query.simType === 'RAILWAY',
|
isShow: () => this.$route.query.simType === 'RAILWAY',
|
||||||
click: this.changePictureShow
|
click: this.changePictureShow
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user