| | |
| | | </avue-crud> |
| | | </basic-container> |
| | | </el-main> |
| | | <!-- 右侧信息 --> |
| | | <!-- 右侧信息 --> |
| | | <el-aside width="30%"> |
| | | <basic-container> |
| | | <div style="height: 85vh; overflow-y: auto"> |
| | |
| | | </div> |
| | | </basic-container> |
| | | </el-aside> |
| | | <!-- 新增对话框 --> |
| | | <!-- 新增对话框 --> |
| | | <el-dialog |
| | | v-dialogDrag |
| | | v-loading="addLoading" |
| | |
| | | </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> |
| | |
| | | </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> |
| | |
| | | </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> |
| | |
| | | </div> |
| | | </el-form> |
| | | |
| | | <!-- 业务类型对话框 --> |
| | | <!-- 业务类型对话框 --> |
| | | <el-dialog |
| | | v-dialogDrag |
| | | :visible.sync="businessVisible" |
| | |
| | | </span> |
| | | </el-dialog> |
| | | |
| | | <!-- 链接类型对话框 --> |
| | | <!-- 链接类型对话框 --> |
| | | <el-dialog |
| | | v-dialogDrag |
| | | :visible.sync="linkTypeVisible" |
| | |
| | | <!--导入 --> |
| | | <upload-file ref="upload" :fileType="upFileType" :fileUrl="fileUrl" :tipList="tipList" title="导入" |
| | | @updata="getTableList"></upload-file> |
| | | <!-- 查看使用范围 --> |
| | | <!-- 查看使用范围 --> |
| | | <el-dialog |
| | | v-dialogDrag |
| | | v-loading="checkViewLoading" |
| | |
| | | referValue: "", |
| | | btmTypeId: "", |
| | | linkTypeName: "", |
| | | rangeValue: "" //当前值域\当前枚举值 |
| | | rangeValue: [] //当前值域\当前枚举值 |
| | | |
| | | }, |
| | | typeSelectList: ['VTString', 'VTInteger', 'VTLong', 'VTDouble', 'VTBoolean', 'VTDate', 'VTTime', 'VTDateTime', 'VTNote', 'VTFilePath', 'VTClob'], |
| | |
| | | |
| | | .addDialogBottom > .el-divider--vertical { |
| | | width: 1px; |
| | | height: 78%; |
| | | height: 70%; |
| | | position: absolute; |
| | | top: 50%; |
| | | left: 50%; |