230320a303 il y a 2 ans
Parent
commit
7d58fc2f35

Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
dist/index.html


Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
dist/static/css/chunk-17aa2110.caa681b9.css


Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
dist/static/js/app.b5c3dbbd.js


Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
dist/static/js/chunk-17aa2110.d4cee29d.js


Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
dist/static/js/chunk-f125a1d2.4b983d37.js


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

@@ -57,9 +57,15 @@ export default {
             || item.uuid === '954a527b-e460-4b67-bd39-7adcfa3c2def'   // 默认
             || item.uuid === '95542ff1-8176-4267-8344-2aa7f1034ac5' // 初中
             || item.uuid === '95542fdc-b542-4582-9be2-9ab8005728d3' // 小学
+            || item.uuid === '98d97887-3bfe-417d-89f8-113dc2e70abc' // 直播地图
           ) {
           item.isSys = true
         }
+        if (
+          item.uuid === '98d97887-3bfe-417d-89f8-113dc2e70abc' // 直播地图
+        ) {
+          item.noEdit = true
+        }
       })
       return arr
     }
@@ -74,7 +80,7 @@ export default {
         { label: '更新时间', prop: 'update_at' },
         { label: '操作', width: 120, type: 'handle2', operations:
           [
-            { label: '详情', func: this.linkDtl, btnType: 'primary' },
+            { label: '详情', func: this.linkDtl, btnType: 'primary', hide: 'noEdit', },
             { label: '删除', func: this.delHandle, btnType: 'danger', hide: 'isSys', },
           ]
         }

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff