|
@@ -349,7 +349,7 @@ export default defineComponent({
|
|
|
apiData: null as ApiData | null,
|
|
|
name:'',
|
|
|
greeting: '',
|
|
|
- selectedStatus: '',
|
|
|
+ selectedStatus: '2',
|
|
|
selectedPosition: '',
|
|
|
selectedTimeRange: '',
|
|
|
candidateLoading: false,
|
|
@@ -802,7 +802,7 @@ export default defineComponent({
|
|
|
};
|
|
|
|
|
|
// 获取候选人列表
|
|
|
- const fetchCandidates = async (params: any = {}) => {
|
|
|
+ const fetchCandidates = async (params: any = { status: '2' }) => {
|
|
|
state.candidateLoading = true;
|
|
|
try {
|
|
|
const queryParams = new URLSearchParams({
|
|
@@ -1182,6 +1182,7 @@ $homeNavLengh: 8;
|
|
|
|
|
|
.todo-list {
|
|
|
padding: 10px 20px;
|
|
|
+ padding-left: 0;
|
|
|
margin-top: 15px;
|
|
|
margin-left: 10px;
|
|
|
.todo-item {
|
|
@@ -1197,6 +1198,7 @@ $homeNavLengh: 8;
|
|
|
&.clickable {
|
|
|
cursor: pointer;
|
|
|
padding: 12px 16px;
|
|
|
+ padding-left: 8px;
|
|
|
border-radius: 8px;
|
|
|
margin: 8px 0;
|
|
|
// background: var(--el-fill-color-lighter);
|
|
@@ -1217,12 +1219,12 @@ $homeNavLengh: 8;
|
|
|
display: flex;
|
|
|
align-items: flex-start;
|
|
|
.item_icon{
|
|
|
- width: 40px;
|
|
|
- height: 40px;
|
|
|
- img{
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- }
|
|
|
+ width: 40px;
|
|
|
+ height: 40px;
|
|
|
+ img{
|
|
|
+ width:40px;
|
|
|
+ height:40px;
|
|
|
+ }
|
|
|
|
|
|
}.todo-item-text{
|
|
|
display: flex;
|