田源
2023-12-12 a4e0b8f640d739b17724b2e648196741b42631b8
Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue
@@ -77,17 +77,6 @@
                                 :width="item.width"
                                 align="center">
                </el-table-column>
                <!--               参照数据-->
<!--                <el-table-column v-for="(item,index) in referArray"-->
<!--                                 v-if="item.referConfig && Object.keys(item.referConfig).length > 0 && !item.hidden"-->
<!--                                 :key="index"-->
<!--                                 :label="item.title" :show-overflow-tooltip="true"-->
<!--                                 :sortable="item.sortable" :width="item.width" align="center"-->
<!--                                 :prop="item.prop">-->
<!--                  <template slot-scope="scope">-->
<!--                    <span>{{ scope.row[item.showField] }}</span>-->
<!--                  </template>-->
<!--                </el-table-column>-->
              </el-table>
            </div>
          </el-row>
@@ -342,7 +331,7 @@
        datetime: "datetime",
      },
      tableData: [],
      tableHeight: 'calc(100vh - 350px)',
      tableHeight: 'calc(100vh - 300px)',
      DataVisible: false,
      tableHeadData: [],
      items: {},
@@ -356,15 +345,7 @@
      },
      // 主数据按钮
      masterVrBtnList: [],
      fileOptions: {
        ownbizOid: "0",
        ownbizBtm: "0",
        fileDocClassify: '!=processAuditSuggest',
        fileDocClassifyName: '',
        hasDownload: true,
        hasUpload: true,
        height: 110
      },
      fileOptions:{},
      result: '',
      elapsedTime: '',
    };
@@ -416,6 +397,15 @@
        this.tableData = newval;
        this.searchResults = newval
        this.doLayout();
        this.fileOptions= {
          ownbizOid: "0",
          ownbizBtm: "0",
          fileDocClassify: '!=processAuditSuggest',
          fileDocClassifyName: '',
          hasDownload: true,
          hasUpload: true,
          height: 'auto'
        }
      },
    },
    tableHeadFindData: {
@@ -523,7 +513,7 @@
        this.tableHeight = 'calc(100vh - 630px)';
        this.$refs.dataTable.doLayout()
      } else {
        this.tableHeight = 'calc(100vh - 350px)';
        this.tableHeight = 'calc(100vh - 310px)';
        this.$refs.dataTable.doLayout()
      }
    },
@@ -1139,7 +1129,7 @@
.top {
  overflow-y: scroll;
  min-height: 55%;
  min-height: 40%;
}
.bottom {