mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-08-07 14:41:54 +08:00
回退 'Pull Request !505 : 【修复】el-input、el-select、el-date-picker宽度;el-radio的label属性兼容下个版本;优化iframe布局'
This commit is contained in:
@@ -21,10 +21,7 @@ const crudSchemas = reactive<CrudSchema[]>([
|
||||
componentProps: {
|
||||
valueFormat: 'YYYY-MM-DD HH:mm:ss',
|
||||
type: 'daterange',
|
||||
defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')],
|
||||
style: {
|
||||
width: '240px'
|
||||
}
|
||||
defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')]
|
||||
}
|
||||
},
|
||||
detail: {
|
||||
@@ -39,14 +36,7 @@ const crudSchemas = reactive<CrudSchema[]>([
|
||||
label: '用户编号',
|
||||
field: 'userId',
|
||||
isSearch: true,
|
||||
isTable: false,
|
||||
search: {
|
||||
componentProps: {
|
||||
style: {
|
||||
width: '240px'
|
||||
}
|
||||
}
|
||||
}
|
||||
isTable: false
|
||||
},
|
||||
{
|
||||
label: '用户类型',
|
||||
@@ -54,14 +44,7 @@ const crudSchemas = reactive<CrudSchema[]>([
|
||||
dictType: DICT_TYPE.USER_TYPE,
|
||||
dictClass: 'number',
|
||||
isSearch: true,
|
||||
isTable: false,
|
||||
search: {
|
||||
componentProps: {
|
||||
style: {
|
||||
width: '240px'
|
||||
}
|
||||
}
|
||||
}
|
||||
isTable: false
|
||||
},
|
||||
{
|
||||
label: '邮件标题',
|
||||
@@ -82,14 +65,7 @@ const crudSchemas = reactive<CrudSchema[]>([
|
||||
field: 'sendStatus',
|
||||
dictType: DICT_TYPE.SYSTEM_MAIL_SEND_STATUS,
|
||||
dictClass: 'string',
|
||||
isSearch: true,
|
||||
search: {
|
||||
componentProps: {
|
||||
style: {
|
||||
width: '240px'
|
||||
}
|
||||
}
|
||||
}
|
||||
isSearch: true
|
||||
},
|
||||
{
|
||||
label: '邮箱账号',
|
||||
@@ -103,9 +79,6 @@ const crudSchemas = reactive<CrudSchema[]>([
|
||||
optionsAlias: {
|
||||
labelField: 'mail',
|
||||
valueField: 'id'
|
||||
},
|
||||
style: {
|
||||
width: '240px'
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -120,14 +93,7 @@ const crudSchemas = reactive<CrudSchema[]>([
|
||||
{
|
||||
label: '模板编号',
|
||||
field: 'templateId',
|
||||
isSearch: true,
|
||||
search: {
|
||||
componentProps: {
|
||||
style: {
|
||||
width: '240px'
|
||||
}
|
||||
}
|
||||
}
|
||||
isSearch: true
|
||||
},
|
||||
{
|
||||
label: '模板编码',
|
||||
|
Reference in New Issue
Block a user