From 703455ff2bcb62b762e818c20986f178fe79bc24 Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期四, 31 十月 2024 17:26:58 +0800 Subject: [PATCH] 整合代码&&完善业务类型查询模板bug&&添加菜单动态选择icon图标&&添加font图标库 --- Source/plt-web/plt-web-ui/src/views/modelingMenu/modeling/attributePool/index.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Source/plt-web/plt-web-ui/src/views/modelingMenu/modeling/attributePool/index.vue b/Source/plt-web/plt-web-ui/src/views/modelingMenu/modeling/attributePool/index.vue index 1019e11..0de54a9 100644 --- a/Source/plt-web/plt-web-ui/src/views/modelingMenu/modeling/attributePool/index.vue +++ b/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" @@ -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" @@ -1387,7 +1387,7 @@ .addDialogBottom > .el-divider--vertical { width: 1px; - height: 78%; + height: 70%; position: absolute; top: 50%; left: 50%; -- Gitblit v1.9.3