去向调查发布-学工发布-查看返校情况:住校-->在校
This commit is contained in:
@@ -549,7 +549,7 @@ export default {
|
|||||||
temp1.sort((a, b) => a.localeCompare(b, 'zh-Hans-CN', { sensitivity: 'accent' }))
|
temp1.sort((a, b) => a.localeCompare(b, 'zh-Hans-CN', { sensitivity: 'accent' }))
|
||||||
for (let i = 0; i < temp1.length; i++) {
|
for (let i = 0; i < temp1.length; i++) {
|
||||||
if (i == 0) {
|
if (i == 0) {
|
||||||
let zhuxiao = temp1[i].replace('在校', '住校')
|
let zhuxiao = temp1[i].replace('在校', '在校')
|
||||||
this.returnFields.push({
|
this.returnFields.push({
|
||||||
label: zhuxiao,
|
label: zhuxiao,
|
||||||
value: temp1[i]
|
value: temp1[i]
|
||||||
|
|||||||
Reference in New Issue
Block a user