|
@@ -419,8 +419,8 @@ export const cityCreditInformationPlatformSearchHome = {
|
|
|
export const cityCreditInformationPlatformSearchDetail = {
|
|
|
formItemsArr:[
|
|
|
{
|
|
|
- type:'input',
|
|
|
- label:'事项名称',
|
|
|
+ type:'span',
|
|
|
+ label:'事项名称:',
|
|
|
colClass:'mr12',
|
|
|
modelValue:'resourcename',
|
|
|
elInputEleAttrs:{
|
|
@@ -428,8 +428,8 @@ export const cityCreditInformationPlatformSearchDetail = {
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- type:'input',
|
|
|
- label:'事项代码',
|
|
|
+ type:'span',
|
|
|
+ label:'事项代码:',
|
|
|
colClass:'mr12',
|
|
|
modelValue:'resources',
|
|
|
elInputEleAttrs:{
|
|
@@ -437,8 +437,8 @@ export const cityCreditInformationPlatformSearchDetail = {
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- type:'input',
|
|
|
- label:'事项所属信息类别',
|
|
|
+ type:'span',
|
|
|
+ label:'事项所属信息类别:',
|
|
|
colClass:'mr12',
|
|
|
modelValue:'xxlb',
|
|
|
elInputEleAttrs:{
|
|
@@ -446,8 +446,8 @@ export const cityCreditInformationPlatformSearchDetail = {
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- type:'input',
|
|
|
- label:'来源单位',
|
|
|
+ type:'span',
|
|
|
+ label:'来源单位:',
|
|
|
colClass:'mr12',
|
|
|
modelValue:'xxssdw',
|
|
|
elInputEleAttrs:{
|
|
@@ -455,8 +455,8 @@ export const cityCreditInformationPlatformSearchDetail = {
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- type:'input',
|
|
|
- label:'来源单位代码',
|
|
|
+ type:'span',
|
|
|
+ label:'来源单位代码:',
|
|
|
colClass:'mr12',
|
|
|
modelValue:'xxssdwdm',
|
|
|
elInputEleAttrs:{
|
|
@@ -464,8 +464,8 @@ export const cityCreditInformationPlatformSearchDetail = {
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- type:'input',
|
|
|
- label:'信息事项类别',
|
|
|
+ type:'span',
|
|
|
+ label:'信息事项类别:',
|
|
|
colClass:'mr12',
|
|
|
modelValue:'xybgxxlb',
|
|
|
elInputEleAttrs:{
|
|
@@ -473,8 +473,8 @@ export const cityCreditInformationPlatformSearchDetail = {
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- type:'input',
|
|
|
- label:'信用报告类别ID',
|
|
|
+ type:'span',
|
|
|
+ label:'信用报告类别ID:',
|
|
|
colClass:'mr12',
|
|
|
modelValue:'xybglbid',
|
|
|
elInputEleAttrs:{
|
|
@@ -482,8 +482,8 @@ export const cityCreditInformationPlatformSearchDetail = {
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- type:'input',
|
|
|
- label:'事项是否准予修复',
|
|
|
+ type:'span',
|
|
|
+ label:'事项是否准予修复:',
|
|
|
colClass:'mr12',
|
|
|
modelValue:'sfzyxf',
|
|
|
elInputEleAttrs:{
|
|
@@ -491,8 +491,8 @@ export const cityCreditInformationPlatformSearchDetail = {
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- type:'input',
|
|
|
- label:'事项是否准予预警',
|
|
|
+ type:'span',
|
|
|
+ label:'事项是否准予预警:',
|
|
|
colClass:'mr12',
|
|
|
modelValue:'sfzyyj',
|
|
|
elInputEleAttrs:{
|