新增年审任务
This commit is contained in:
@ -1,6 +1,4 @@
|
||||
.common-container {
|
||||
padding: 24px;
|
||||
background-color: #f0f2f5;
|
||||
}
|
||||
|
||||
.page-header {
|
||||
@ -27,56 +25,3 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* 公共样式类,与supplierEvaluateResult.less一致 */
|
||||
:global {
|
||||
.common-container {
|
||||
background-color: #f0f2f5;
|
||||
min-height: 100%;
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
.filter-action-row {
|
||||
background-color: #fff;
|
||||
padding: 16px;
|
||||
border-radius: 2px;
|
||||
margin-bottom: 16px;
|
||||
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
.filter-form {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 16px;
|
||||
|
||||
.ant-form-item {
|
||||
margin-right: 16px;
|
||||
margin-bottom: 12px;
|
||||
|
||||
&.filter-btns {
|
||||
margin-left: auto;
|
||||
|
||||
button {
|
||||
margin-left: 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.content-area {
|
||||
background-color: #fff;
|
||||
padding: 16px;
|
||||
border-radius: 2px;
|
||||
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
.ant-card {
|
||||
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
.table-top-row {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
}
|
||||
|
@ -3,7 +3,6 @@ import { Card, Table, Button, Input, Row, Col, message, Space, Form, DatePicker,
|
||||
import { history } from 'umi';
|
||||
import { SearchOutlined, DeleteOutlined } from '@ant-design/icons';
|
||||
import { getAnnualResultTaskList } from '@/servers/api/supplierAnnual';
|
||||
import styles from './supplierAnnualResult.less';
|
||||
|
||||
const { RangePicker } = DatePicker;
|
||||
const { Option } = Select;
|
||||
|
Reference in New Issue
Block a user