修改bug
This commit is contained in:
parent
2eae348127
commit
167032e32f
|
|
@ -67,7 +67,7 @@ export const columns: BasicColumn[] = [
|
||||||
} else if (text == '2') {
|
} else if (text == '2') {
|
||||||
applyStatus = '审核通过';
|
applyStatus = '审核通过';
|
||||||
} else if (text == '3' || text == '5') {
|
} else if (text == '3' || text == '5') {
|
||||||
applyStatus = '审核未通过';
|
applyStatus = '审核驳回';
|
||||||
}
|
}
|
||||||
return applyStatus;
|
return applyStatus;
|
||||||
},
|
},
|
||||||
|
|
@ -143,7 +143,7 @@ export const columns2: BasicColumn[] = [
|
||||||
} else if (text == '2') {
|
} else if (text == '2') {
|
||||||
applyStatus = '审核通过';
|
applyStatus = '审核通过';
|
||||||
} else if (text == '3' || text == '5') {
|
} else if (text == '3' || text == '5') {
|
||||||
applyStatus = '审核未通过';
|
applyStatus = '审核驳回';
|
||||||
}
|
}
|
||||||
return applyStatus;
|
return applyStatus;
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue