This commit is contained in:
parent
da3e1e0651
commit
664e835c2b
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="title">{{ title }}</div>
|
<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
|
<el-table-column
|
||||||
label="序号"
|
label="序号"
|
||||||
type="index"
|
type="index"
|
||||||
|
|
@ -220,7 +220,6 @@ onMounted(async () => {
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
padding-left: 35px;
|
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 {
|
:deep .el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
|
||||||
background-color: #39816b;
|
background-color: #39816B;
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
::v-deep .el-input__wrapper {
|
::v-deep .el-input__wrapper {
|
||||||
background-color: #61b2a6;
|
background-color: #61B2A6;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
>
|
>
|
||||||
<span v-if="currentType == 12">应答率: {{ answerRate }}%</span>
|
<span v-if="currentType == 12">应答率: {{ answerRate }}%</span>
|
||||||
</div>
|
</div>
|
||||||
<el-table :data="tableData" style="width: 100%" :row-class-name="setRowClass">
|
<el-table :data="tableData" style="width: 100%">
|
||||||
<el-table-column
|
<el-table-column
|
||||||
label="序号"
|
label="序号"
|
||||||
type="index"
|
type="index"
|
||||||
|
|
|
||||||
|
|
@ -205,7 +205,7 @@ const equipmentDeployment = (row: any) => {
|
||||||
identifyCode: item.identifyCode,
|
identifyCode: item.identifyCode,
|
||||||
checkMan: item.checkMan,
|
checkMan: item.checkMan,
|
||||||
checkDate: item.checkDate,
|
checkDate: item.checkDate,
|
||||||
nextCheckData: item.nextCheckData,
|
nextCheckDate: item.nextCheckDate,
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue