mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 03:16:44 +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%;
|
||||
}
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
:columns="columns"
|
||||
:data-source="tableData"
|
||||
:loading="tableLoading"
|
||||
:scroll="{ x: 'max-content' }"
|
||||
:scroll="{ x: '1000' }"
|
||||
:pagination="false"
|
||||
>
|
||||
<template #operation="{ record, column }">
|
||||
@@ -915,8 +915,8 @@ import { message } from "ant-design-vue";
|
||||
},
|
||||
{
|
||||
title: "添加时间",
|
||||
dataIndex: "updateTime",
|
||||
key: "updateTime",
|
||||
dataIndex: "createTime",
|
||||
key: "createTime",
|
||||
className: "h",
|
||||
ellipsis: true,
|
||||
width: 200,
|
||||
@@ -1738,20 +1738,20 @@ import { message } from "ant-design-vue";
|
||||
.content{
|
||||
padding: 10px 35px;
|
||||
.check{
|
||||
width: 30px;
|
||||
height: 32px;
|
||||
width: 19px;
|
||||
height: 20px;
|
||||
background: url("../../assets/images/evaluation/check.png") no-repeat;
|
||||
background-size: 100%;
|
||||
}
|
||||
.upload{
|
||||
width: 30px;
|
||||
height: 32px;
|
||||
width: 19px;
|
||||
height: 20px;
|
||||
background: url("../../assets/images/evaluation/upload.png") no-repeat;
|
||||
background-size: 100%;
|
||||
}
|
||||
.download{
|
||||
width: 30px;
|
||||
height: 32px;
|
||||
width: 19px;
|
||||
height: 20px;
|
||||
background: url("../../assets/images/evaluation/download.png") no-repeat;
|
||||
background-size: 100%;
|
||||
}
|
||||
@@ -2125,36 +2125,36 @@ import { message } from "ant-design-vue";
|
||||
align-items: center;
|
||||
font-size: 13px;
|
||||
.release{
|
||||
width: 20px;
|
||||
height: 22px;
|
||||
width: 15px;
|
||||
height: 16px;
|
||||
background: url("../../assets/images/evaluation/release.png") no-repeat;
|
||||
background-size: 100%;
|
||||
margin-right: 2px;
|
||||
}
|
||||
.authority{
|
||||
width: 20px;
|
||||
height: 22px;
|
||||
width: 15px;
|
||||
height: 16px;
|
||||
background: url("../../assets/images/evaluation/authority.png") no-repeat;
|
||||
background-size: 100%;
|
||||
margin-right: 2px;
|
||||
}
|
||||
.edit{
|
||||
width: 20px;
|
||||
height: 22px;
|
||||
width: 15px;
|
||||
height: 16px;
|
||||
background: url("../../assets/images/evaluation/edit.png") no-repeat;
|
||||
background-size: 100%;
|
||||
margin-right: 2px;
|
||||
}
|
||||
.delete{
|
||||
width: 20px;
|
||||
height: 22px;
|
||||
width: 15px;
|
||||
height: 16px;
|
||||
background: url("../../assets/images/evaluation/delete.png") no-repeat;
|
||||
background-size: 100%;
|
||||
margin-right: 2px;
|
||||
}
|
||||
.empty{
|
||||
width: 20px;
|
||||
height: 22px;
|
||||
width: 15px;
|
||||
height: 16px;
|
||||
background: url("../../assets/images/evaluation/empty.png") no-repeat;
|
||||
background-size: 100%;
|
||||
margin-right: 2px;
|
||||
|
||||
Reference in New Issue
Block a user