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