This commit is contained in:
parent
6dc29c697d
commit
18c8267a94
|
|
@ -44,7 +44,7 @@
|
|||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 3.8vw 0 2.5vw 0;
|
||||
padding: 3.8vw 0 0vw 0;
|
||||
margin-right: 3vw;
|
||||
.logo{
|
||||
width: 3.8vw;
|
||||
|
|
@ -55,9 +55,10 @@
|
|||
height: 6.5vw;
|
||||
}
|
||||
.cont{
|
||||
width: 4vw;
|
||||
width: 6vw;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
// background-color: red;
|
||||
.act{
|
||||
background: RGBA(228, 229, 231, 1);
|
||||
border-radius: 1.1vw;
|
||||
|
|
@ -69,7 +70,7 @@
|
|||
}
|
||||
}
|
||||
.items{
|
||||
width: 4vw;
|
||||
width: 6vw;
|
||||
height: 4.5vw;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
@ -79,7 +80,7 @@
|
|||
margin-top: 0vw;
|
||||
padding: 0.25vw 0;
|
||||
.tm{
|
||||
width: 2.2vw;
|
||||
width: 6vw;
|
||||
height: 4vw;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
|
|
@ -67,9 +67,9 @@
|
|||
})
|
||||
}
|
||||
const tabbrarr = ref([
|
||||
{ name: '护嘱', url: '/static/shouye/sy/n0.png', urls: '/static/shouye/sy/n1.png' ,type:'hldy_hljz'},
|
||||
{ name: '医嘱', url: '/static/shouye/sy/y0.png', urls: '/static/shouye/sy/y1.png' ,type:'hldy_yljz'},
|
||||
{ name: '后勤', url: '/static/shouye/sy/l0.png', urls: '/static/shouye/sy/l1.png' ,type:'hldy_xzjz'},
|
||||
{ name: '护理矩阵', url: '/static/shouye/sy/n0.png', urls: '/static/shouye/sy/n1.png' ,type:'hldy_hljz'},
|
||||
{ name: '医疗矩阵', url: '/static/shouye/sy/y0.png', urls: '/static/shouye/sy/y1.png' ,type:'hldy_yljz'},
|
||||
{ name: '行政矩阵', url: '/static/shouye/sy/l0.png', urls: '/static/shouye/sy/l1.png' ,type:'hldy_xzjz'},
|
||||
{ name: '请领', url: '/static/shouye/sy/l0.png', urls: '/static/shouye/sy/l1.png' ,type:'kf_ql'},
|
||||
])
|
||||
const navurl = (e,v) => {
|
||||
|
|
@ -158,7 +158,7 @@
|
|||
}
|
||||
|
||||
let back =[
|
||||
{ name: '物联', url: '/static/shouye/sy/g0.png', urls: '/static/shouye/sy/g1.png' ,type:'wl'},
|
||||
{ name: '智慧物联', url: '/static/shouye/sy/g0.png', urls: '/static/shouye/sy/g1.png' ,type:'wl'},
|
||||
{ name: '返回', url: '/static/shouye/sy/f0.png', urls: '/static/shouye/sy/f1.png' ,type:'back'}
|
||||
]
|
||||
arrlist.value.push(...back);
|
||||
|
|
|
|||
|
|
@ -36,9 +36,9 @@
|
|||
{ name: '采购', url: '/static/shouye/ck/c0.png', urls: '/static/shouye/ck/c1.png' ,type:'kf_cg'},
|
||||
{ name: '拣货', url: '/static/shouye/ck/j0.png', urls: '/static/shouye/ck/j1.png' ,type:'kf_jh'},
|
||||
{ name: '完结', url: '/static/shouye/ck/w0.png', urls: '/static/shouye/ck/w1.png' ,type:'kf_wj'},
|
||||
{ name: '请领', url: '/static/shouye/ck/q0.png', urls: '/static/shouye/ck/q1.png' ,type:'kf_ql'},
|
||||
{ name: '退货', url: '/static/shouye/ck/t0.png', urls: '/static/shouye/ck/t1.png' ,type:'kf_th'},
|
||||
{ name: '盘点', url: '/static/shouye/ck/p0.png', urls: '/static/shouye/ck/p1.png' ,type:'kf_pd'},
|
||||
{ name: '请领出库', url: '/static/shouye/ck/q0.png', urls: '/static/shouye/ck/q1.png' ,type:'kf_ql'},
|
||||
{ name: '退货入库', url: '/static/shouye/ck/t0.png', urls: '/static/shouye/ck/t1.png' ,type:'kf_th'},
|
||||
{ name: '库存盘点', url: '/static/shouye/ck/p0.png', urls: '/static/shouye/ck/p1.png' ,type:'kf_pd'},
|
||||
])
|
||||
const menuop = ref(0)
|
||||
// onMounted(() => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue