|
|
@@ -66,17 +66,6 @@ export const RoleMenuDictEnum: Recordable<{ key: string; keyType: KeysTypeEnum }
|
|
|
* 查询条件
|
|
|
*/
|
|
|
export const searchFormSchemaMR: FormSchema[] = [
|
|
|
- {
|
|
|
- field: 'type',
|
|
|
- label: '类型',
|
|
|
- component: 'Input',
|
|
|
- colProps: { span: 5 },
|
|
|
- defaultValue:'MR',
|
|
|
- ifShow:false,
|
|
|
- componentProps: {
|
|
|
- maxLength: 255,
|
|
|
- },
|
|
|
- },
|
|
|
{
|
|
|
field: 'keywork',
|
|
|
label: '关键字',
|
|
|
@@ -101,17 +90,6 @@ export const searchFormSchemaMR: FormSchema[] = [
|
|
|
* 查询条件
|
|
|
*/
|
|
|
export const searchFormSchemaER: FormSchema[] = [
|
|
|
- // {
|
|
|
- // field: 'type',
|
|
|
- // label: '类型',
|
|
|
- // component: 'Input',
|
|
|
- // colProps: { span: 5 },
|
|
|
- // defaultValue:'ER',
|
|
|
- // ifShow:false,
|
|
|
- // componentProps: {
|
|
|
- // maxLength: 255,
|
|
|
- // },
|
|
|
- // },
|
|
|
{
|
|
|
field: 'keywork',
|
|
|
label: '关键字',
|
|
|
@@ -136,17 +114,6 @@ export const searchFormSchemaER: FormSchema[] = [
|
|
|
* 查询条件
|
|
|
*/
|
|
|
export const searchFormSchemaDR: FormSchema[] = [
|
|
|
- {
|
|
|
- field: 'type',
|
|
|
- label: '类型',
|
|
|
- component: 'Input',
|
|
|
- colProps: { span: 5 },
|
|
|
- defaultValue:'DR',
|
|
|
- ifShow:false,
|
|
|
- componentProps: {
|
|
|
- maxLength: 255,
|
|
|
- },
|
|
|
- },
|
|
|
{
|
|
|
field: 'keywork',
|
|
|
label: '关键字',
|
|
|
@@ -171,17 +138,6 @@ export const searchFormSchemaDR: FormSchema[] = [
|
|
|
* 查询条件
|
|
|
*/
|
|
|
export const searchFormSchemaSR: FormSchema[] = [
|
|
|
- {
|
|
|
- field: 'type',
|
|
|
- label: '类型',
|
|
|
- component: 'Input',
|
|
|
- colProps: { span: 5 },
|
|
|
- defaultValue:'SR',
|
|
|
- ifShow:false,
|
|
|
- componentProps: {
|
|
|
- maxLength: 255,
|
|
|
- },
|
|
|
- },
|
|
|
{
|
|
|
field: 'keywork',
|
|
|
label: '关键字',
|