Commit 9f207dbf by taowenzhong

公开招聘字段修改

parent 3a019f06
......@@ -58,7 +58,7 @@
<el-table-column label="姓名" align="center" min-width="88" prop="studentName"/>
<el-table-column label="学籍号" align="center" min-width="180" prop="studentNumber"/>
<el-table-column label="初中学校" key="juniorSchool" min-width="130" align="center" prop="schoolName"/>
<el-table-column label="测试项目" align="type" prop="project" min-width="100">
<el-table-column label="测试项目" prop="project" min-width="100">
</el-table-column>
<el-table-column label="性别" align="center" prop="sex" min-width="80">
<template slot-scope="scope">
......
......@@ -63,7 +63,7 @@
<el-table-column label="姓名" align="center" prop="studentName" min-width="80" max-width="120"/>
<el-table-column label="学籍号" align="center" prop="studentNumber" width="100"/>
<el-table-column key="juniorSchool" width="130" align="center" prop="schoolName" label="初中学校"/>
<el-table-column label="测试项目" align="type" prop="project" width="80">
<el-table-column label="测试项目" prop="project" width="80">
<!-- <template slot-scope="scope">
<dict-tag :options="dict.type.professional_category" :value="scope.row.sex" />
</template> -->
......
......@@ -48,7 +48,7 @@ module.exports = {
//学校内网
// target: `http://10.20.100.201:57321`,
// target: `http://47.105.176.202:5115`,
target: `http://192.168.1.110:8848`,
target: `http://172.16.100.96:5131`,
// target: `http://172.18.6.157:8848`,
changeOrigin: true,
pathRewrite: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment