Merge branch 'main' of http://123.132.248.154:10000/HC_YFZX/CaiYuanYiTiHua
commit
8a0694ee49
|
|
@ -201,6 +201,14 @@ export const nowStatusOptions = [
|
|||
{ label: '待填报', value: '待填报' },
|
||||
{ label: '已归档', value: '已归档' },
|
||||
];
|
||||
export const xcsjNowStatusOptions = [
|
||||
{ label: '待接收', value: '待接收' },
|
||||
{ label: '待填报', value: '待填报' },
|
||||
{ label: '待整改', value: '待整改' },
|
||||
{ label: '市级审核', value: '市级审核' },
|
||||
{ label: '县级审核', value: '县级审核' },
|
||||
{ label: '已归档', value: '已归档' },
|
||||
];
|
||||
//获取近7个月的时间
|
||||
export const getMonth = () => {
|
||||
//创建现在的时间
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
showArrow
|
||||
mode="multiple"
|
||||
v-model:value="nowStatus"
|
||||
:options="nowStatusOptions"
|
||||
:options="xcsjNowStatusOptions"
|
||||
:max-tag-count="1"
|
||||
placeholder="请选择"
|
||||
@change="changeStatus"
|
||||
|
|
@ -109,7 +109,7 @@
|
|||
import { PageWrapper } from '@/components/Page';
|
||||
import dayjs from 'dayjs';
|
||||
import { message } from 'ant-design-vue';
|
||||
import { nowStatusOptions } from '@/utils/global';
|
||||
import { xcsjNowStatusOptions } from '@/utils/global';
|
||||
|
||||
const { VITE_GLOB_API_URL } = getAppEnvConfig();
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import {
|
|||
patchSourceOptions,
|
||||
yearOptions,
|
||||
markTypeOptions,
|
||||
nowStatusOptions,
|
||||
xcsjNowStatusOptions,
|
||||
mapTypeOptions,
|
||||
} from '@/utils/global';
|
||||
|
||||
|
|
@ -194,7 +194,7 @@ export const searchFormSchema: FormSchema[] = [
|
|||
label: '当前状态',
|
||||
component: 'Select',
|
||||
componentProps: {
|
||||
options: nowStatusOptions,
|
||||
options: xcsjNowStatusOptions,
|
||||
},
|
||||
colProps: { span: 4 },
|
||||
slot: 'dangqianzhuangtai',
|
||||
|
|
|
|||
Loading…
Reference in New Issue