南昌市物联网技防平台-小程序
zengh
2021-05-27 2748a68c20dc698465785a99211ce06f77e4c0b7
路线导航修改
2 files modified
4 ■■■■ changed files
pages/investigation/investigation.vue 2 ●●● patch | view | raw | blame | history
pages/workbench/workbench.vue 2 ●●● patch | view | raw | blame | history
pages/investigation/investigation.vue
@@ -30,7 +30,7 @@
            }else{
                data = options.data;
            }
            this.urls = "https://web.byisf.com/xcxjingqingmap/lxdhmap.html?data=" + data;
            this.urls = "https://web.byisf.com/xcxjingqingmap/xcxmap.html?data=" + data;
            // this.dataList = data;
            // console.log(this.urls);
        },
pages/workbench/workbench.vue
@@ -31,7 +31,7 @@
                    <div class="m-t" @click="candos" :style="{ borderBottom: candoDB}">可接任务</div>
                </div>
                <div class="m-main">
                    <view class="inTitle">{{Task}}</view>
                    <!-- <view class="inTitle">{{Task}}</view> -->
                    <view class="inTmain">
                        <pColumn v-for="(item,index) in dataListP" :key="index" :Pdata="item" :fromW="fromW"
                            @refreshTask="refreshTask"></pColumn>