Browse Source

2024.11.12 文档收集更新

java8
yuejiayang 1 year ago
parent
commit
8444455782
  1. 4
      src/views/modules/eam/com_project_proof_record.vue
  2. 2
      src/views/modules/eam/eamProjectPartInfo.vue

4
src/views/modules/eam/com_project_proof_record.vue

@ -9,7 +9,7 @@
:data="dataList"
border
style="width: 100%;margin-top: -5px;"
:height="this.height +10"
:height="this.height +30"
highlight-current-row
ref="proofingTable"
@row-click="proofDocumentClickRow"
@ -62,7 +62,7 @@
:data="proofDocumentList"
border
style="width: 100%;margin-top: 5px;"
:height="this.height - 31"
:height="this.height - 11"
ref="proofDocumentTable"
@row-click="uploadDocumentClickRow"
@current-change="changeCurrentRow1"

2
src/views/modules/eam/eamProjectPartInfo.vue

@ -166,7 +166,7 @@
</el-form>
<el-table
:height="this.height + 100"
:height="this.height + 50"
:data="dataList"
ref="mainTable"
highlight-current-row

Loading…
Cancel
Save