mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 15:26:48 +08:00
测评
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user