This commit is contained in:
duanxiaohai 2024-09-14 21:34:47 +08:00
parent ab94c44b4f
commit 286a601018
4 changed files with 23 additions and 14 deletions

BIN
dist.zip

Binary file not shown.

View File

@ -3,6 +3,7 @@
<el-dialog
v-model="dialogShow"
width="80vw"
heigth="600px"
:show-close="false"
center
:close-on-click-modal="false"
@ -64,7 +65,7 @@
<el-table
:data="data.tableData"
height="100%"
:header-cell-style="{ background: 'rgba(0, 143, 205, 0.63)' }"
:header-cell-style="{ background: 'rgba(0, 143, 205, 0.63)' ,height: '60px'}"
@row-click="handleRowClick"
>
<template v-for="item in data.columns" :key="item.label">
@ -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 {

View File

@ -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(() => {

View File

@ -421,7 +421,7 @@ const tableType = reactive({
},
{
label: "服务内容",
property: "fwsx",
property: "bzlx",
},
{
label: "结果",