@@ -449,10 +442,10 @@
>
-
-
{{ item.name | ellipsis15 }}
-
-
+
+ {{ item.name }}
+
+
@@ -472,7 +465,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 @@