[ROLLBACK]非粮化专题 取消接收填报筛选
parent
53e1d49cef
commit
f8bb662423
|
|
@ -48,11 +48,6 @@ export const mapStatusOptions = [
|
|||
{ label: '市级驳回', value: '市级驳回' },
|
||||
{ label: '县级驳回', value: '县级驳回' },
|
||||
];
|
||||
export const degrainingMapStatusOptions = [
|
||||
{ label: '待整改', value: '待整改' },
|
||||
{ label: '市级驳回', value: '市级驳回' },
|
||||
{ label: '县级驳回', value: '县级驳回' },
|
||||
];
|
||||
export const auditMapStatusOptions = [
|
||||
{ label: '市级驳回', value: '市级驳回' },
|
||||
{ label: '县级驳回', value: '县级驳回' },
|
||||
|
|
@ -154,12 +149,6 @@ export const nowStatusOptions = [
|
|||
{ label: '县级审核', value: '县级审核' },
|
||||
{ label: '已归档', value: '已归档' },
|
||||
];
|
||||
export const degrainingNowStatusOptions = [
|
||||
{ label: '待整改', value: '待整改' },
|
||||
{ label: '市级审核', value: '市级审核' },
|
||||
{ label: '县级审核', value: '县级审核' },
|
||||
{ label: '已归档', value: '已归档' },
|
||||
];
|
||||
//获取近7个月的时间
|
||||
export const getMonth = () => {
|
||||
//创建现在的时间
|
||||
|
|
|
|||
|
|
@ -105,7 +105,7 @@
|
|||
v-model:value="props.infoScreenData.mapStatus"
|
||||
@change="(value) => emits('mapListScreenChange',value,'mapStatus')"
|
||||
style="width: 100%"
|
||||
:options="degrainingMapStatusOptions"></a-checkbox-group>
|
||||
:options="mapStatusOptions"></a-checkbox-group>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display:flex;align-items: center;margin-top: 4px;">
|
||||
|
|
@ -245,7 +245,7 @@ import { LoadCaiKuangTaskList, AddCaiKuangTaskFavorite, DeleteCaiKuangTaskCase }
|
|||
import {
|
||||
batchOptions,
|
||||
yearOptions,
|
||||
degrainingMapStatusOptions,
|
||||
mapStatusOptions,
|
||||
patchSourceOptions,
|
||||
} from '@/utils/global'
|
||||
import { useUserStore } from '@/store/modules/user.ts'
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import {
|
|||
patchSourceOptions,
|
||||
yearOptions,
|
||||
markTypeOptions,
|
||||
degrainingNowStatusOptions,
|
||||
nowStatusOptions,
|
||||
mapTypeOptions,
|
||||
} from '@/utils/global';
|
||||
|
||||
|
|
@ -182,7 +182,7 @@ export const searchFormSchema: FormSchema[] = [
|
|||
label: '当前状态',
|
||||
component: 'Select',
|
||||
componentProps: {
|
||||
options: degrainingNowStatusOptions,
|
||||
options: nowStatusOptions,
|
||||
},
|
||||
colProps: { span: 4 },
|
||||
slot: 'dangqianzhuangtai',
|
||||
|
|
|
|||
Loading…
Reference in New Issue