This commit is contained in:
Teng 2026-01-05 14:28:16 +08:00
parent 6dc29c697d
commit 18c8267a94
3 changed files with 12 additions and 11 deletions

View File

@ -44,7 +44,7 @@
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
padding: 3.8vw 0 2.5vw 0; padding: 3.8vw 0 0vw 0;
margin-right: 3vw; margin-right: 3vw;
.logo{ .logo{
width: 3.8vw; width: 3.8vw;
@ -55,9 +55,10 @@
height: 6.5vw; height: 6.5vw;
} }
.cont{ .cont{
width: 4vw; width: 6vw;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
// background-color: red;
.act{ .act{
background: RGBA(228, 229, 231, 1); background: RGBA(228, 229, 231, 1);
border-radius: 1.1vw; border-radius: 1.1vw;
@ -69,7 +70,7 @@
} }
} }
.items{ .items{
width: 4vw; width: 6vw;
height: 4.5vw; height: 4.5vw;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -79,7 +80,7 @@
margin-top: 0vw; margin-top: 0vw;
padding: 0.25vw 0; padding: 0.25vw 0;
.tm{ .tm{
width: 2.2vw; width: 6vw;
height: 4vw; height: 4vw;
display: flex; display: flex;
flex-direction: column; flex-direction: column;

View File

@ -67,9 +67,9 @@
}) })
} }
const tabbrarr = ref([ const tabbrarr = ref([
{ name: '护', url: '/static/shouye/sy/n0.png', urls: '/static/shouye/sy/n1.png' ,type:'hldy_hljz'}, { 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/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:'hldy_xzjz'},
{ name: '请领', url: '/static/shouye/sy/l0.png', urls: '/static/shouye/sy/l1.png' ,type:'kf_ql'}, { name: '请领', url: '/static/shouye/sy/l0.png', urls: '/static/shouye/sy/l1.png' ,type:'kf_ql'},
]) ])
const navurl = (e,v) => { const navurl = (e,v) => {
@ -158,7 +158,7 @@
} }
let back =[ 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'} { name: '返回', url: '/static/shouye/sy/f0.png', urls: '/static/shouye/sy/f1.png' ,type:'back'}
] ]
arrlist.value.push(...back); arrlist.value.push(...back);

View File

@ -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/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/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/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/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/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/p0.png', urls: '/static/shouye/ck/p1.png' ,type:'kf_pd'},
]) ])
const menuop = ref(0) const menuop = ref(0)
// onMounted(() => { // onMounted(() => {