南京中烟web段修改

nanjing-zhongyan
yiming 3 years ago
parent a3fae77063
commit be105687d5

@ -11,24 +11,13 @@
</a-layout-header> </a-layout-header>
</div> </div>
<div class="header-right"> <div class="header-right">
<div class="header-top-right-circle" @click="visible = !visible"></div>
<a-badge :count="count" @click="openPlc"> <a-badge :count="count" @click="openPlc">
<a-icon type="bell" style="font-size:20px;cursor:pointer"/> <a-icon type="bell" style="font-size:20px;cursor:pointer"/>
</a-badge> </a-badge>
<div class="header-top-right-circle" @click="visible = !visible"></div>
<div style="width:15px"/>
<a-popover id="popover" v-model="visible" placement="bottom" trigger="click"> <a-popover id="popover" v-model="visible" placement="bottom" trigger="click">
<a href="javascript:;" style="margin:0 10px"> <img :src="indexlogo" style="width:200px">
{{
userInfo.name ? userInfo.name : "userName"
}}
</a>
<div class="flex flex-column" :style="{ 'min-width': '78px' }" slot="content">
<a
class="block mb16"
href="javascript:;"
@click="visible = false;$router.push({name: 'center'})"
>个人中心</a>
<a href="javascript:;" @click="logout">退</a>
</div>
</a-popover> </a-popover>
</div> </div>
</div> </div>
@ -56,7 +45,8 @@ export default {
visible: false, visible: false,
collapsed: false, collapsed: false,
count: 0, count: 0,
title: "" title: "",
indexlogo:require('@/assets/indexlogo.png'),
}; };
}, },
mounted() { mounted() {

@ -93,23 +93,23 @@ const routes = [{
}, },
component: () => import('@/views/historyCheck/index'), component: () => import('@/views/historyCheck/index'),
}, },
{ // {
path: 'stockHistory', // path: 'stockHistory',
name: 'stockHistory', // name: 'stockHistory',
meta: { // meta: {
icon: 'file-excel', // icon: 'file-excel',
name: '库位历史', // name: '库位历史',
}, // },
component: () => import('@/views/stockLog/index'), // component: () => import('@/views/stockLog/index'),
}, // },
{ // {
path: 'stockLogDetail', // path: 'stockLogDetail',
name: 'stockLogDetail', // name: 'stockLogDetail',
meta: { // meta: {
name: '库位历史详情', // name: '库位历史详情',
}, // },
component: () => import('@/views/stockLog/logPage'), // component: () => import('@/views/stockLog/logPage'),
}, // },
{ {
path: 'roadwayManage', path: 'roadwayManage',
name: 'roadwayManage', name: 'roadwayManage',
@ -136,24 +136,24 @@ const routes = [{
}, },
component: () => import('@/views/cameraManage/model') component: () => import('@/views/cameraManage/model')
}, },
{ // {
path: 'productSpecManage', // path: 'productSpecManage',
name: 'productSpecManage', // name: 'productSpecManage',
meta: { // meta: {
icon: 'pushpin', // icon: 'pushpin',
name: '品规管理' // name: '品规管理'
}, // },
component: () => import('@/views/productSpecManage/index') // component: () => import('@/views/productSpecManage/index')
}, // },
{ // {
path: 'repertoryManage', // path: 'repertoryManage',
name: 'repertoryManage', // name: 'repertoryManage',
meta: { // meta: {
icon: 'wallet', // icon: 'wallet',
name: '库存管理' // name: '库存管理'
}, // },
component: () => import('@/views/repertoryManage/index') // component: () => import('@/views/repertoryManage/index')
}, // },
{ {
path: 'cameraManage/ioTable', path: 'cameraManage/ioTable',

@ -102,10 +102,7 @@ const columns = [
title: '光源IP', title: '光源IP',
scopedSlots: { customRender: 'lightSourceIp' } scopedSlots: { customRender: 'lightSourceIp' }
}, },
{
title: 'plc',
scopedSlots: { customRender: 'plc' }
},
{ {
title: 'RFID', title: 'RFID',
scopedSlots: { customRender: 'RFID' } scopedSlots: { customRender: 'RFID' }

@ -26,18 +26,7 @@
/> />
</a-form-item> </a-form-item>
</div> </div>
<div class="across-layout">
<a-form-item label="PLC IP" :label-col="formItemAcrossLayout.labelCol">
<a-input
v-decorator="['plcIp']"
/>
</a-form-item>
<a-form-item label="PLC PORT" :label-col="formItemAcrossLayout.labelCol">
<a-input
v-decorator="['plcPort']"
/>
</a-form-item>
</div>
<div class="across-layout"> <div class="across-layout">
<a-form-item label="光源IP" :label-col="formItemAcrossLayout.labelCol"> <a-form-item label="光源IP" :label-col="formItemAcrossLayout.labelCol">
<a-input <a-input

Loading…
Cancel
Save