wangting
2024-03-29 3ba03559aaaf79b21be7008715e0bdb03c293bd0
Source/ProjectWeb/src/components/refer/vciWebReferTable.vue
@@ -1,9 +1,10 @@
<template>
  <div>
    <el-dialog v-dialogDrag
               :height="height|| 'auto'" :title="title"
               :title="title"
               :visible.sync="visible"
               :width="width"
               :style="'height:'+height || 'auto'"
               :append-to-body="true"
               class="avue-dialog avue-dialog--top"
               @close="dialogClose">
@@ -70,12 +71,14 @@
    referType: {
      type: String,
      default:''
    }, width: {
    },
    width: {
      type: String,
      default:'70%'
    }, height: {
    },
    height: {
      type: String,
      default:'60%'
      default:'500px'
    },
    reloadFormKey: {
      type: String,
@@ -110,6 +113,7 @@
      option: {
        addBtn: false,
        columnBtn: false,
        height:this.height,
        calcHeight: 30,
        tip: false,
        menu: false,