-
-
- {{ rh_pageData.comityName || '-' }}
+
+ {{ item.name || '-'}}
+
-
-
{{ rh_pageData.comityState || '-' }}
-
-
-
-
{{ rh_pageData.comityKind || '-' }}
-
-
{{ rh_pageData.comityMake.makeQualification || '-' }}
-
-
-
-
{{ rh_pageData.comityMake.makeRole || '' }}
-
-
{{ rh_pageData.comityMake.makeCost || '-' }}
-
-
-
-
{{ rh_pageData.comityMake.makeDuties || '-' }}
-
-
{{ rh_pageData.comityMake.makeTime || '-' }}
-
-
-
-
{{ '-' }}
{{ item.name }} {{ ';' }}
-
-
@@ -327,6 +304,9 @@ export default {
.prc-content-border {
overflow: auto;
}
+ /deep/.el-form-item__content {
+ margin-top: 5px;
+ }
/deep/.prc-content-border .el-form-item__content {
width: 270px;
}
diff --git a/src/pages/processCenter/pages/phone/bzhHd-rh/step6.vue b/src/pages/processCenter/pages/phone/bzhHd-rh/step6.vue
index a962d58c6..d6b40386b 100644
--- a/src/pages/processCenter/pages/phone/bzhHd-rh/step6.vue
+++ b/src/pages/processCenter/pages/phone/bzhHd-rh/step6.vue
@@ -17,64 +17,45 @@
-
-
- {{ rh_pageData.comityName || '-' }}
+
+ {{ item.name || '-'}}
+
-
-
{{ rh_pageData.comityState || '-' }}
-
-
-
-
+
{{ rh_pageData.comityKind || '-' }}
-
-
{{ rh_pageData.comityMake.makeQualification || '-' }}
-
-
-
-
+
{{ rh_pageData.comityMake.makeRole || '' }}
-
-
{{ rh_pageData.comityMake.makeCost || '-' }}
-
-
-
-
+
{{ rh_pageData.comityMake.makeDuties || '-' }}
-
-
{{ rh_pageData.comityMake.makeTime || '-' }}
-
-
-
-
+
{{ '-' }}
{{ item.name }} {{ ';' }}
-
-
@@ -340,6 +321,9 @@ export default {
.prc-content-border {
overflow: auto;
}
+ /deep/.el-form-item__content {
+ margin-top: 5px;
+ }
/deep/.prc-content-border .el-form-item__content {
width: 270px;
}
diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
index a8b000438..00a6f4de9 100644
--- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
+++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
@@ -307,6 +307,11 @@
{{ textStatusMap[scope.row.textStatus] }}
+
+
{
- if (res.ok) {
- const {data = {}} = res
- this.formFieldListData = data['INLAND_STAND'] || []
- // 追加高级查询动态下拉框数据s
- this.twoOptions = [
- {
- label: '标准类别',
- value: 'stand_sort',
- type: 'SEL_OPTION',
- disabled: false
- },
- {
- label: '文本状态',
- value: 'stand_state_show',
- type: 'SEL_OPTION',
- disabled: false
- },
- // {
- // label: '适用区域',
- // value: 'country',
- // type: 'SEL_OPTION',
- // disabled: false
- // },
- {
- label: '重要度',
- value: 'is_relate_access',
- type: 'SEL_OPTION',
- disabled: false
- },
- {
- label: '标准编号',
- value: 'stand_number',
- type: 'INPUT',
- disabled: false
- },
- {
- label: '标准年份',
- value: 'stand_year',
- type: 'INPUT',
- disabled: false
- },
- {
- label: '中文名称',
- value: 'stand_name',
- type: 'INPUT',
- disabled: false
- },
- {
- label: '英文名称',
- value: 'stand_en_name',
- type: 'INPUT',
- disabled: false
- },
- {
- label: '发布日期',
- value: 'issue_time',
- type: 'DATE_PIC_OPTS',
- disabled: false
- },
- {
- label: '文本说明',
- value: 'synopsis',
- type: 'INPUT',
- disabled: false
- }
- ]
- this.formFieldListData.map(item => {
- if (item.attrType !== 'FILE' && item.attrField !== 'ZRLX') {
- this.twoOptions.push({
- value: item.attrField,
- label: item.attrName,
- selVal: item.selVal,
- type: item.attrType,
- disabled: false,
- __wx__: item
- })
- }
- })
- // this.resolveFormFieldList()
- }
- }, e => {
- })
- },
/**
* 展示位置
*/
@@ -5718,7 +5632,6 @@ export default {
// 加载所有的部门
this.getOrgTreeSource()
// 加载动态表单数据
- this.getAddFormFieldList()
this.getDept()
this.busVsFunc()
this.modelFunc()