This commit is contained in:
zhangsir
2024-03-29 16:48:41 +08:00
parent c40b87a5a7
commit e15dd47de0
2 changed files with 25 additions and 25 deletions

View File

@@ -97,8 +97,8 @@ import {boeRequest} from "@/api/request";
},
{
title: "工号",
dataIndex: "wokeNum",
key: "wokeNum",
dataIndex: "workNum",
key: "workNum",
className: "h",
ellipsis: true,
width: 100,
@@ -306,14 +306,14 @@ import {boeRequest} from "@/api/request";
.tablelist{
padding: 10px 35px;
.download{
width: 30px;
height: 32px;
width: 19px;
height: 20px;
background: url("../../assets/images/evaluation/download.png") no-repeat;
background-size: 100%;
}
.delete{
width: 30px;
height: 32px;
width: 19px;
height: 20px;
background: url("../../assets/images/evaluation/delete.png") no-repeat;
background-size: 100%;
}