This commit is contained in:
zhoutianchi
2026-01-12 17:24:55 +08:00
parent 204c163cc1
commit 4afb01aa73
2 changed files with 7 additions and 7 deletions

View File

@@ -18,7 +18,7 @@
<!--避免微信管理防盗链机制--> <!--避免微信管理防盗链机制-->
<meta name="referrer" content="no-referrer"/> <meta name="referrer" content="no-referrer"/>
<link rel="icon" href="/favicon.ico"/> <link rel="icon" href="/favicon.ico"/>
<title>PIGX 微服务快速开发平台</title> <title>江苏省常州技师学院V3</title>
</head> </head>
<body> <body>

View File

@@ -79,12 +79,12 @@
<el-table-column :label="$t('sysuser.index')" type="index" width="60" fixed="left" /> <el-table-column :label="$t('sysuser.index')" type="index" width="60" fixed="left" />
<el-table-column :label="$t('sysuser.username')" prop="username" fixed="left" show-overflow-tooltip></el-table-column> <el-table-column :label="$t('sysuser.username')" prop="username" fixed="left" show-overflow-tooltip></el-table-column>
<el-table-column :label="$t('sysuser.name')" prop="realName" show-overflow-tooltip></el-table-column> <el-table-column :label="$t('sysuser.name')" prop="realName" show-overflow-tooltip></el-table-column>
<el-table-column :label="$t('sysuser.phone')" prop="phone" show-overflow-tooltip></el-table-column> <!-- <el-table-column :label="$t('sysuser.phone')" prop="phone" show-overflow-tooltip></el-table-column>-->
<el-table-column :label="$t('sysuser.post')" show-overflow-tooltip> <!-- <el-table-column :label="$t('sysuser.post')" show-overflow-tooltip>-->
<template #default="scope"> <!-- <template #default="scope">-->
<el-tag v-for="(item, index) in scope.row.postList" :key="index">{{ item.postName }}</el-tag> <!-- <el-tag v-for="(item, index) in scope.row.postList" :key="index">{{ item.postName }}</el-tag>-->
</template> <!-- </template>-->
</el-table-column> <!-- </el-table-column>-->
<el-table-column :label="$t('sysuser.role')" show-overflow-tooltip> <el-table-column :label="$t('sysuser.role')" show-overflow-tooltip>
<template #default="scope"> <template #default="scope">
<el-tag v-for="(item, index) in scope.row.roleList" :key="index">{{ item.roleName }}</el-tag> <el-tag v-for="(item, index) in scope.row.roleList" :key="index">{{ item.roleName }}</el-tag>