田源
2024-01-04 16dbcc2ca69edf8277c164497b003d5534096950
整合代码
已修改1个文件
10 ■■■■ 文件已修改
Source/UBCS-WEB/src/views/integration/integrationIndex.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/views/integration/integrationIndex.vue
@@ -22,8 +22,8 @@
          </el-menu>
        </el-aside>
      </el-card>
      <el-main style="height: calc(100vh - 125px)">
        <el-card>
      <el-main >
        <el-card style="height: calc(100vh - 128px)">
          <el-form :model="form">
            <el-form-item label="集团分类" label-width="80px" size="small">
              <el-select ref="selectTree" v-model="groupVal" clearable placeholder="请选择"
@@ -37,7 +37,7 @@
            </el-form-item>
          </el-form>
          <el-card  style="height:calc(100vh - 600px)">
          <el-card  style="height:38vh">
            <avue-crud ref="crudMapping" :data="mappingData" :option="optionMapping" :table-loading="loading"
                       @select="setCurrentRow" @row-update="handleMapingUpdate"
                       @row-click="handleMapingClick" @row-dblclick="handleMapingRowClick" @selection-change="selectionChange"
@@ -57,7 +57,7 @@
              </template>
            </avue-crud>
          </el-card>
          <el-card style="margin-top: 20px;height: calc(100vh - 575px)">
          <el-card style="margin-top: 10px;height: 38vh">
            <avue-crud ref="crudRange" :data="rangeData" :option="optinoRange" :style="{ marginTop: '-20px'}"
                       @row-update="handleUpdate"
                       @row-dblclick="handleRowClick">
@@ -152,7 +152,7 @@
      },
      // 属性映射表配置
      optionMapping: {
        maxHeight: '250px',
        maxHeight: '280px',
        header: true,
        rowKey: 'oid',
        selection: false,