管道基础大数据平台系统开发-【前端】-新系統界面
liupengpeng
2023-02-15 449e7237c6a575fdfd8393187f2ffcaffb000801
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,7 @@
            ref="filterTable"
            :data="tableData"
            style="width: 100%"
            height="99%"
            height="90%"
          >
          <el-table-column
          type="selection"
@@ -102,7 +103,6 @@
          type="index"
          :label="$t('common.index')"
          width="70px"
          fixed
        />
        <el-table-column
@@ -110,7 +110,6 @@
          prop="uname"
          width="150px"
          :label="$t('userManage.userInfoObj.uname')"
          fixed
        />
        <el-table-column
          align="center"
@@ -213,7 +212,6 @@
        <el-table-column
          :label="$t('common.operate')"
          width="80px"
          fixed="right"
          v-if="menuStatus.update"
        >
          <template slot-scope="scope">
@@ -223,7 +221,7 @@
              plain
              @click="editInfo(scope.row)"
              size="small"
            >{{ $t('common.edit') }}</el-button>
            >{{ $t('common.update') }}</el-button>
          </template>
        </el-table-column>
      </el-table>