liujq 3 年之前
父节点
当前提交
6629b3a4d0
共有 3 个文件被更改,包括 2 次插入1 次删除
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/chunk-76743eb9.f8b752dd.js
  3. 2 1
      src/views/map/list.vue

文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-76743eb9.f8b752dd.js


+ 2 - 1
src/views/map/list.vue

@@ -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' // 小学
           ) {

部分文件因为文件数量过多而无法显示