田源
2024-11-01 dc27b49e51f41ee3973eeff741c43cab64a0a93a
Source/plt-web/plt-web-ui/src/views/modelingMenu/modeling/attributePool/index.vue
@@ -37,7 +37,7 @@
        </avue-crud>
      </basic-container>
    </el-main>
    <!-- 右侧信息   -->
    <!-- 右侧信息 -->
    <el-aside width="30%">
      <basic-container>
        <div style="height: 85vh; overflow-y: auto">
@@ -215,7 +215,7 @@
        </div>
      </basic-container>
    </el-aside>
    <!-- 新增对话框    -->
    <!-- 新增对话框 -->
    <el-dialog
      v-dialogDrag
      v-loading="addLoading"
@@ -321,7 +321,7 @@
                    </div>
                  </el-form-item>
                </el-col>
                <el-col :span="24" v-if="form.rangeValue.length>0">
                <el-col :span="24" v-if="form.rangeValue && form.rangeValue.length>0">
                  <el-form-item :label="form.enumSwitch ? '当前枚举值:' : '当前值域:'" prop="rangeValue">
                    <el-tag  :key="item" v-for="item in rangeValueList" plain :closable="!form.enumSwitch" type="success" @close="handleRangeValueDel(item)" style="margin: 0 10px 5px 0">{{ item }}</el-tag>
                    <el-input v-model="form.rangeValue" :readonly="form.enumSwitch" type="textarea" :rows="2" style="width: 0;height:0;overflow: hidden"></el-input>
@@ -378,7 +378,7 @@
                  </div>
                </el-form-item>
              </el-col>
              <el-col :span="24" v-if="form.rangeValue.length>0">
              <el-col :span="24" v-if="form.rangeValue && form.rangeValue.length>0">
                <el-form-item :label="form.enumSwitch ? '当前枚举值:' : '当前值域:'" prop="rangeValue">
                  <el-tag  :key="item" v-for="item in rangeValueList" plain :closable="!form.enumSwitch" type="success" @close="handleRangeValueDel(item)" style="margin: 0 10px 5px 0">{{ item }}</el-tag>
                  <el-input v-model="form.rangeValue" :readonly="form.enumSwitch" type="textarea" :rows="2" style="width: 0;height:0;overflow: hidden"></el-input>
@@ -433,7 +433,7 @@
                  </div>
                </el-form-item>
              </el-col>
              <el-col :span="24" v-if="form.rangeValue.length>0">
              <el-col :span="24" v-if="form.rangeValue && form.rangeValue.length>0">
                <el-form-item :label="form.enumSwitch ? '当前枚举值:' : '当前值域:'" prop="rangeValue">
                  <el-tag  :key="item" v-for="item in rangeValueList" plain closable type="success" @close="handleRangeValueDel(item)" style="margin: 0 10px 5px 0">{{ item }}</el-tag>
                  <el-input v-model="form.rangeValue" type="textarea" :rows="2" style="width: 0;height:0;overflow: hidden"></el-input>
@@ -459,7 +459,7 @@
          </div>
        </el-form>
        <!-- 业务类型对话框      -->
        <!-- 业务类型对话框 -->
        <el-dialog
          v-dialogDrag
          :visible.sync="businessVisible"
@@ -485,7 +485,7 @@
        </span>
        </el-dialog>
        <!-- 链接类型对话框      -->
        <!-- 链接类型对话框 -->
        <el-dialog
          v-dialogDrag
          :visible.sync="linkTypeVisible"
@@ -519,7 +519,7 @@
    <!--导入    -->
    <upload-file ref="upload" :fileType="upFileType" :fileUrl="fileUrl" :tipList="tipList" title="导入"
                 @updata="getTableList"></upload-file>
    <!-- 查看使用范围    -->
    <!-- 查看使用范围 -->
    <el-dialog
      v-dialogDrag
      v-loading="checkViewLoading"
@@ -708,7 +708,7 @@
        referValue: "",
        btmTypeId: "",
        linkTypeName: "",
        rangeValue: "" //当前值域\当前枚举值
        rangeValue: [] //当前值域\当前枚举值
      },
      typeSelectList: ['VTString', 'VTInteger', 'VTLong', 'VTDouble', 'VTBoolean', 'VTDate', 'VTTime', 'VTDateTime', 'VTNote', 'VTFilePath', 'VTClob'],
@@ -1387,7 +1387,7 @@
.addDialogBottom > .el-divider--vertical {
  width: 1px;
  height: 78%;
  height: 70%;
  position: absolute;
  top: 50%;
  left: 50%;