This commit is contained in:
duanxiaohai 2024-09-11 17:10:13 +08:00
parent ed00ccef11
commit 796a2fe20b
3 changed files with 4 additions and 4 deletions

View File

@ -62,7 +62,7 @@
:data="data.tableData"
height="100%"
:key="tableKey"
:header-cell-style="{ background: '#008FCD' }"
:header-cell-style="{ background: 'rgba(0, 143, 205, 0.63)' }"
@row-click="handleRowClick"
>
<template v-for="item in data.columns" :key="item.label">
@ -298,7 +298,7 @@ const handle = (current) => {
}
.tabelPart {
padding: 16px 32px;
padding: 16px 110px;
background: linear-gradient(
270deg,
rgba(0, 77, 131, 0.69) 0%,

View File

@ -2760,7 +2760,7 @@ const listAssignment = () => {
}
};
onMounted(() => {
tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
// tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
if (routers.query.name) {
data.name = routers.query.name;
listAssignment();

View File

@ -676,7 +676,7 @@ const sevenYX = (name) => {
};
onMounted(() => {
tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
// tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
if (localStorage.getItem("taps1") !== undefined) {
data.tapbody = JSON.parse(localStorage.getItem("taps1"));