管道基础大数据平台系统开发-【前端】-新系統界面
Surpriseplus
2023-02-16 c2a1e5ca8c702739ac0753accd65004926867bed
src/views/maintenance/userManagement.vue
@@ -15,7 +15,7 @@
          prop="uname"
          :label="$t('userManage.userInfoObj.uname')"
        >
          <el-input v-model="queryForm.uname" />
          <el-input v-model="queryForm.uname" style="width:200px"/>
        </el-form-item>
        <el-form-item
          prop="depid"
@@ -25,6 +25,7 @@
            :popper-append-to-body="false"
            v-model="queryForm.depName"
            placeholder="请选择"
            style="width:200px"
          >
            <el-option
              :value="queryForm.depid"
@@ -91,7 +92,9 @@
            ref="filterTable"
            :data="tableData"
            style="width: 100%"
            height="99%"
            height="90%"
              @selection-change="handleSelectionChange"
          >
          <el-table-column
          type="selection"
@@ -102,7 +105,6 @@
          type="index"
          :label="$t('common.index')"
          width="70px"
          fixed
        />
        <el-table-column
@@ -110,7 +112,6 @@
          prop="uname"
          width="150px"
          :label="$t('userManage.userInfoObj.uname')"
          fixed
        />
        <el-table-column
          align="center"
@@ -213,7 +214,6 @@
        <el-table-column
          :label="$t('common.operate')"
          width="80px"
          fixed="right"
          v-if="menuStatus.update"
        >
          <template slot-scope="scope">
@@ -223,7 +223,7 @@
              plain
              @click="editInfo(scope.row)"
              size="small"
            >{{ $t('common.edit') }}</el-button>
            >{{ $t('common.update') }}</el-button>
          </template>
        </el-table-column>
      </el-table>
@@ -1043,10 +1043,13 @@
    },
    //重置密码
    editPwd() {
      var std = [];
      for (var i in this.multipleSelection) {
        std.push(this.multipleSelection[i].id);
      }
      if (std.length == 0) {
        alert('请先选择用户');
        return;