|
@@ -59,20 +59,14 @@ const appForm = [
|
|
|
prop: 'applyName',
|
|
|
component: 'ElInput',
|
|
|
value: '',
|
|
|
- rules: [{ required: true, message: '请输入应用系统名称', trigger: 'change' }],
|
|
|
- attr: {
|
|
|
- placeholder: ''
|
|
|
- }
|
|
|
+ rules: [{ required: true, message: '请输入应用系统名称', trigger: 'change' }]
|
|
|
},
|
|
|
{
|
|
|
label: '应用英文名称',
|
|
|
prop: 'appEnglishName',
|
|
|
component: 'ElInput',
|
|
|
value: '',
|
|
|
- rules: [{ required: true, message: '请输入应用英文名称', trigger: 'change' }],
|
|
|
- attr: {
|
|
|
- placeholder: ''
|
|
|
- }
|
|
|
+ rules: [{ required: true, message: '请输入应用英文名称', trigger: 'change' }]
|
|
|
},
|
|
|
{
|
|
|
label: '上线日期',
|
|
@@ -80,7 +74,6 @@ const appForm = [
|
|
|
component: 'DgDatePicker',
|
|
|
value: '',
|
|
|
attr: {
|
|
|
- placeholder: '',
|
|
|
type: 'date'
|
|
|
},
|
|
|
dateFormat: 'YYYY-MM-DD'
|
|
@@ -89,29 +82,20 @@ const appForm = [
|
|
|
label: '应用负责人',
|
|
|
prop: 'fzr',
|
|
|
component: 'ElInput',
|
|
|
- value: '',
|
|
|
- attr: {
|
|
|
- placeholder: ''
|
|
|
- }
|
|
|
+ value: ''
|
|
|
},
|
|
|
{
|
|
|
label: '应用系统管理单位名称',
|
|
|
prop: 'managerOrgName',
|
|
|
component: 'ElInput',
|
|
|
- value: '',
|
|
|
- attr: {
|
|
|
- placeholder: ''
|
|
|
- }
|
|
|
+ value: ''
|
|
|
},
|
|
|
{
|
|
|
label: '应用系统编号',
|
|
|
prop: 'applyCode',
|
|
|
component: 'ElInput',
|
|
|
value: '',
|
|
|
- rules: [{ required: true, message: '请输入应用系统编号', trigger: 'change' }],
|
|
|
- attr: {
|
|
|
- placeholder: ''
|
|
|
- }
|
|
|
+ rules: [{ required: true, message: '请输入应用系统编号', trigger: 'change' }]
|
|
|
},
|
|
|
{
|
|
|
label: '应用系统在用标识',
|
|
@@ -120,7 +104,6 @@ const appForm = [
|
|
|
value: '',
|
|
|
rules: [{ required: true, message: '请选择应用系统在用标识', trigger: 'change' }],
|
|
|
attr: {
|
|
|
- placeholder: '',
|
|
|
code: 'DM_APPLY_STATUS'
|
|
|
},
|
|
|
code: 'DM_APPLY_STATUS'
|
|
@@ -129,19 +112,13 @@ const appForm = [
|
|
|
label: '应用系统事权单位代码',
|
|
|
prop: 'orgCode',
|
|
|
component: 'ElInput',
|
|
|
- value: '',
|
|
|
- attr: {
|
|
|
- placeholder: ''
|
|
|
- }
|
|
|
+ value: ''
|
|
|
},
|
|
|
{
|
|
|
label: '应用系统运维单位名称',
|
|
|
prop: 'appOpsDepName',
|
|
|
component: 'ElInput',
|
|
|
- value: '',
|
|
|
- attr: {
|
|
|
- placeholder: ''
|
|
|
- }
|
|
|
+ value: ''
|
|
|
},
|
|
|
{
|
|
|
label: '应用系统说明',
|
|
@@ -149,8 +126,7 @@ const appForm = [
|
|
|
component: 'ElInput',
|
|
|
attr: {
|
|
|
type: 'textarea',
|
|
|
- rows: 3,
|
|
|
- placeholder: ''
|
|
|
+ rows: 3
|
|
|
},
|
|
|
value: '',
|
|
|
span: 24
|