管道基础大数据平台系统开发-【前端】-新系統界面
Surpriseplus
2023-01-16 3c0bcd367dbc9aff25202d1a8ec2eb143f3e8261
按钮大小调整
已修改32个文件
1086 ■■■■■ 文件已修改
public/config/config.js 33 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/MapView/mapMenuPop.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/MapView/mapMenuTop.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/MapView/mapSpacePop.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/login.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/AuthorizationManagement/menuRoleAuthorization.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/AuthorizationManagement/roleMenuAuthorization.vue 78 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/AuthorizationManagement/roleResAuthorization.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/AuthorizationManagement/userRoleAuthorization.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/Tools/pipeLineAnaly.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/datamanage/SpatialData.vue 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/datamanage/catalogueManage.vue 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/datamanage/dataUpdata.vue 14 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/datamanage/dictionaryManage.vue 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/datamanage/domainManage.vue 147 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/datamanage/metadataManage.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/datamanage/projectManage.vue 55 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/datamanage/styleManage.vue 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/datamanage/versionManage.vue 88 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/maintenance/blackwhiteList.vue 27 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/maintenance/downlog.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/maintenance/eventlogManage.vue 34 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/maintenance/logLog.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/maintenance/menuSettings.vue 23 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/maintenance/operationLog.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/maintenance/parameterConfiguration.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/maintenance/tokentool.vue 90 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/maintenance/userManagement.vue 22 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/userManage/authorityManage.vue 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/userManage/orgManage.vue 32 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/userManage/resourceManage.vue 249 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/userManage/roleManage.vue 54 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/config/config.js
@@ -1,10 +1,8 @@
var ipConfig = '192.168.20.39';
// var ipConfig = '103.85.165.98';
// var ipConfig = '169.254.26.54';
// var ipConfig ='169.254.112.189';
var menuStartName = "管道基础大数据平台";
var LFData = "http://169.254.26.54/LFData";
var LFData = "http://" + ipConfig + "/LFData";
var BASE_URL = 'http://' + ipConfig + ':12316/server';
@@ -22,7 +20,6 @@
//geoServerUrl
var geoserver = 'http://' + ipConfig + ':8088';
// var geoserver = "http://169.254.112.189:8088"
var geoServerURl = geoserver + '/geoserver/LF/wms';
var geoserverWFS = geoserver + '/geoserver/LF/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=LF%3Abs_project&maxFeatures=50&outputFormat=application%2Fjson&cql_filter=projname=';
var geoserverWFSLine = geoserver + '/geoserver/LF/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=LF%3Am_pipeline&maxFeatures=50&outputFormat=application%2Fjson&cql_filter=projname=';
@@ -31,38 +28,22 @@
var modelUrl = 'http://' + ipConfig + '/LFData/tileset/SN/tileset.json';
//DEM
var demLayer = LFData+'/dem';
var demLayer = 'http://' + ipConfig + '/LFData/dem';
//综合展示
// window.sceneConfig = {
//   // sdk许可
//   // licenseServer: 'http://169.254.218.114/LFServer',
//    licenseServer: 'http://localhost/LFServer',
//   // licenseServer: 'http://183.162.245.49:18080',
//   // 服务地址
//   // baseURL: 'http://183.162.245.49:8888/',
//   //
//   positionBtn: [],
// };
// 综合展示
window.sceneConfig = {
  // sdk许可
  // licenseServer: 'http://' + ipConfig + '/LFServer',
  licenseServer: 'http://localhost/LFServer',
  licenseServer: 'http://' + ipConfig + '/LFServer',
  // 服务地址
  baseURL: 'http://183.162.245.49:8888/',
  // baseURL: 'http://183.162.245.49:8888/',
  // MPT名称
  // mptName: "china_5m.Ei.397334",
  // // SG地址
  // SGUrl: "http://" + ipConfig + "/SG/Elevation",
  mptName: 'http://183.162.245.49:82/SG/Elevation',
  SGUrl: "http://" + ipConfig + "/SG/Elevation",
  mptName: 'zhufeng.397336.mpt',
  positionBtn: [],
};
var gaoDeBaseUrl = [{
  url: 'http://webrd02.is.autonavi.com/appmaptile?lang=zh_cn&size=1&scale=1&style=8&x={x}&y={y}&z={z}',
  label: '高德矢量',
src/components/MapView/mapMenuPop.vue
@@ -44,7 +44,7 @@
            <template slot-scope="scope">
              <el-button
                icon="el-icon-map-location"
                size="mini"
                size="small"
                @click="spaceLocation(scope.$index, scope.row)"
              ></el-button>
            </template>
src/components/MapView/mapMenuTop.vue
@@ -29,12 +29,12 @@
            </div>
            <div style="margin-top: 5px">
              <el-button
                size="mini"
                size="small"
                plain
                @click="getCheckedNodes"
              >确认</el-button>
              <el-button
                size="mini"
                   size="small"
                type="info"
                plain
                @click="resetCheckedNodes"
@@ -76,11 +76,11 @@
      </el-form-item>
      <el-form-item>
        <el-button
          plain
          plain size="small"
          @click="getAttributeQuery"
        >查询</el-button>
        <el-button
          type="info"
          type="info"  size="small"
          @click="clearQuery"
          plain
        >重置</el-button>
src/components/MapView/mapSpacePop.vue
@@ -45,12 +45,12 @@
          ></el-input>
        </el-form-item>
        <el-form-item>
          <el-button
          <el-button size="small"
            plain
            @click="setSpaceTableLayer"
          >查询</el-button>
          <el-button
            plain
            plain size="small"
            @click="restSpacePopLayer"
          >重置</el-button>
        </el-form-item>
@@ -76,7 +76,7 @@
            <template slot-scope="scope">
              <el-button
                icon="el-icon-map-location"
                size="mini"
                size="small"
                @click="spaceLocation(scope.$index, scope.row)"
              ></el-button>
            </template>
src/components/login.vue
@@ -208,7 +208,7 @@
      loading: false,
      loginForm: {
        uid: 'admin',
        pwd: 'Admin@123',
        pwd: 'Admin@1234_lf',
      },
      rules: {
        uid: [{ validator: validUserName, trigger: 'blur' }],
src/views/AuthorizationManagement/menuRoleAuthorization.vue
@@ -50,7 +50,7 @@
              size="small"
              :disabled="roleid == null ? true : false"
              @click="adduser"
              style="background: #409eff"
              >{{
                $t('operatManage.UserRoleAuthorizationObj.Added')
              }}</el-button
@@ -187,11 +187,11 @@
        </el-pagination>
      </div>
      <div slot="footer" class="dialog-footer">
        <el-button @click="dialogTableVisible = false">{{
        <el-button   size="small"   @click="dialogTableVisible = false">{{
          $t('dataManage.dictionaryManageObj.cancel')
        }}</el-button>
        <el-button
          style="background: #409eff; border: 1px solid #409eff; color: white"
  size="small"      type="primary"
          @click="addConfirm"
          >{{ $t('dataManage.dictionaryManageObj.confirm') }}</el-button
        >
src/views/AuthorizationManagement/roleMenuAuthorization.vue
@@ -3,14 +3,15 @@
    <!-- 角色,单位 -->
    <div class="menuSettings_tree">
      <div class="content_box">
        <My-bread
          :list="[
        <My-bread :list="[
            `${$t('operatManage.operatManage')}`,
            `${$t('operatManage.RoleMenuAuthorization')}`,
          ]"
        ></My-bread>
          ]"></My-bread>
        <el-divider />
        <el-form ref="form" :model="selFrom">
        <el-form
          ref="form"
          :model="selFrom"
        >
          <el-form-item label="单位">
            <el-select
              ref="multiSelect"
@@ -46,14 +47,16 @@
          highlight-current-row
          height="78%"
        >
          <el-table-column align="center" width="55">
          <el-table-column
            align="center"
            width="55"
          >
            <template slot-scope="scope">
              <el-radio
                class="radio"
                v-model="templateSelection"
                :label="scope.row.id"
                >&nbsp;</el-radio
              >
              >&nbsp;</el-radio>
            </template>
          </el-table-column>
          <el-table-column
@@ -69,8 +72,7 @@
        </el-table>
      </div>
      <div class="content_box">
        <div
          style="
        <div style="
            font-size: 14px;
            color: #216fe6;
            line-height: 1;
@@ -80,11 +82,9 @@
            margin-left: 10px;
            display: flex;
            align-items: center;
          "
        >
          ">
          <span>
            {{ $t('operatManage.UserRoleAuthorizationObj.menuTable') }}</span
          >
            {{ $t('operatManage.UserRoleAuthorizationObj.menuTable') }}</span>
        </div>
        <el-divider />
        <div  class="menuContent">
@@ -103,8 +103,7 @@
        </div>
      </div>
      <div class="content_box">
        <div
          style="
        <div style="
            font-size: 14px;
            color: #216fe6;
            line-height: 1;
@@ -114,14 +113,15 @@
            margin-left: 10px;
            display: flex;
            align-items: center;
          "
        >
          ">
          <span>
            {{
              $t('operatManage.UserRoleAuthorizationObj.PermissionTable')
            }}</span
            }}</span>
          <div
            class="btn"
            style="margin-left: auto"
          >
          <div class="btn" style="margin-left: auto">
            <el-button
              v-if="menuStatus.insert"
              type="primary"
@@ -129,11 +129,9 @@
              size="small"
              @click="adduser"
              :disabled="menuid == null ? true : false"
              style="background-color: #216fe6"
              >{{
                $t('operatManage.UserRoleAuthorizationObj.Added')
              }}</el-button
            >
              }}</el-button>
            <el-button
              v-if="menuStatus.delete"
              type="danger"
@@ -143,8 +141,7 @@
              :disabled="menuid == null ? true : false"
              >{{
                $t('operatManage.UserRoleAuthorizationObj.delete')
              }}</el-button
            >
              }}</el-button>
          </div>
        </div>
        <el-divider class="divider" />
@@ -155,7 +152,10 @@
          height="78%"
          @selection-change="handleSelectionChange"
        >
          <el-table-column type="selection" width="55"> </el-table-column>
          <el-table-column
            type="selection"
            width="55"
          > </el-table-column>
          <el-table-column
            align="center"
            type="index"
@@ -196,7 +196,10 @@
        height="40vh"
        @selection-change="addhandleSelectionChange"
      >
        <el-table-column type="selection" width="55"> </el-table-column>
        <el-table-column
          type="selection"
          width="55"
        > </el-table-column>
        <el-table-column
          align="center"
          type="index"
@@ -208,7 +211,10 @@
        >
        </el-table-column>
      </el-table>
      <div style="margin-top: 20px; text-align: center" class="pagination_box">
      <div
        style="margin-top: 20px; text-align: center"
        class="pagination_box"
      >
        <el-pagination
          @size-change="addhandleSizeChange"
          @current-change="addhandleCurrentChange"
@@ -220,15 +226,21 @@
        >
        </el-pagination>
      </div>
      <div slot="footer" class="dialog-footer">
        <el-button @click="dialogTableVisible = false">{{
      <div
        slot="footer"
        class="dialog-footer"
      >
        <el-button
          size="small"
          @click="dialogTableVisible = false"
        >{{
          $t('dataManage.dictionaryManageObj.cancel')
        }}</el-button>
        <el-button
          style="background: #409eff; border: 1px solid #409eff; color: white"
          size="small"
          type="primary"
          @click="addConfirm"
          >{{ $t('dataManage.dictionaryManageObj.confirm') }}</el-button
        >
        >{{ $t('dataManage.dictionaryManageObj.confirm') }}</el-button>
      </div>
    </el-dialog>
  </div>
src/views/AuthorizationManagement/roleResAuthorization.vue
@@ -103,9 +103,8 @@
              v-if="menuStatus.insert"
              type="primary"
              icon="el-icon-circle-plus-outline"
              size="mini"
              size="small"
              :disabled="roleid == null ? true : false"
              style="background: #216fe6"
              @click="adduser"
            >{{
                $t('operatManage.UserRoleAuthorizationObj.Added')
@@ -114,7 +113,7 @@
              v-if="menuStatus.delete"
              type="danger"
              icon="el-icon-delete"
              size="mini"
             size="small"
              @click="deletesUser"
              :disabled="roleid == null ? true : false"
            >{{
@@ -386,11 +385,11 @@
        slot="footer"
        class="dialog-footer"
      >
        <el-button @click="dialogTableVisible = false">{{
        <el-button size="small" @click="dialogTableVisible = false">{{
          $t('dataManage.dictionaryManageObj.cancel')
        }}</el-button>
        <el-button
          style="background: #409eff; border: 1px solid #409eff; color: white"
         size="small"   type="primary"
          @click="addConfirm"
        >{{ $t('dataManage.dictionaryManageObj.confirm') }}</el-button>
      </div>
src/views/AuthorizationManagement/userRoleAuthorization.vue
@@ -114,7 +114,7 @@
            size="small"
            :disabled="roleid == null ? true : false"
            @click="adduser"
            style="background: #409eff"
          >{{ $t('operatManage.UserRoleAuthorizationObj.Added') }}</el-button>
          <el-button
            v-if="menuStatus.delete"
@@ -209,11 +209,11 @@
        slot="footer"
        class="dialog-footer"
      >
        <el-button @click="dialogTableVisible = false">{{
        <el-button size="small" @click="dialogTableVisible = false">{{
          $t('dataManage.dictionaryManageObj.cancel')
        }}</el-button>
        <el-button
          style="background: #409eff; border: 1px solid #409eff; color: white"
          size="small"      type="primary"
          @click="addConfirm"
        >{{ $t('dataManage.dictionaryManageObj.confirm') }}</el-button>
      </div>
src/views/Tools/pipeLineAnaly.vue
@@ -118,7 +118,7 @@
        <div style="float:right;padding:2px">
          <el-button
            @click="showDialogVivable()"
            size="mini"
            size="small"
            type="info"
          >下载</el-button>
          <!-- <el-button
@@ -149,7 +149,7 @@
            <template slot-scope="scope">
              <el-button
                icon="el-icon-map-location"
                size="mini"
                size="small"
                @click="spaceLocation(scope.$index, scope.row)"
              ></el-button>
            </template>
src/views/datamanage/SpatialData.vue
@@ -42,6 +42,7 @@
            <el-button
              @click="conditionVisible = true"
              class="primaries"
              size="small"
              icon="el-icon-plus"
            >{{$t('common.append')}}</el-button>
          </el-form-item>
@@ -49,18 +50,21 @@
            <el-button
              @click="submitForm"
              class="primaries"
              size="small"
              icon="el-icon-search"
            >{{$t('common.iquery')}}</el-button>
          </el-form-item>
          <el-form-item>
            <el-button
              @click="resetForm"
              size="small"
              icon="el-icon-refresh"
            >{{$t('common.reset')}}</el-button>
          </el-form-item>
          <el-form-item>
            <el-button
              @click="getSpaceMapVisibale"
              size="small"
              class="primaries"
            >{{
              $t('synthesis.rangequery')
@@ -246,10 +250,12 @@
            >
              <el-button
                class="primary"
                size="small"
                @click="dialogFormVisible = false"
              >确认</el-button>
              <el-button
                type="info"
                size="small"
                @click="dialogFormVisible = false"
              >取消</el-button>
            </el-col>
@@ -312,9 +318,13 @@
        slot="footer"
        class="dialog-footer"
      >
        <el-button @click="startFiledAndcondition">取 消</el-button>
        <el-button
          size="small"
          @click="startFiledAndcondition"
        >取 消</el-button>
        <el-button
          class="primaries"
          size="small"
          @click="appendQueryFilter"
        >确 定</el-button>
      </span>
@@ -1066,8 +1076,6 @@
      border-radius: 5px;
      padding: 1%;
      overflow: auto;
    }
    .spatial_rightContent {
      width: 80%;
src/views/datamanage/catalogueManage.vue
@@ -35,35 +35,35 @@
              @click="setEditNode(1)"
              type="info"
              icon="el-icon-top"
              size="mini"
              size="small"
            >向上移动</el-button>
            <el-button
              :disabled="itemdetail.pid == null ? true : false"
              @click="setEditNode(2)"
              type="info"
              icon="el-icon-bottom"
              size="mini"
              size="small"
            >向下移动</el-button>
            <el-button
              :disabled="itemdetail.pid == null ? true : false"
              @click="setNewNode(1)"
              type="success"
              icon="el-icon-plus"
              size="mini"
              size="small"
            >新增同级</el-button>
            <el-button
              :disabled="itemdetail.pid == null ? true : false"
              @click="setNewNode(2)"
              type="success"
              icon="el-icon-plus"
              size="mini"
              size="small"
            >新增子级</el-button>
            <el-button
              @click="setDelNode()"
              :disabled="itemdetail.pid == null ? true : false"
              type="danger"
              icon="el-icon-delete"
              size="mini"
              size="small"
            >删除</el-button>
          </div>
        </div>
@@ -104,12 +104,14 @@
          <div class="btnBox">
            <el-button
              class="primary"
              size="small"
              @click="updCata('itemdetail')"
            >{{
              $t('common.preservation')
            }}</el-button>
            <el-button
              type="info"
              size="small"
              @click="reset"
            >{{
              $t('common.cancel')
src/views/datamanage/dataUpdata.vue
@@ -230,6 +230,7 @@
              <el-button
                :disabled="tableData.length == 0 ? false : true"
                @click="setFileUpload"
                size="small"
                icon="el-icon-upload"
                type="success"
              >{{
@@ -239,6 +240,7 @@
              <el-button
                :disabled="multipleSelection.length == 0 ? true : false"
                icon="el-icon-delete"
                size="small"
                @click="setFileDelete"
                type="danger"
              >{{ $t('common.delete') }}</el-button>
@@ -246,6 +248,7 @@
              <el-button
                :disabled="multipleSelection.length == 0 ? true : false"
                type="info"
                size="small"
                icon="el-icon-folder-checked"
                @click="handleQuayTestClick()"
              >{{$t('common.quayTest')}}
@@ -253,6 +256,7 @@
              <!-- 入库 -->
              <el-button
                @click="setFileWare"
                size="small"
                :disabled="tableData.length == 0 ?  true: false"
                icon="el-icon-folder-add"
                type="warning"
@@ -339,6 +343,7 @@
              <el-button
                @click="setWarehouseSearch"
                icon="el-icon-upload"
                size="small"
                class="primary"
              >{{
              $t('common.iquery')
@@ -346,12 +351,14 @@
              <el-button
                @click="setWarehouseReset"
                icon="el-icon-folder-add"
                size="small"
                type="info"
              >{{ $t('common.reset') }}</el-button>
              <el-button
                @click="setWarehouseDel"
                icon="el-icon-folder-delete"
                type="danger"
                size="small"
              >{{ $t('common.delete') }}</el-button>
            </el-form-item>
          </el-form>
@@ -693,10 +700,12 @@
      >
        <el-button
          class="elBotton"
          size="small"
          @click="quayTestVisible = false"
        >取 消</el-button>
        <el-button
          class="elBotton"
          size="small"
          @click="commonQuayTest"
        >确 定</el-button>
      </span>
@@ -758,10 +767,12 @@
      >
        <el-button
          class="elBotton"
          size="small"
          @click="testQuayVisible = false"
        >取 消</el-button>
        <el-button
          class="elBotton"
          size="small"
          @click="commonTestQuay"
        >确 定</el-button>
      </span>
@@ -841,11 +852,13 @@
      >
        <el-button
          class="primary"
          size="small"
          @click="autoMatchWare"
        >自动匹配</el-button>
        <el-button @click="setInsrtWareTableClose ">取 消</el-button>
        <el-button
          class="primary"
          size="small"
          @click="setInsrtWareTable"
        >确 定</el-button>
      </span>
@@ -855,7 +868,6 @@
      :visible.sync="dialogVisible"
      width="70%"
      top="10vh"
    >
      <div style="height:550px">
        <el-table
src/views/datamanage/dictionaryManage.vue
@@ -20,21 +20,25 @@
        <el-form-item>
          <el-button
            icon="el-icon-search"
            size="small"
            @click="getSelectDictTab"
            class="primary"
          >{{ $t('common.iquery') }}</el-button>
          <el-button
            icon="el-icon-refresh"
            size="small"
            @click="getRemoveForm"
            type="info"
          >{{ $t('common.reset') }}</el-button>
          <el-button
            icon="el-icon-edit"
            size="small"
            @click="InsertFormdialog = true"
            type="success"
          >{{ $t('common.append') }}</el-button>
          <el-button
            icon="el-icon-delete"
            size="small"
            @click="DelFormData"
            type="danger"
          >{{
@@ -354,12 +358,14 @@
      >
        <el-button
          type="info"
          size="small"
          @click="dialogFormVisible = false"
        >{{
          $t('dataManage.dictionaryManageObj.cancel')
        }}</el-button>
        <el-button
          class="primary"
          size="small"
          @click="updateForm"
        >{{
          $t('dataManage.dictionaryManageObj.confirm')
@@ -463,12 +469,14 @@
      >
        <el-button
          type="info"
          size="small"
          @click="InsertFormdialog = false"
        >{{
          $t('dataManage.dictionaryManageObj.cancel')
        }}</el-button>
        <el-button
          class="primary"
          type="primary"
          size="small"
          @click="insertFromData"
        >{{
          $t('dataManage.dictionaryManageObj.confirm')
src/views/datamanage/domainManage.vue
@@ -1,11 +1,9 @@
<template>
  <div class="domainBox">
    <My-bread
      :list="[
    <My-bread :list="[
        `${$t('dataManage.dataManage')}`,
        `${$t('dataManage.rangeManage')}`,
      ]"
    ></My-bread>
      ]"></My-bread>
    <el-divider />
    <div class="mainBox">
      <div class="leftTree">
@@ -20,8 +18,15 @@
      </div>
      <div class="right">
        <div class="inquire">
          <el-form ref="queryForm" :model="queryForm" :inline="true">
            <el-form-item :label="$t('dataManage.vmobj.keyword')" prop="name">
          <el-form
            ref="queryForm"
            :model="queryForm"
            :inline="true"
          >
            <el-form-item
              :label="$t('dataManage.vmobj.keyword')"
              prop="name"
            >
              <el-input
                v-model="queryForm.code"
                :placeholder="$t('common.pleaseInput')"
@@ -33,31 +38,27 @@
                icon="el-icon-search"
                size="small"
                class="primary"
                >{{ $t('common.iquery') }}</el-button
              >
              >{{ $t('common.iquery') }}</el-button>
              <el-button
                @click="resetInfo('queryForm')"
                icon="el-icon-delete"
                size="small"
                type="info"
                >{{ $t('common.empty') }}</el-button
              >
              >{{ $t('common.empty') }}</el-button>
              <el-button
                v-if="btnStatus.insert"
                @click="showAddDialog"
                icon="el-icon-plus"
                size="small"
                type="success"
                >{{ $t('common.append') }}</el-button
              >
              >{{ $t('common.append') }}</el-button>
              <el-button
                v-if="btnStatus.delete"
                @click="deleteInfo"
                type="danger"
                size="small"
                icon="el-icon-delete"
                >{{ $t('common.delete') }}</el-button
              >
              >{{ $t('common.delete') }}</el-button>
            </el-form-item>
          </el-form>
        </div>
@@ -67,7 +68,10 @@
            @selection-change="handleSelectionChange"
            height="100%"
          >
            <el-table-column type="selection" width="50" />
            <el-table-column
              type="selection"
              width="50"
            />
            <el-table-column
              align="center"
              type="index"
@@ -115,26 +119,30 @@
              :label="$t('dataManage.domainManage.bak')"
            />
            <el-table-column min-width="150" :label="$t('common.operate')">
              <template slot-scope="scope"
                ><el-button
            <el-table-column
              min-width="150"
              :label="$t('common.operate')"
            >
              <template slot-scope="scope">
                <el-button
                  class="primary"
                  @click="showDetail(scope.row)"
                  size="small"
                  >{{ $t('common.details') }}</el-button
                >
                >{{ $t('common.details') }}</el-button>
                <el-button
                  v-if="btnStatus.update"
                  type="warning"
                  @click="handleEdit(scope.$index, scope.row)"
                  size="small"
                  >{{ $t('common.update') }}</el-button
                >
                >{{ $t('common.update') }}</el-button>
              </template>
            </el-table-column>
          </el-table>
        </div>
        <div class="pagination_box" style="margin-top: 20px">
        <div
          class="pagination_box"
          style="margin-top: 20px"
        >
          <el-pagination
            @size-change="handleSizeChange"
            @current-change="handleCurrentChange"
@@ -148,11 +156,20 @@
        </div>
      </div>
    </div>
    <div class="infoBox" v-show="showinfoBox">
    <div
      class="infoBox"
      v-show="showinfoBox"
    >
      <el-card class="box-card">
        <div slot="header" class="clearfix">
        <div
          slot="header"
          class="clearfix"
        >
          <span>{{ $t('common.details') }}</span>
          <div style="float: right; cursor: pointer" @click="closeDetial">
          <div
            style="float: right; cursor: pointer"
            @click="closeDetial"
          >
            <i class="el-icon-close"></i>
          </div>
        </div>
@@ -208,12 +225,18 @@
      :visible.sync="dialogFormVisible"
      :before-close="handleClose"
    >
      <el-form :model="editForm" ref="editForm">
      <el-form
        :model="editForm"
        ref="editForm"
      >
        <el-form-item
          :label="$t('dataManage.domainManage.domName')"
          :label-width="formLabelWidth"
        >
          <el-select v-model="editForm.domName" placeholder="请选择">
          <el-select
            v-model="editForm.domName"
            placeholder="请选择"
          >
            <el-option
              v-for="item in domainOptions"
              :key="item.value"
@@ -228,68 +251,102 @@
          :label="$t('dataManage.domainManage.domDesc')"
          :label-width="formLabelWidth"
        >
          <el-input v-model="editForm.domDesc" autocomplete="off"></el-input>
          <el-input
            v-model="editForm.domDesc"
            autocomplete="off"
          ></el-input>
        </el-form-item>
        <el-form-item
          :label="$t('dataManage.domainManage.domCode')"
          :label-width="formLabelWidth"
        >
          <el-input v-model="editForm.domCode" autocomplete="off"></el-input>
          <el-input
            v-model="editForm.domCode"
            autocomplete="off"
          ></el-input>
        </el-form-item>
        <el-form-item
          :label="$t('dataManage.domainManage.codeDesc')"
          :label-width="formLabelWidth"
        >
          <el-input v-model="editForm.codeDesc" autocomplete="off"></el-input>
          <el-input
            v-model="editForm.codeDesc"
            autocomplete="off"
          ></el-input>
        </el-form-item>
        <el-form-item
          :label="$t('dataManage.domainManage.bsm')"
          :label-width="formLabelWidth"
        >
          <el-input v-model="editForm.bsm" autocomplete="off"></el-input>
          <el-input
            v-model="editForm.bsm"
            autocomplete="off"
          ></el-input>
        </el-form-item>
        <el-form-item
          :label="$t('dataManage.domainManage.level')"
          :label-width="formLabelWidth"
        >
          <el-input v-model="editForm.level" autocomplete="off"></el-input>
          <el-input
            v-model="editForm.level"
            autocomplete="off"
          ></el-input>
        </el-form-item>
        <el-form-item
          :label="$t('dataManage.domainManage.orderid')"
          :label-width="formLabelWidth"
        >
          <el-input v-model="editForm.orderid" autocomplete="off"></el-input>
          <el-input
            v-model="editForm.orderid"
            autocomplete="off"
          ></el-input>
        </el-form-item>
        <el-form-item
          :label="$t('dataManage.domainManage.bak')"
          :label-width="formLabelWidth"
        >
          <el-input v-model="editForm.bak" autocomplete="off"></el-input>
          <el-input
            v-model="editForm.bak"
            autocomplete="off"
          ></el-input>
        </el-form-item>
      </el-form>
      <div v-if="behavior == '修改信息'" slot="footer" class="dialog-footer">
        <el-button @click="cancelEdit()">{{ $t('common.reset') }}</el-button>
      <div
        v-if="behavior == '修改信息'"
        slot="footer"
        class="dialog-footer"
      >
        <el-button
          size="medium"
          size="small"
          @click="cancelEdit()"
        >{{ $t('common.reset') }}</el-button>
        <el-button
          size="small"
          class="primary"
          type="info"
          @click="sendEdit('editForm')"
          v-loading.fullscreen.lock="fullscreenLoading"
          >{{ $t('common.confirm') }}</el-button
        >
        >{{ $t('common.confirm') }}</el-button>
      </div>
      <div v-else slot="footer" class="dialog-footer">
        <el-button type="info" @click="cancelAdd('editForm')">{{
      <div
        v-else
        slot="footer"
        class="dialog-footer"
      >
        <el-button
          type="info"
          size="small"
          @click="cancelAdd('editForm')"
        >{{
          $t('common.reset')
        }}</el-button>
        <el-button
          size="medium"
          size="small"
          class="primary"
          @click="sendAdd('editForm')"
          v-loading.fullscreen.lock="fullscreenLoading"
          >{{ $t('common.confirm') }}</el-button
        >
        >{{ $t('common.confirm') }}</el-button>
      </div>
    </el-dialog>
  </div>
src/views/datamanage/metadataManage.vue
@@ -375,13 +375,13 @@
        class="dialog-footer"
      >
        <el-button
          size="medium"
             size="small"
          @click="cancelEdit()"
        >{{
          $t('common.reset')
        }}</el-button>
        <el-button
          size="medium"
              size="small"
          type="primary"
          @click="sendEdit('editForm')"
          v-loading.fullscreen.lock="fullscreenLoading"
@@ -393,13 +393,13 @@
        class="dialog-footer"
      >
        <el-button
          size="medium"
              size="small"
          @click="cancelAdd('editForm')"
        >{{
          $t('common.reset')
        }}</el-button>
        <el-button
          size="medium"
              size="small"
          type="primary"
          @click="sendAdd('editForm')"
          v-loading.fullscreen.lock="fullscreenLoading"
src/views/datamanage/projectManage.vue
@@ -1,11 +1,9 @@
<template>
  <div class="verSionBox">
    <My-bread
      :list="[
    <My-bread :list="[
        `${$t('dataManage.dataManage')}`,
        `${$t('dataManage.projectManage')}`,
      ]"
    ></My-bread>
      ]"></My-bread>
    <el-divider />
    <div class="verSionContent">
      <div class="verSion_leftTree">
@@ -22,7 +20,10 @@
        </el-tree>
      </div>
      <div class="verSion_rightContent">
        <el-form :inline="true" class="demo-form-inline">
        <el-form
          :inline="true"
          class="demo-form-inline"
        >
          <el-form-item>
            <el-button
              v-if="btnStatus.insert"
@@ -30,8 +31,8 @@
              @click="insertProject"
              :disabled="count1 != 0 ? true : false"
              type="success"
              >{{ $t('common.append') }}</el-button
            >
              size="small"
            >{{ $t('common.append') }}</el-button>
          </el-form-item>
        </el-form>
        <el-divider class="eldivider" />
@@ -92,28 +93,32 @@
              prop="remarks"
              :label="$t('dataManage.projectObj.remarks')"
            />
            <el-table-column label="操作" width="200">
            <el-table-column
              label="操作"
              width="200"
            >
              <template slot-scope="scope">
                <el-button
                  v-if="btnStatus.delete"
                  @click="deleteProject(scope.row)"
                  icon="el-icon-delete"
                  size="mini"
                  size="small"
                  type="danger"
                  >{{ $t('common.delete') }}</el-button
                >
                >{{ $t('common.delete') }}</el-button>
                <el-button
                  v-if="btnStatus.update"
                  @click="EditProject(scope.row)"
                  icon="el-icon-edit"
                  type="info"
                  size="mini"
                  >{{ $t('common.update') }}</el-button
                >
                  size="small"
                >{{ $t('common.update') }}</el-button>
              </template>
            </el-table-column>
          </el-table>
          <div style="margin-top: 10px" class="pagination_box">
          <div
            style="margin-top: 10px"
            class="pagination_box"
          >
            <!-- <el-pagination
              @size-change="handleLoaderSizeChange"
              @current-change="handleLoaderCurrentChange"
@@ -235,7 +240,10 @@
            <el-input v-model="editFrom.projtype"></el-input>
          </el-form-item>
          <el-form-item :label="$t('dataManage.projectObj.location')">
            <el-input :disabled="true" v-model="editFrom.geom"></el-input>
            <el-input
              :disabled="true"
              v-model="editFrom.geom"
            ></el-input>
            <el-link
              @click="ShowInner"
              style="color: white; margin-left: 20px"
@@ -269,14 +277,21 @@
          </el-form-item>
        </el-form>
      </div>
      <div slot="footer" class="dialog-footer">
      <div
        slot="footer"
        class="dialog-footer"
      >
        <el-button
          type="info"
          size="small"
          :disabled="behavior != '新增项目' ? true : false"
          @click="setRestEditFrom"
          >{{ $t('common.reset') }}</el-button
        >
        <el-button class="primary" @click="insertEditFrom">{{
        >{{ $t('common.reset') }}</el-button>
        <el-button
          size="small"
          type="primary"
          @click="insertEditFrom"
        >{{
          $t('common.confirm')
        }}</el-button>
      </div>
src/views/datamanage/styleManage.vue
@@ -24,7 +24,7 @@
          <el-button
            @click="submitForm('ruleForm')"
            icon="el-icon-search"
            class="primary"
               type="primary"
            size="small"
          >{{ $t('common.iquery') }}</el-button>
          <el-button
@@ -452,12 +452,12 @@
        class="dialog-footer"
      >
        <el-button
          type="info"
          type="info" size="small"
          @click="removeUpdate"
        >{{$t('common.close')}}</el-button>
        <el-button
          class="primary"
          @click="updateForm"
             type="primary"
          @click="updateForm" size="small"
        >{{$t('common.confirm')}}</el-button>
      </div>
    </el-dialog>
@@ -653,11 +653,11 @@
        class="dialog-footer"
      >
        <el-button
          type="info"
          type="info" size="small"
          @click="insertFromDataClose"
        >{{$t('common.close')}}</el-button>
        <el-button
          class="primary"
          type="primary" size="small"
          @click="insertFromData"
        >{{$t('common.confirm')}}</el-button>
      </div>
@@ -671,7 +671,7 @@
      </div>
      <div class="btnBox">
        <el-button
          class="primary"
             type="primary"
          size="small"
          @click="selectDirCataName"
        >{{
@@ -695,7 +695,7 @@
      </div>
      <div class="btnBox">
        <el-button
          class="primary"
          type="primary"
          size="small"
          @click="selectDepCataName"
        >{{
src/views/datamanage/versionManage.vue
@@ -1,18 +1,20 @@
<template>
  <div class="verSionBox">
    <My-bread
      :list="[
    <My-bread :list="[
        `${$t('dataManage.dataManage')}`,
        `${$t('dataManage.versionManage')}`,
      ]"
    ></My-bread>
      ]"></My-bread>
    <el-divider />
    <div class="verSionContent">
      <!-- <div class="verSion_leftTree">
        <ver-dir-tree></ver-dir-tree>
      </div> -->
      <div class="verSion_rightContent">
        <el-form ref="ruleForm" :model="ruleForm" :inline="true">
        <el-form
          ref="ruleForm"
          :model="ruleForm"
          :inline="true"
        >
           <el-form-item>
            <el-cascader
              v-model="ruleForm.dirid"
@@ -40,35 +42,40 @@
              icon="el-icon-search"
              size="small"
              class="primary"
              >{{ $t('common.iquery') }}</el-button
            >
            >{{ $t('common.iquery') }}</el-button>
            <el-button
              type="success"
              v-if="btnStatus.insert"
              @click="(InsertFormdialog = true), getSelectdirTab()"
              icon="el-icon-plus"
              size="small"
              >{{ $t('common.append') }}</el-button
            >
            >{{ $t('common.append') }}</el-button>
            <el-button
              type="info"
              @click="resetForm('ruleForm')"
              icon="el-icon-delete"
              size="small"
              >{{ $t('common.empty') }}</el-button
            >
            >{{ $t('common.empty') }}</el-button>
          </el-form-item>
        </el-form>
        <el-divider class="eldivider" />
        <div style="height: 73%">
          <el-table :data="tableData" style="width: 100%" height="99%">
          <el-table
            :data="tableData"
            style="width: 100%"
            height="99%"
          >
            <el-table-column
              align="center"
              type="index"
              :label="$t('dataManage.vmobj.index')"
              width="70px"
            />
            <el-table-column align="center" prop="id" v-if="false" />
            <el-table-column
              align="center"
              prop="id"
              v-if="false"
            />
            <el-table-column
              align="center"
              prop="name"
@@ -106,7 +113,10 @@
              :label="$t('dataManage.vmobj.updateontime')"
              :formatter="formatTime"
            />
            <el-table-column min-width="150" :label="$t('common.operate')">
            <el-table-column
              min-width="150"
              :label="$t('common.operate')"
            >
              <template slot-scope="scope">
                <el-button
                  v-if="btnStatus.update"
@@ -116,15 +126,13 @@
                  "
                  type="warning"
                  size="small"
                  >{{ $t('common.update') }}</el-button
                >
                >{{ $t('common.update') }}</el-button>
                <el-button
                  v-if="btnStatus.delete"
                  @click="handleDelete(scope.$index, scope.row)"
                  type="danger"
                  size="small"
                  >{{ $t('common.delete') }}</el-button
                >
                >{{ $t('common.delete') }}</el-button>
              </template>
            </el-table-column>
          </el-table>
@@ -155,7 +163,10 @@
          :label="$t('dataManage.vmobj.name')"
          :label-width="formLabelWidth"
        >
          <el-input v-model="upform.name" autocomplete="off"></el-input>
          <el-input
            v-model="upform.name"
            autocomplete="off"
          ></el-input>
        </el-form-item>
        <el-form-item
          :label="$t('dataManage.vmobj.catalogue')"
@@ -173,14 +184,28 @@
          :label="$t('dataManage.vmobj.describe')"
          :label-width="formLabelWidth"
        >
          <el-input v-model="upform.descr" autocomplete="off"></el-input>
          <el-input
            v-model="upform.descr"
            autocomplete="off"
          ></el-input>
        </el-form-item>
      </el-form>
      <div slot="footer" type="info" class="dialog-footer">
        <el-button @click="editFromDataClose">{{
      <div
        slot="footer"
        type="info"
        class="dialog-footer"
      >
        <el-button
          size="small"
          @click="editFromDataClose"
        >{{
          $t('common.close')
        }}</el-button>
        <el-button @click="editFromData" class="primary">{{
        <el-button
          size="small"
          @click="editFromData"
          class="primary"
        >{{
          $t('common.confirm')
        }}</el-button>
      </div>
@@ -226,11 +251,22 @@
          ></el-input>
        </el-form-item>
      </el-form>
      <div slot="footer" class="dialog-footer">
        <el-button @click="insertFromDataClose" type="info">{{
      <div
        slot="footer"
        class="dialog-footer"
      >
        <el-button
          @click="insertFromDataClose"
          type="info"
          size="small"
        >{{
          $t('common.close')
        }}</el-button>
        <el-button @click="insertFromData" class="primary">{{
        <el-button
          @click="insertFromData"
          class="primary"
          size="small"
        >{{
          $t('common.confirm')
        }}</el-button>
      </div>
src/views/maintenance/blackwhiteList.vue
@@ -42,11 +42,7 @@
                <el-button
                  type="primary"
                  @click="queryBlackInfo()"
                  style="
                  background: #409eff;
                  border: 1px solid #409eff;
                  color: white;
                "
                  size="small"
                  icon="el-icon-search"
                >{{ $t("operatManage.BWL.search") }}
                </el-button>
@@ -56,6 +52,7 @@
                  type="info"
                  @click="resetInfo('queryInfo')"
                  icon="el-icon-refresh"
                  size="small"
                >{{ $t("operatManage.BWL.reset") }}</el-button>
              </el-form-item>
              <el-form-item>
@@ -63,6 +60,7 @@
                  icon="el-icon-edit"
                  v-if="menuStatus.insert"
                  type="success"
                  size="small"
                  @click="showInsertdialog(1)"
                >{{ $t("common.append") }}</el-button>
              </el-form-item>
@@ -71,6 +69,7 @@
                  icon="el-icon-delete"
                  v-if="menuStatus.delete"
                  type="danger"
                  size="small"
                  @click="delBWList"
                >{{ $t("common.delete") }}</el-button>
              </el-form-item>
@@ -186,7 +185,8 @@
            </el-form-item>
            <el-form-item>
              <el-button
                style="background: #409eff; border: 1px solid #409eff; color: white"
                size="small"
                type="primary"
                @click="queryWhiteInfo"
              ><i class="el-icon-search"></i> &nbsp;{{
                  $t('operatManage.BWL.search')
@@ -195,14 +195,14 @@
            <el-form-item>
              <el-button
                @click="resetForm('queryInfo')"
                type="info"
                type="info"   size="small"
              ><i class="el-icon-delete"></i> &nbsp;{{
                  $t('operatManage.BWL.reset')
                }}</el-button>
            </el-form-item>
            <el-form-item>
              <el-button
                type="success"
                type="success"   size="small"
                icon="el-icon-edit"
                v-if="menuStatus.insert"
                @click="showInsertdialog(2)"
@@ -212,7 +212,7 @@
            </el-form-item>
            <el-form-item>
              <el-button
                type="danger"
                type="danger" size="small"
                icon="el-icon-delete"
                v-if="menuStatus.delete"
                @click="delBWList"
@@ -227,7 +227,6 @@
            :data="WTableData"
            @selection-change="blackSelectionChange"
            style="width: 100%"
          >
            <el-table-column
              type="selection"
@@ -346,12 +345,12 @@
        slot="footer"
        class="dialog-footer"
      >
        <el-button @click="insertFromDataClose">{{
        <el-button size="small" @click="insertFromDataClose">{{
          $t("common.close")
        }}</el-button>
        <el-button
          @click="insertFromData"
          type="primary"
          type="primary" size="small"
        >{{
          $t("common.confirm")
        }}</el-button>
@@ -399,12 +398,12 @@
        slot="footer"
        class="dialog-footer"
      >
        <el-button @click="editFromDataClose">{{
        <el-button size="small" @click="editFromDataClose">{{
          $t("common.close")
        }}</el-button>
        <el-button
          @click="editFromData"
          type="primary"
          type="primary" size="small"
        >{{
          $t("common.confirm")
        }}</el-button>
src/views/maintenance/downlog.vue
@@ -78,12 +78,13 @@
          <el-button
            @click="onSubmit"
            icon="el-icon-search"
            style="background: #409eff; border: 1px solid #409eff; color: white"
          size="small"      type="primary"
          >{{ $t("operatManage.operationLogObj.inquire") }}</el-button>
          <el-button
            @click="resAllTable"
            icon="el-icon-delete"
            type="info"
            size="small"
          >{{ $t("operatManage.operationLogObj.empty") }}</el-button>
        </el-form-item>
      </el-form>
src/views/maintenance/eventlogManage.vue
@@ -1,14 +1,16 @@
<template>
  <div class="logLog_box">
    <My-bread
      :list="[
    <My-bread :list="[
        `${$t('operatManage.operatManage')}`,
        `${$t('operatManage.ResourceLog')}`,
      ]"
    ></My-bread>
      ]"></My-bread>
    <el-divider />
    <div class="inquire">
      <el-form :inline="true" ref="sizeForm" :model="sizeForm">
      <el-form
        :inline="true"
        ref="sizeForm"
        :model="sizeForm"
      >
        <el-form-item
          prop="uname"
          :label="$t('operatManage.operationLogObj.username')"
@@ -85,20 +87,24 @@
          <el-button
            @click="onSubmit"
            icon="el-icon-search"
            style="background: #409eff; border: 1px solid #409eff; color: white"
            >{{ $t("operatManage.operationLogObj.inquire") }}</el-button
          >
            size="small"
            type="primary"
          >{{ $t("operatManage.operationLogObj.inquire") }}</el-button>
          <el-button
            @click="onEmpty('sizeForm')"
            icon="el-icon-delete"
            type="info"
            >{{ $t("operatManage.operationLogObj.empty") }}</el-button
          >
            size="small"
          >{{ $t("operatManage.operationLogObj.empty") }}</el-button>
        </el-form-item>
      </el-form>
    </div>
    <div class="table_box">
      <el-table :data="tableData" style="width: 100%" height="84%">
      <el-table
        :data="tableData"
        style="width: 100%"
        height="84%"
      >
        <el-table-column
          align="center"
          type="index"
@@ -134,7 +140,10 @@
          :label="$t('operatManage.ELM.operationType')"
        />
      </el-table>
      <div style="margin-top: 10px" class="pagination_box">
      <div
        style="margin-top: 10px"
        class="pagination_box"
      >
        <el-pagination
          @size-change="handleSizeChange"
          @current-change="handleCurrentChange"
@@ -280,7 +289,6 @@
    width: 300px;
  }
  .inquire {
    overflow: auto;
    padding: 10px;
    margin-top: 20px;
src/views/maintenance/logLog.vue
@@ -75,12 +75,14 @@
          <el-button
            @click="onSubmit"
            icon="el-icon-search"
            style="background: #409eff; border: 1px solid #409eff; color: white"
            size="small"
            type="primary"
          >{{ $t("operatManage.operationLogObj.inquire") }}</el-button>
          <el-button
            @click="onEmpty('sizeForm')"
            icon="el-icon-delete"
            type="info"
            size="small"
          >{{ $t("operatManage.operationLogObj.empty") }}</el-button>
        </el-form-item>
      </el-form>
src/views/maintenance/menuSettings.vue
@@ -39,35 +39,35 @@
              @click="setEditNode(1)"
              type="info"
              icon="el-icon-top"
              size="mini"
              size="small"
            >向上移动</el-button>
            <el-button
              :disabled="itemdetail.pid == null ? true : false"
              @click="setEditNode(2)"
              type="info"
              icon="el-icon-bottom"
              size="mini"
              size="small"
            >向下移动</el-button>
            <el-button
              :disabled="itemdetail.pid == null ? true : false"
              @click="setNewNode(1)"
              type="success"
              icon="el-icon-plus"
              size="mini"
              size="small"
            >新增同级</el-button>
            <el-button
              :disabled="itemdetail.pid == null ? true : false"
              @click="setNewNode(2)"
              type="success"
              icon="el-icon-plus"
              size="mini"
              size="small"
            >新增子级</el-button>
            <el-button
              @click="setDelNode()"
              :disabled="itemdetail.pid == null ? true : false"
              type="danger"
              icon="el-icon-delete"
              size="mini"
              size="small"
            >删除</el-button>
          </div>
@@ -179,14 +179,15 @@
              v-if="menuStatus.update"
            >
              <el-button
                style="
                  background: #409eff;
                  color: white;
                  border: 1px solid #409eff;
                "
                size="small"
                type="info"
                @click="updMenu('itemdetail')"
              >{{ $t('common.confirm') }}</el-button>
              <el-button @click="reset('itemdetail')">{{
              <el-button
                size="small"
                type="primary"
                @click="reset('itemdetail')"
              >{{
                $t('common.cancel')
              }}</el-button>
            </div>
src/views/maintenance/operationLog.vue
@@ -90,13 +90,13 @@
          <el-button
            @click="onSubmit"
            icon="el-icon-search"
            style="background: #409eff; border: 1px solid #409eff; color: white"
             size="small"      type="primary"
            >{{ $t("operatManage.operationLogObj.inquire") }}</el-button
          >
          <el-button
            @click="onEmpty('sizeForm')"
            icon="el-icon-delete"
            type="info"
            type="info" size="small"
            >{{ $t("operatManage.operationLogObj.empty") }}</el-button
          >
        </el-form-item>
src/views/maintenance/parameterConfiguration.vue
@@ -127,12 +127,16 @@
        slot="footer"
        class="dialog-footer"
      >
        <el-button @click="EditFromDataClose">{{
        <el-button
          size="small"
          @click="EditFromDataClose"
        >{{
          $t('common.close')
        }}</el-button>
        <el-button
          @click="EditFromData"
          style="background: #409eff; border: 1px solid #409eff; color: white"
          size="small"
          type="primary"
        >{{ $t('common.confirm') }}</el-button>
      </div>
    </el-dialog>
src/views/maintenance/tokentool.vue
@@ -1,14 +1,16 @@
<template>
  <div class="tokentool_box">
    <My-bread
      :list="[
    <My-bread :list="[
        `${$t('operatManage.operatManage')}`,
        `${$t('operatManage.tokentool')}`,
      ]"
    ></My-bread>
      ]"></My-bread>
    <el-divider />
    <div class="inquire">
      <el-form ref="formData" :model="ruleForm" :inline="true">
      <el-form
        ref="formData"
        :model="ruleForm"
        :inline="true"
      >
        <el-form-item
          :label="$t('operatManage.tokentoolObj.tokenQuery')"
          prop="region"
@@ -40,30 +42,30 @@
        <el-form-item>
          <el-button
            icon="el-icon-search"
            style="background: #409eff; border: 1px solid #409eff; color: white"
            size="small"
            type="primary"
            @click="onSubmit"
            >{{ $t('common.iquery') }}</el-button
          >
          >{{ $t('common.iquery') }}</el-button>
          <el-button
            icon="el-icon-delete"
            type="info"
            size="small"
            @click="onEmpty('formData1')"
            >{{ $t('common.empty') }}</el-button
          >
          >{{ $t('common.empty') }}</el-button>
          <el-button
            v-if="menuStatus.insert"
            @click="InsertFormdialog = true"
            icon="el-icon-edit"
            type="success"
            >{{ $t('common.append') }}</el-button
          >
            size="small"
          >{{ $t('common.append') }}</el-button>
          <el-button
            v-if="menuStatus.delete"
            @click="delTokenData"
            icon="el-icon-delete"
            type="danger"
            >{{ $t('common.delete') }}</el-button
          >
            size="small"
          >{{ $t('common.delete') }}</el-button>
        </el-form-item>
      </el-form>
    </div>
@@ -74,7 +76,10 @@
        style="width: 100%"
        @selection-change="handleSelectionChange"
      >
        <el-table-column type="selection" width="55" />
        <el-table-column
          type="selection"
          width="55"
        />
        <el-table-column
          width="70"
          align="center"
@@ -141,10 +146,16 @@
          align="center"
        >
          <template slot-scope="scope">
            <el-button type="danger" size="small">{{
            <el-button
              type="danger"
              size="small"
            >{{
              $t('operatManage.tokentoolObj.invalid')
            }}</el-button>
            <el-button type="warning" size="small">{{
            <el-button
              type="warning"
              size="small"
            >{{
              $t('operatManage.tokentoolObj.renewal')
            }}</el-button>
            <el-button
@@ -153,8 +164,7 @@
              type="warning"
              plain
              size="small"
              >{{ $t('common.update') }}</el-button
            >
            >{{ $t('common.update') }}</el-button>
          </template>
        </el-table-column>
      </el-table>
@@ -177,7 +187,10 @@
      style="overflow: hidden"
      :visible.sync="InsertFormdialog"
    >
      <el-form ref="formData1" :model="insertform">
      <el-form
        ref="formData1"
        :model="insertform"
      >
        <el-form-item
          :label="$t('operatManage.tokentoolObj.token')"
          :label-width="formLabelWidth"
@@ -225,15 +238,21 @@
        </el-form-item>
      </el-form>
      <div slot="footer" class="dialog-footer">
        <el-button @click="insertFromDataClose">{{
      <div
        slot="footer"
        class="dialog-footer"
      >
        <el-button
          size="small"
          @click="insertFromDataClose"
        >{{
          $t('common.close')
        }}</el-button>
        <el-button
          style="background: #409eff; border: 1px solid #409eff; color: white"
          size="small"
          type="primary"
          @click="insertFromData"
          >{{ $t('common.confirm') }}</el-button
        >
        >{{ $t('common.confirm') }}</el-button>
      </div>
    </el-dialog>
    <!-- 修改弹窗 -->
@@ -242,7 +261,10 @@
      style="overflow: hidden"
      :visible.sync="EditFormdialog"
    >
      <el-form ref="formData1" :model="insertform">
      <el-form
        ref="formData1"
        :model="insertform"
      >
        <el-form-item
          :label="$t('operatManage.tokentoolObj.token')"
          :label-width="formLabelWidth"
@@ -291,15 +313,21 @@
        </el-form-item>
      </el-form>
      <div slot="footer" class="dialog-footer">
        <el-button @click="editFromDataClose">{{
      <div
        slot="footer"
        class="dialog-footer"
      >
        <el-button
          size="small"
          @click="editFromDataClose"
        >{{
          $t('common.close')
        }}</el-button>
        <el-button
          style="background: #409eff; border: 1px solid #409eff; color: white"
          type="primary"
          size="small"
          @click="editFromData"
          >{{ $t('common.confirm') }}</el-button
        >
        >{{ $t('common.confirm') }}</el-button>
      </div>
    </el-dialog>
  </div>
src/views/maintenance/userManagement.vue
@@ -43,7 +43,7 @@
            size="small"
            @click="queryInfo()"
            icon="el-icon-search"
            style="background: #409eff; border: 1px solid #409eff; color: white"
            type="primary"
          >{{ $t('operatManage.ELM.search') }}
          </el-button>
        </el-form-item>
@@ -225,7 +225,7 @@
              type="warning"
              plain
              @click="editInfo(scope.row)"
              size="mini"
              size="small"
            >{{ $t('common.edit') }}</el-button>
          </template>
        </el-table-column>
@@ -493,15 +493,15 @@
        class="dialog-footer"
      >
        <el-button
          size="medium"
          size="small"
          type="info"
          @click="cancelEdit()"
        >{{
          $t('common.reset')
        }}</el-button>
        <el-button
          size="medium"
          style="background: #409eff; border: 1px solid #409eff; color: white"
          size="small"
          type="primary"
          @click="sendEdit('editForm')"
          v-loading.fullscreen.lock="fullscreenLoading"
        >{{ $t('common.submit') }}</el-button>
@@ -512,15 +512,15 @@
        class="dialog-footer"
      >
        <el-button
          size="medium"
          size="small"
          type="info"
          @click="cancelAdd('editForm')"
        >{{
          $t('common.reset')
        }}</el-button>
        <el-button
          size="medium"
          style="background: #409eff; border: 1px solid #409eff; color: white"
          size="small"
          type="primary"
          @click="sendAdd('editForm')"
          v-loading.fullscreen.lock="fullscreenLoading"
        >{{ $t('common.submit') }}</el-button>
@@ -580,15 +580,15 @@
        class="dialog-footer"
      >
        <el-button
          size="medium"
          size="small"
          type="info"
          @click="cancelReset - 'pwdForm'"
        >{{
          $t('common.reset')
        }}</el-button>
        <el-button
          size="medium"
          style="background: #409eff; border: 1px solid #409eff; color: white"
          size="small"
          type="primary"
          @click="sendReset('pwdForm')"
          v-loading.fullscreen.lock="fullscreenLoading"
        >{{ $t('common.submit') }}</el-button>
src/views/userManage/authorityManage.vue
@@ -18,27 +18,27 @@
        <el-form-item>
          <el-button
            @click="submitForm('ruleForm')"
            icon="el-icon-search"
            style="background: #409eff; border: 1px solid #409eff; color: white"
            icon="el-icon-search" size="small"
            type="primary"
          >{{
            $t('common.iquery')
          }}</el-button>
          <el-button
            @click="resetForm('ruleForm')"
            icon="el-icon-refresh"
            type="info"
            type="info" size="small"
          >{{ $t('common.empty') }}</el-button>
          <el-button
            v-if="menuStatus.insert"
            @click="InsertFormdialog = true"
            icon="el-icon-edit"
            type="success"
            type="success" size="small"
          >{{ $t('common.append') }}</el-button>
          <el-button
            v-if="menuStatus.delete"
            @click="DelFromData"
            icon="el-icon-delete"
            type="danger"
            type="danger" size="small"
          >{{ $t('common.delete') }}</el-button>
        </el-form-item>
      </el-form>
@@ -264,11 +264,11 @@
        slot="footer"
        class="dialog-footer"
      >
        <el-button @click="insertFromDataClose">{{
        <el-button size="small" @click="insertFromDataClose">{{
          $t('common.close')
        }}</el-button>
        <el-button
          style="background: #409eff; border: 1px solid #409eff; color: white"
         size="small"  type="primary"
          @click="insertFromData"
        >{{
          $t('common.confirm')
@@ -306,12 +306,12 @@
        slot="footer"
        class="dialog-footer"
      >
        <el-button @click="EditFromDataClose">{{
        <el-button size="small" @click="EditFromDataClose">{{
          $t('common.close')
        }}</el-button>
        <el-button
          @click="EditFromData"
          style="background: #409eff; border: 1px solid #409eff; color: white"
       size="small"  type="primary"
        >{{
          $t('common.confirm')
        }}</el-button>
src/views/userManage/orgManage.vue
@@ -35,35 +35,35 @@
              @click="setEditNode(1)"
              type="info"
              icon="el-icon-top"
              size="mini"
              size="small"
            >向上移动</el-button>
            <el-button
              :disabled="itemdetail.pid == null ? true : false"
              @click="setEditNode(2)"
              type="info"
              icon="el-icon-bottom"
              size="mini"
              size="small"
            >向下移动</el-button>
            <el-button
              :disabled="itemdetail.pid == null ? true : false"
              @click="setNewNode(1)"
              type="success"
              icon="el-icon-plus"
              size="mini"
              size="small"
            >新增同级</el-button>
            <el-button
              :disabled="itemdetail.pid == null ? true : false"
              @click="setNewNode(2)"
              type="success"
              icon="el-icon-plus"
              size="mini"
              size="small"
            >新增子级</el-button>
            <el-button
              @click="setDelNode()"
              :disabled="itemdetail.pid == null ? true : false"
              type="danger"
              icon="el-icon-delete"
              size="mini"
              size="small"
            >删除</el-button>
          </div>
        </div>
@@ -179,14 +179,14 @@
              v-if="menuStatus.update"
            >
              <el-button
                style="
                  background: #409eff;
                  border: 1px solid #409eff;
                  color: white;
                "
                type="primary"
                size="small"
                @click="updDep('itemdetail')"
              >{{ $t('common.submit') }}</el-button>
              <el-button @click="reset('itemdetail')">{{
              <el-button
                size="small"
                @click="reset('itemdetail')"
              >{{
                $t('common.cancel')
              }}</el-button>
            </div>
@@ -313,11 +313,15 @@
        slot="footer"
        class="dialog-footer"
      >
        <el-button @click="resetForm('ruleForm')">{{
        <el-button
          size="small"
          @click="resetForm('ruleForm')"
        >{{
          $t('common.cancel')
        }}</el-button>
        <el-button
          style="background: #409eff; border: 1px solid #409eff; color: white"
          size="small"
          type="primary"
          @click="submitForm('ruleForm')"
          v-loading.fullscreen.lock="fullscreenLoading"
        >{{ $t('common.submit') }}</el-button>
@@ -841,14 +845,12 @@
    padding: 1%;
    overflow: auto;
   
      .el-input {
        width: 400px;
      }
      /deep/.el-form-item__label {
        color: white;
      }
  }
  .el-card-define {
    height: 680px;
src/views/userManage/resourceManage.vue
@@ -1,14 +1,16 @@
<template>
  <div class="power_box">
    <My-bread
      :list="[
    <My-bread :list="[
       `${$t('operatManage.operatManage')}`,
        `${$t('userManage.resManage')}`,
      ]"
    ></My-bread>
      ]"></My-bread>
    <el-divider />
    <div class="power_quire">
      <el-form ref="form" :model="ruleForm" :inline="true">
      <el-form
        ref="form"
        :model="ruleForm"
        :inline="true"
      >
        <el-form-item :label="$t('userManage.resManageObj.name')">
          <el-input v-model="ruleForm.name"></el-input>
        </el-form-item>
@@ -19,31 +21,27 @@
            size="small"
            type="primary"
            style="background: #1890ff"
            >{{ $t('common.iquery') }}</el-button
          >
          >{{ $t('common.iquery') }}</el-button>
          <el-button
            @click="resetForm('ruleForm')"
            icon="el-icon-refresh"
            type="info"
            size="small"
            >{{ $t('common.empty') }}</el-button
          >
          >{{ $t('common.empty') }}</el-button>
          <el-button
            v-if="menuStatus.insert"
            @click="InsertFormdialog = true"
            icon="el-icon-edit"
            type="success"
            size="small"
            >{{ $t('common.append') }}</el-button
          >
          >{{ $t('common.append') }}</el-button>
          <el-button
            v-if="menuStatus.delete"
            @click="DelFromData"
            icon="el-icon-delete"
            type="danger"
            size="small"
            >{{ $t('common.delete') }}</el-button
          >
          >{{ $t('common.delete') }}</el-button>
        </el-form-item>
      </el-form>
    </div>
@@ -54,7 +52,10 @@
        fit
        @selection-change="handleSelectionChange"
      >
        <el-table-column type="selection" width="55" />
        <el-table-column
          type="selection"
          width="55"
        />
        <el-table-column
          align="center"
          type="index"
@@ -95,7 +96,6 @@
          prop="descr"
          align="center"
          :label="$t('userManage.resManageObj.descr')"
        >
        </el-table-column>
@@ -116,15 +116,14 @@
              type="primary"
              plain
              size="small"
              >{{ $t('common.see') }}</el-button
            >
            <el-button v-if="menuStatus.update"
            >{{ $t('common.see') }}</el-button>
            <el-button
              v-if="menuStatus.update"
              @click="handleEdit(scope.$index, scope.row)"
              type="warning"
              size="small"
              plain
              >{{ $t('common.edit') }}</el-button
            >
            >{{ $t('common.edit') }}</el-button>
          </template>
        </el-table-column>
      </el-table>
@@ -141,11 +140,20 @@
      >
      </el-pagination>
    </div>
    <div class="infoBox" v-show="showinfoBox">
    <div
      class="infoBox"
      v-show="showinfoBox"
    >
      <el-card class="box-card">
        <div slot="header" class="clearfix">
        <div
          slot="header"
          class="clearfix"
        >
          <span>{{ $t('dataManage.styleObj.deInformation') }}</span>
          <div style="float: right; cursor: pointer"  @click="closeDetial" >
          <div
            style="float: right; cursor: pointer"
            @click="closeDetial"
          >
            <i class="el-icon-close"></i>
          </div>
        </div>
@@ -186,7 +194,11 @@
            <label> {{ $t('userManage.resManageObj.img') }}:</label>
            <label class="boxlabel">
              <div style="width:440px;height:200px;">
                <img style="width:100%; height:100%" :src="itemdetail.imageFile" alt=""/>
                <img
                  style="width:100%; height:100%"
                  :src="itemdetail.imageFile"
                  alt=""
                />
              </div>
            </label>
          </p>
@@ -234,10 +246,16 @@
        :props="defaultProps"
      >
      </el-tree>
      <el-button type="primary" size="small">{{
      <el-button
        type="primary"
        size="small"
      >{{
        $t('common.confirm')
      }}</el-button>
      <el-button type="info" size="small">{{ $t('common.close') }}</el-button>
      <el-button
        type="info"
        size="small"
      >{{ $t('common.close') }}</el-button>
    </el-dialog>
    <el-dialog
      :title="$t('userManage.resManageObj.addResource')"
@@ -250,54 +268,77 @@
          :label="$t('userManage.resManageObj.name')"
          :label-width="formLabelWidth"
        >
          <el-input v-model="insertform.name" autocomplete="off"></el-input>
          <el-input
            v-model="insertform.name"
            autocomplete="off"
          ></el-input>
        </el-form-item>
        <el-form-item
          :label="$t('userManage.resManageObj.server')"
          :label-width="formLabelWidth"
        >
          <el-input v-model="insertform.server" autocomplete="off"></el-input>
          <el-input
            v-model="insertform.server"
            autocomplete="off"
          ></el-input>
        </el-form-item>
        <el-form-item
          :label="$t('userManage.resManageObj.source')"
          :label-width="formLabelWidth"
        >
          <el-input v-model="insertform.source" autocomplete="off"></el-input>
          <el-input
            v-model="insertform.source"
            autocomplete="off"
          ></el-input>
        </el-form-item>
          <el-form-item
          :label="$t('userManage.resManageObj.depid')"
          :label-width="formLabelWidth"
        >
          <el-input v-model="insertform.depValue" disabled autocomplete="off"></el-input>
          <el-input
            v-model="insertform.depValue"
            disabled
            autocomplete="off"
          ></el-input>
            <el-link
            :underline="false"
            @click="showDepTree(0)"
            style="margin-left: 10px"
            ><i class="el-icon-plus"></i
          ></el-link>
          ><i class="el-icon-plus"></i></el-link>
        </el-form-item>
                 <el-form-item
          :label="$t('userManage.resManageObj.dirid')"
          :label-width="formLabelWidth"
        >
          <el-input v-model="insertform.dirValue" disabled autocomplete="off"></el-input>
          <el-input
            v-model="insertform.dirValue"
            disabled
            autocomplete="off"
          ></el-input>
            <el-link
            :underline="false"
            @click="showDirTree(0)"
            style="margin-left: 10px"
            ><i class="el-icon-plus"></i
          ></el-link>
          ><i class="el-icon-plus"></i></el-link>
        </el-form-item>
                 <el-form-item
          :label="$t('userManage.resManageObj.descr')"
          :label-width="formLabelWidth"
        >
          <el-input v-model="insertform.descr" autocomplete="off"></el-input>
          <el-input
            v-model="insertform.descr"
            autocomplete="off"
          ></el-input>
        </el-form-item>
         <el-form-item
          :label="$t('userManage.resManageObj.img')"
          :label-width="formLabelWidth"
        >    <el-input v-model="insertform.img" disabled autocomplete="off"></el-input>
        >
          <el-input
            v-model="insertform.img"
            disabled
            autocomplete="off"
          ></el-input>
         <input
            name="file1"
            :accept="'.jpg,.png'"
@@ -312,29 +353,40 @@
            :underline="false"
            @click="getIsertFile"
            style="margin-left: 10px"
            ><i class="el-icon-plus"></i
          ></el-link>
          ><i class="el-icon-plus"></i></el-link>
           <el-link
           :title="$t('common.upload')"
            :underline="false"
            @click="setUploadFile(0)"
            style="margin-left: 10px"
            ><i class="el-icon-upload2"></i
          ></el-link>
          ><i class="el-icon-upload2"></i></el-link>
        </el-form-item>
         <el-form-item
          :label="$t('userManage.resManageObj.bak')"
          :label-width="formLabelWidth"
        >
          <el-input v-model="insertform.bak" autocomplete="off"></el-input>
          <el-input
            v-model="insertform.bak"
            autocomplete="off"
          ></el-input>
        </el-form-item>
      </el-form>
      <div slot="footer" class="dialog-footer">
        <el-button @click="insertFromDataClose">{{
      <div
        slot="footer"
        class="dialog-footer"
      >
        <el-button
          size="small"
          @click="insertFromDataClose"
        >{{
          $t('common.close')
        }}</el-button>
        <el-button type="primary" style="background: #409eff; border: 1px solid #409eff; color: white"  @click="insertFromData">{{
        <el-button
          type="primary"
          size="small"
          @click="insertFromData"
        >{{
          $t('common.confirm')
        }}</el-button>
      </div>
@@ -350,55 +402,77 @@
          :label="$t('userManage.resManageObj.name')"
          :label-width="formLabelWidth"
        >
          <el-input v-model="upform.name" autocomplete="off"></el-input>
          <el-input
            v-model="upform.name"
            autocomplete="off"
          ></el-input>
        </el-form-item>
        <el-form-item
          :label="$t('userManage.resManageObj.server')"
          :label-width="formLabelWidth"
        >
          <el-input v-model="upform.server" autocomplete="off"></el-input>
          <el-input
            v-model="upform.server"
            autocomplete="off"
          ></el-input>
        </el-form-item>
        <el-form-item
          :label="$t('userManage.resManageObj.source')"
          :label-width="formLabelWidth"
        >
          <el-input v-model="upform.source" autocomplete="off"></el-input>
          <el-input
            v-model="upform.source"
            autocomplete="off"
          ></el-input>
        </el-form-item>
          <el-form-item
          :label="$t('userManage.resManageObj.depid')"
          :label-width="formLabelWidth"
        >
          <el-input v-model="upform.depValue" disabled autocomplete="off"></el-input>
          <el-input
            v-model="upform.depValue"
            disabled
            autocomplete="off"
          ></el-input>
            <el-link
            :underline="false"
            @click="showDepTree(1)"
            style="margin-left: 10px"
            ><i class="el-icon-plus"></i
          ></el-link>
          ><i class="el-icon-plus"></i></el-link>
        </el-form-item>
                 <el-form-item
          :label="$t('userManage.resManageObj.dirid')"
          :label-width="formLabelWidth"
        >
          <el-input v-model="upform.dirValue" disabled autocomplete="off"></el-input>
          <el-input
            v-model="upform.dirValue"
            disabled
            autocomplete="off"
          ></el-input>
            <el-link
            :underline="false"
            @click="showDirTree(1)"
            style="margin-left: 10px"
            ><i class="el-icon-plus"></i
          ></el-link>
          ><i class="el-icon-plus"></i></el-link>
        </el-form-item>
                 <el-form-item
          :label="$t('userManage.resManageObj.descr')"
          :label-width="formLabelWidth"
        >
          <el-input v-model="upform.descr" autocomplete="off"></el-input>
          <el-input
            v-model="upform.descr"
            autocomplete="off"
          ></el-input>
        </el-form-item>
                 <el-form-item
          :label="$t('userManage.resManageObj.img')"
          :label-width="formLabelWidth"
        >
          <el-input v-model="upform.img" disabled autocomplete="off"></el-input>
          <el-input
            v-model="upform.img"
            disabled
            autocomplete="off"
          ></el-input>
             <input
            name="file1"
            :accept="'.jpg,.png'"
@@ -412,55 +486,88 @@
            :underline="false"
            @click="getupdateFile"
            style="margin-left: 10px"
            ><i class="el-icon-plus"></i
          ></el-link>
           <el-link v-if="menuStatus.upload"
          ><i class="el-icon-plus"></i></el-link>
          <el-link
            v-if="menuStatus.upload"
           :title="$t('common.upload')"
            :underline="false"
            @click="setUploadFile(1)"
            style="margin-left: 10px"
            ><i class="el-icon-upload2"></i
          ></el-link>
          ><i class="el-icon-upload2"></i></el-link>
        </el-form-item>
         <el-form-item
          :label="$t('userManage.resManageObj.bak')"
          :label-width="formLabelWidth"
        >
          <el-input v-model="upform.bak" autocomplete="off"></el-input>
          <el-input
            v-model="upform.bak"
            autocomplete="off"
          ></el-input>
        </el-form-item>
      </el-form>
      <div slot="footer" class="dialog-footer">
        <el-button  @click="EditFromDataClose" >{{
      <div
        slot="footer"
        class="dialog-footer"
      >
        <el-button
          size="small"
          @click="EditFromDataClose"
        >{{
          $t('common.close')
        }}</el-button>
        <el-button  @click="EditFromData" style="background: #409eff; border: 1px solid #409eff; color: white"  >{{
        <el-button
          @click="EditFromData"
          size="small"
          type="primary"
        >{{
          $t('common.confirm')
        }}</el-button>
      </div>
    </el-dialog>
    <div class="leftTree" v-if="showDirCata">
    <div
      class="leftTree"
      v-if="showDirCata"
    >
      <div class="treeBox">
        <style-dir-tree></style-dir-tree>
      </div>
      <div class="btnBox">
        <el-button style="background: #409eff; border: 1px solid #409eff; color: white" size="small" @click="selectDirCataName">{{
        <el-button
          type="primary"
          size="small"
          @click="selectDirCataName"
        >{{
          $t('common.confirm')
        }}</el-button>
        <el-button type="info" size="small" @click="showDirCata = false">{{
        <el-button
          type="info"
          size="small"
          @click="showDirCata = false"
        >{{
          $t('common.close')
        }}</el-button>
      </div>
    </div>
    <div class="leftTree" v-if="showDepCata">
    <div
      class="leftTree"
      v-if="showDepCata"
    >
      <div class="treeBox">
        <style-dep-tree></style-dep-tree>
      </div>
      <div class="btnBox">
        <el-button  style="background: #409eff; border: 1px solid #409eff; color: white" @click="selectDepCataName">{{
        <el-button
          type="primary"
          size="small"
          @click="selectDepCataName"
        >{{
          $t('common.confirm')
        }}</el-button>
        <el-button  size="small" @click="showDepCata = false">{{
        <el-button
          size="small"
          @click="showDepCata = false"
        >{{
          $t('common.close')
        }}</el-button>
      </div>
src/views/userManage/roleManage.vue
@@ -26,20 +26,19 @@
            :disabled="true"
            :placeholder="$t('common.pleaseInput')"
          />
        </el-form-item>
        <el-form-item>
          <el-button
            style="
              margin-left: 20px;
              background: #409eff;
              border: 1px solid #409eff;
              color: white;
            "
            size="small"
            type="primary"
            @click="showDepTree(1)"
          >{{ $t('common.choose') }}</el-button>
        </el-form-item>
        <br />
        <el-form-item>
          <el-button
            type="success"
            size="small"
            @click="InsertFormdialog = true"
            v-if="menuStatus.insert"
          ><i class="el-icon-circle-plus-outline"></i> &nbsp;{{
@@ -48,7 +47,8 @@
        </el-form-item>
        <el-form-item>
          <el-button
            style="background: #409eff; border: 1px solid #409eff; color: white"
            size="small"
            type="primary"
            @click="onSubmit('ruleForm')"
          ><i class="el-icon-search"></i> &nbsp;{{
              $t('userManage.RM.query')
@@ -57,6 +57,7 @@
        <el-form-item>
          <el-button
            type="info"
            size="small"
            @click="resetForm('ruleForm')"
          ><i class="el-icon-delete"></i>&nbsp;{{
              $t('userManage.RM.reset')
@@ -65,6 +66,7 @@
        <el-form-item>
          <el-button
            type="danger"
            size="small"
            @click="handleDelete()"
            v-if="menuStatus.delete"
          ><i class="el-icon-delete"></i>&nbsp;{{
@@ -215,12 +217,9 @@
            :placeholder="$t('common.pleaseInput')"
          />
          <el-button
            style="
              margin-left: 20px;
              background: #409eff;
              border: 1px solid #409eff;
              color: white;
            "
            size="small"
            type="primary"
            style="margin-left:10px"
            @click="showDepTree(2)"
          >{{ $t('common.choose') }}</el-button>
        </el-form-item>
@@ -260,9 +259,13 @@
        slot="footer"
        class="dialog-footer"
      >
        <el-button @click="insertFromClose">{{ $t('common.close') }}</el-button>
        <el-button
          style="background: #409eff; border: 1px solid #409eff; color: white"
          size="small"
          @click="insertFromClose"
        >{{ $t('common.close') }}</el-button>
        <el-button
          type="primary"
          size="small"
          @click="insertFromData"
        >{{ $t('common.confirm') }}</el-button>
      </div>
@@ -296,12 +299,9 @@
            :placeholder="$t('common.pleaseInput')"
          />
          <el-button
            style="
              margin-left: 20px;
              background: #409eff;
              border: 1px solid #409eff;
              color: white;
            "
            size="small"
            type="primary"
            style="margin-left:10px"
            @click="showDepTree(3)"
          >{{ $t('common.choose') }}</el-button>
        </el-form-item>
@@ -341,9 +341,13 @@
        slot="footer"
        class="dialog-footer"
      >
        <el-button @click="updateFromClose">{{ $t('common.close') }}</el-button>
        <el-button
          style="background: #409eff; border: 1px solid #409eff; color: white"
          size="small"
          @click="updateFromClose"
        >{{ $t('common.close') }}</el-button>
        <el-button
          type="primary"
          size="small"
          @click="updateFromData"
        >{{ $t('common.confirm') }}</el-button>
      </div>
@@ -357,7 +361,7 @@
      </div>
      <div class="btnBox">
        <el-button
          style="background: #409eff; border: 1px solid #409eff; color: white"
          type="primary"
          size="small"
          @click="selectCataName"
        >确定</el-button>