管道基础大数据平台系统开发-【前端】-新系統界面
584911253@qq.com
2023-03-02 8bb00665765e8348aeb3a6e799069287e503e1ab
src/views/userManage/authorityManage.vue
@@ -33,13 +33,13 @@
            icon="el-icon-delete"
            type="danger" size="small"
          >{{ $t('common.delete') }}</el-button>
          <el-button
            @click="submitForm('ruleForm')"
            icon="el-icon-search" size="small"
            type="primary"
          >{{
            $t('common.iquery')
          }}</el-button>
<!--          <el-button-->
<!--            @click="submitForm('ruleForm')"-->
<!--            icon="el-icon-search" size="small"-->
<!--            type="primary"-->
<!--          >{{-->
<!--            $t('common.iquery')-->
<!--          }}</el-button>-->
          <el-button
            @click="resetForm('ruleForm')"
            icon="el-icon-refresh"
@@ -59,6 +59,7 @@
        :data="tableData"
        style="width: 100%"
        fit
        border
        height="calc(100% - 45px)"
        @selection-change="handleSelectionChange"
      >
@@ -215,7 +216,6 @@
      :title="dialogTitle"
      :visible.sync="isTransfer"
      width="800px"
      top="2vh"
      append-to-body
    >
      <el-tree
@@ -242,7 +242,6 @@
      :title="$t('userManage.userInfoObj.addPermission')"
      style="overflow: hidden"
      :visible.sync="InsertFormdialog"
      top="2vh"
    >
      <el-form :model="insertform" label-position="top">
@@ -297,7 +296,6 @@
      :title="$t('userManage.userInfoObj.editPermission')"
      :visible.sync="EditFormdialog"
      :before-close="EditFromDataClose"
      top="2vh"
    >
      <el-form :model="upform" label-position="top">
        <el-form-item