瀏覽代碼

修改点位图片名称大写

haojianlong 5 年之前
父節點
當前提交
ebcc24c010
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/data_admin/buildGraphy/graphyTabs.vue

+ 1 - 1
src/views/data_admin/buildGraphy/graphyTabs.vue

@@ -315,7 +315,7 @@ export default {
       this.videoPic = [];
       this.elsePic = [];
       imgArr.map((item, index) => {
-        switch (item.name) {
+        switch (item.Name) {
           case "安装位置":
             this.installPic.push(item);
             break;