diff --git a/dist.zip b/dist.zip index d12a3b4..abdb713 100644 Binary files a/dist.zip and b/dist.zip differ diff --git a/src/view/dialog/dialogRW.vue b/src/view/dialog/dialogRW.vue index 9eb1688..26aba31 100644 --- a/src/view/dialog/dialogRW.vue +++ b/src/view/dialog/dialogRW.vue @@ -3,6 +3,7 @@ - + - + @@ -273,7 +274,7 @@ watch( props.tableData.data.wxs.forEach((item, index) => { let obj = { deng: 2, - fwsx: item.fwsx, + bzlx: item.bzlx, }; data.tableData.push(obj); }); @@ -285,7 +286,7 @@ watch( props.tableData.data.ysx.forEach((item, index) => { let obj = { deng: 1, - fwsx: item.fwsx, + bzlx: item.bzlx, }; data.tableData.push(obj); }); @@ -345,8 +346,16 @@ const closeDialog = () => { display: flex; flex-direction: row-reverse; } - +// .backgroundVirtual { +// position: absolute; +// top: 0; +// width: 100%; +// height: 79px; +// box-shadow: inset 0px 0px 55px 0px rgba(173, 221, 255, 1); +// z-index: 99; +// } .tabelPart { + height: 600px; padding: 16px 110px; background: linear-gradient( 270deg, @@ -392,15 +401,15 @@ const closeDialog = () => { align-items: center; } .lampMessage { - font-size: 15px; - font-weight: 500; + font-size: 16px; + font-weight: 600; font-family: PingFangSC, PingFang SC; letter-spacing: 1px; color: #ff5959; - width: 190px; + width: 262px; position: absolute; - top: 46.5px; - left: -47px; + top:81px; + left: -198px; z-index: 10; } .lampBox { diff --git a/src/view/sy.vue b/src/view/sy.vue index d724cda..4226016 100644 --- a/src/view/sy.vue +++ b/src/view/sy.vue @@ -1831,8 +1831,8 @@ const autoScroll = () => { } }; onBeforeMount(async () => { - // document.cookie='lytoken=6b0e380b4a8f46baae4923f83faf670d' - // tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d"); + document.cookie='lytoken=6b0e380b4a8f46baae4923f83faf670d' + tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d"); getData(); getfw(); setTimeout(() => { diff --git a/src/view/sy_details.vue b/src/view/sy_details.vue index 13009e0..9ac2467 100644 --- a/src/view/sy_details.vue +++ b/src/view/sy_details.vue @@ -421,7 +421,7 @@ const tableType = reactive({ }, { label: "服务内容", - property: "fwsx", + property: "bzlx", }, { label: "结果",