diff --git a/src/pages/processCenter/pages/phone/qbfs/common/formListStep5.vue b/src/pages/processCenter/pages/phone/qbfs/common/formListStep5.vue index dd6ce86be..77fa27e75 100644 --- a/src/pages/processCenter/pages/phone/qbfs/common/formListStep5.vue +++ b/src/pages/processCenter/pages/phone/qbfs/common/formListStep5.vue @@ -16,6 +16,18 @@ > + + + + + + - - - - - - -
- {{ item.name }} - - +
+ {{ item.name }} + +
-
- {{ item.name }} - - +
+ {{ item.name }} + +
-
- {{ item.name }} - - +
+ {{ item.name }} + +
-
- {{ item.name }} - - +
+ {{ item.name }} + +
@@ -129,49 +129,47 @@ > - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + +
@@ -193,6 +191,17 @@ clearable >
+ + + + + - - - - - -
- {{ item.name }} - - +
+ {{ item.name }} + +
@@ -353,10 +351,10 @@ > -
- {{ item.name | ellipsis2 }} - - +
+ {{ item.name }} + +
@@ -380,9 +378,9 @@
- {{ item.name | ellipsis2 }} - - + {{ item.name }} + +
@@ -406,12 +404,7 @@
- +
- + @@ -639,7 +632,6 @@ export default { this.showDrawer = true this.showForm = row this.showForm.FSDList=this.assemble(this.showForm.FSD,this.showForm.FSDName); - console.log(this.showForm) }, showDrawerClose () { this.showDrawer = false @@ -822,5 +814,38 @@ export default { diff --git a/src/pages/processCenter/pages/phone/qbfs/step5.vue b/src/pages/processCenter/pages/phone/qbfs/step5.vue index b6208581a..5773497bb 100644 --- a/src/pages/processCenter/pages/phone/qbfs/step5.vue +++ b/src/pages/processCenter/pages/phone/qbfs/step5.vue @@ -17,7 +17,7 @@ :rules="formRules" style="border: none" class="label-input-form" - label-width="150px" + label-width="210px" >
+ 正在加载数据
@@ -213,6 +214,7 @@ export default { } }; return { + tablePHeight:'', dataLoading:true, bpnId: '', formKey:1, @@ -367,6 +369,10 @@ export default { } this.processTable() this.getData() + this.tablePHeight = $('.content').height() + window.onresize = () => { + this.tablePHeight = $('.content').height() + } }, watch:{ 'qbfsForm.reviewResults': { diff --git a/src/pages/processCenter/pages/phone/qbrk-product/common/formList.vue b/src/pages/processCenter/pages/phone/qbrk-product/common/formList.vue index e65f9ce25..f32af4fdd 100644 --- a/src/pages/processCenter/pages/phone/qbrk-product/common/formList.vue +++ b/src/pages/processCenter/pages/phone/qbrk-product/common/formList.vue @@ -512,23 +512,27 @@