GuLiMmo
2024-01-16 0bad198966592c2a3ff86a154f972601a6398d1c
update
1 files modified
6 ■■■■ changed files
src/views/evaluate/components/secondRoundResult.vue 6 ●●●● patch | view | raw | blame | history
src/views/evaluate/components/secondRoundResult.vue
@@ -125,17 +125,17 @@
                column: [
                    {
                        label: '姓名',
                        prop: 'userName',
                        prop: 'user_name',
                        type: 'input'
                    },
                    {
                        label: '部门',
                        prop: 'postName',
                        prop: 'post_name',
                        type: 'input'
                    },
                    {
                        label: '职位',
                        prop: 'deptName',
                        prop: 'dept_name',
                        type: 'input'
                    },
                    {