fix: 修复前端人员性别sex显示错误

This commit is contained in:
chenchun
2024-07-25 20:07:45 +08:00
parent a074cdefa5
commit 0a54ba9cae
3 changed files with 5 additions and 5 deletions

View File

@@ -110,7 +110,7 @@
<!-- <router-link :to="'/system/dict-data/index/' + scope.row.id" class="link-type">
</router-link> -->
<span @click="handleToPath(scope.row.id)">{{ scope.row.dictType }}</span>
<span style="color: blue; cursor: pointer; " @click="handleToPath(scope.row.id)">{{ scope.row.dictType }}</span>
</template>
</el-table-column>
<el-table-column label="状态" align="center" prop="state">