This commit is contained in:
bb_pan 2025-03-19 13:14:24 +08:00
parent da3e1e0651
commit 664e835c2b
3 changed files with 5 additions and 6 deletions

View File

@ -7,7 +7,7 @@
<div class="content">
<div class="title">{{ title }}</div>
<el-table :data="tableData" style="width: 100%" :row-class-name="setRowClass">
<el-table :data="tableData" style="width: 100%">
<el-table-column
label="序号"
type="index"
@ -220,7 +220,6 @@ onMounted(async () => {
background-size: 100% 100%;
line-height: 30px;
padding-left: 35px;
margin-bottom: 30px;
}
}
}
@ -245,10 +244,10 @@ onMounted(async () => {
}
:deep .el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
background-color: #39816b;
background-color: #39816B;
color: #333;
}
::v-deep .el-input__wrapper {
background-color: #61b2a6;
background-color: #61B2A6;
}
</style>

View File

@ -22,7 +22,7 @@
>
<span v-if="currentType == 12">应答率: {{ answerRate }}%</span>
</div>
<el-table :data="tableData" style="width: 100%" :row-class-name="setRowClass">
<el-table :data="tableData" style="width: 100%">
<el-table-column
label="序号"
type="index"

View File

@ -205,7 +205,7 @@ const equipmentDeployment = (row: any) => {
identifyCode: item.identifyCode,
checkMan: item.checkMan,
checkDate: item.checkDate,
nextCheckData: item.nextCheckData,
nextCheckDate: item.nextCheckDate,
}
})
}