From 6f547d926fff4ac05785444317026758a5ef21e0 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期六, 25 二月 2023 17:29:12 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.20.39:8989/r/LFWEB_NEW --- src/views/userManage/orgManage.vue | 44 +++++++++++++++++++++++++++----------------- 1 files changed, 27 insertions(+), 17 deletions(-) diff --git a/src/views/userManage/orgManage.vue b/src/views/userManage/orgManage.vue index c755796..89735f7 100644 --- a/src/views/userManage/orgManage.vue +++ b/src/views/userManage/orgManage.vue @@ -20,13 +20,13 @@ </el-tree> </div> </div> - <div style="width: 80%;border: 1px solid #dcdfe6; + <div style="width: 80%; width: 80%; - height: 91%; + height: 100%; border-radius: 5px; padding: 1%; overflow: auto;"> - <div style="display:flex;justify-content:space-between"> + <div style="display:flex;justify-content:space-between;align-items: center"> <el-breadcrumb separator="/"> <el-breadcrumb-item :to="{ path: '/' }">{{ $t('dataManage.dictionaryManageObj.particulars') @@ -41,7 +41,7 @@ type="success" icon="el-icon-plus" size="small" - >鏂板鍚岀骇</el-button> + >{{$t('operatManage.menuSetObj.insert')}}</el-button> <el-button v-if="menuStatus.insert" :disabled="itemdetail.pid == null ? true : false" @@ -49,7 +49,7 @@ type="success" icon="el-icon-plus" size="small" - >鏂板瀛愮骇</el-button> + >{{$t('operatManage.menuSetObj.subInsert')}}</el-button> <el-button v-if="menuStatus.delete" @click="setDelNode()" @@ -57,7 +57,7 @@ type="danger" icon="el-icon-delete" size="small" - >鍒犻櫎</el-button> + >{{$t('operatManage.menuSetObj.delete')}}</el-button> <el-button v-if="menuStatus.update" :disabled="itemdetail.pid == null ? true : false" @@ -65,7 +65,7 @@ type="info" icon="el-icon-top" size="small" - >鍚戜笂绉诲姩</el-button> + >{{$t('operatManage.menuSetObj.moveUp')}}</el-button> <el-button v-if="menuStatus.update" :disabled="itemdetail.pid == null ? true : false" @@ -73,11 +73,12 @@ type="info" icon="el-icon-bottom" size="small" - >鍚戜笅绉诲姩</el-button> + >{{$t('operatManage.menuSetObj.moveDown')}}</el-button> </div> </div> + <div class="dividing-line" style="margin-top: 20px"></div> <div class="form_box"> - <el-divider class="eldivider" /> +<!-- <el-divider class="eldivider" />--> <el-form style="margin-top: 25px; position: relative;" :model="itemdetail" @@ -92,6 +93,7 @@ v-model="itemdetail.name" autocomplete="off" style="max-width: 400px;" + :placeholder="$t('userManage.orgManageObj.nameHolder')" ></el-input> </el-form-item> <el-form-item @@ -101,6 +103,7 @@ <el-input v-model="itemdetail.sname" autocomplete="off" + :placeholder="$t('userManage.orgManageObj.abbreviationHolder')" style="max-width: 400px;" ></el-input> </el-form-item> @@ -120,9 +123,9 @@ :label-width="formLabelWidth" > <el-input - v-model="itemdetail.uncode" autocomplete="off" + :placeholder="$t('userManage.orgManageObj.organizationCodeHolder')" style="max-width: 400px;" ></el-input> </el-form-item> @@ -133,6 +136,7 @@ <el-input v-model="itemdetail.addr" autocomplete="off" + :placeholder="$t('userManage.orgManageObj.cmpanyAddressHolder')" style="max-width: 400px;" ></el-input> </el-form-item> @@ -143,6 +147,7 @@ <el-input v-model="itemdetail.contact" autocomplete="off" + :placeholder="$t('userManage.orgManageObj.continformationHolder')" style="max-width: 400px;" ></el-input> </el-form-item> @@ -152,6 +157,7 @@ > <el-input v-model="itemdetail.fax" + :placeholder="$t('userManage.orgManageObj.faxHolder')" autocomplete="off" style="max-width: 400px;" ></el-input> @@ -162,6 +168,7 @@ > <el-input v-model="itemdetail.email" + :placeholder="$t('userManage.orgManageObj.EMailHolder')" autocomplete="off" style="max-width: 400px;" ></el-input> @@ -172,6 +179,7 @@ > <el-input v-model="itemdetail.post" + :placeholder="$t('userManage.orgManageObj.postalCodeHolder')" autocomplete="off" style="max-width: 400px;" ></el-input> @@ -182,6 +190,7 @@ > <el-input v-model="itemdetail.website" + :placeholder="$t('userManage.orgManageObj.WebsiteAddressHolder')" autocomplete="off" style="max-width: 400px;" ></el-input> @@ -193,6 +202,7 @@ <el-input v-model="itemdetail.bak" autocomplete="off" + :placeholder="$t('userManage.orgManageObj.remarksHolder')" style="max-width: 400px;" ></el-input> </el-form-item> @@ -219,7 +229,7 @@ </div> <el-dialog - + top="2vh" :title="$t('common.append')" :visible.sync="dialogFormVisible" @@ -461,7 +471,7 @@ this.$refs.tree.setCurrentKey(this.itemdetail.id); }); } - + } else { this.$notify.error({ title: res.code, @@ -874,7 +884,7 @@ .menuSettings_box { height: 98%; width: 98%; - padding: 1%; + padding:0.5% 1%; .cataLogContent { width: 100%; @@ -904,9 +914,9 @@ } } .btnBox{ - - position: absolute; - bottom: 0; - right: 0; + margin-left: 150px; + //position: absolute; + //bottom: 0; + //right: 0; } </style> -- Gitblit v1.9.3