管道基础大数据平台系统开发-【前端】-新系統界面
584911253@qq.com
2023-02-25 9660afd3e2ed1b9bd87c9316f8b24c63ad4c9a4e
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>