loulijun2021
2023-11-01 246985146be2deaa4f74c540b26b40b15de92789
src/views/workOrder/workOrderClose.vue
@@ -6,7 +6,7 @@
        <el-button v-waves icon="el-icon-switch-button" type="success" @click="orderClose()">工单关闭</el-button>
      </div>
      <div class="bodyTopFormGroup" style="margin-top: 10px;">
      <div class="bodyTopFormGroup">
        <el-form
          ref="form"
          :model="form"
@@ -265,13 +265,13 @@
              <div v-else>/</div>
            </template>
          </el-table-column>
          <el-table-column
            prop="data_sources"
            show-tooltip-when-overflow
            label="数据来源"
            sortable="custom"
            width="120"
          />
          <!--          <el-table-column-->
          <!--            prop="data_sources"-->
          <!--            show-tooltip-when-overflow-->
          <!--            label="数据来源"-->
          <!--            sortable="custom"-->
          <!--            width="120"-->
          <!--          />-->
          <el-table-column
            prop="lm_user"
@@ -2631,7 +2631,7 @@
    getHeight() {
      this.$nextTick(() => {
        this.mainHeight = window.innerHeight - 85
        this.tableHeight = this.mainHeight - 245
        this.tableHeight = this.mainHeight - 295
        if (window.innerHeight < 769) {
          this.tableHeight = this.tableHeight - 20
        }