|
@@ -52,7 +52,8 @@ export default {
|
|
|
const arr = [...this.tableData]
|
|
|
arr.map(item => {
|
|
|
if (
|
|
|
- item.uuid === '954a527b-e460-4b67-bd39-7adcfa3c2def' // 默认
|
|
|
+ item.uuid === '96512a54-4d3c-457e-a33f-3ea27c963bd0' // 区域
|
|
|
+ || item.uuid === '954a527b-e460-4b67-bd39-7adcfa3c2def' // 默认
|
|
|
|| item.uuid === '95542ff1-8176-4267-8344-2aa7f1034ac5' // 初中
|
|
|
|| item.uuid === '95542fdc-b542-4582-9be2-9ab8005728d3' // 小学
|
|
|
) {
|