九小场所、阵地管理、从业人员、扫码预警定位按钮拆分详情按钮,详情按钮颜色调整
9 files modified
44 ■■■■ changed files
src/views/antiFraudShow/index.vue 2 ●●● patch | view | raw | blame | history
src/views/contradictionEventShow/index.vue 2 ●●● patch | view | raw | blame | history
src/views/intelligentSearch/index.vue 6 ●●●● patch | view | raw | blame | history
src/views/policeAlarmRecordsManage/index.vue 8 ●●●● patch | view | raw | blame | history
src/views/positionManage/index.vue 6 ●●●●● patch | view | raw | blame | history
src/views/practitionersManage/index.vue 6 ●●●●● patch | view | raw | blame | history
src/views/rentalInfo/index.vue 2 ●●● patch | view | raw | blame | history
src/views/scanOrCode/index.vue 2 ●●● patch | view | raw | blame | history
src/views/site/index.vue 10 ●●●● patch | view | raw | blame | history
src/views/antiFraudShow/index.vue
@@ -39,7 +39,7 @@
                                <i class="el-icon-location" :style="{ color: positionColor(scope.row) }"></i>
                            </el-button>
                            <el-button type="text" size="small" title="详情" @click="goDetail(scope.row)">
                                <i class="el-icon-document"></i>
                                <i class="el-icon-document" style="color:#66b1ff"></i>
                            </el-button>
                        </template>
                    </el-table-column>
src/views/contradictionEventShow/index.vue
@@ -28,7 +28,7 @@
                                <i class="el-icon-location" :style="{ color: positionColor(scope.row) }"></i>
                            </el-button>
                            <el-button type="text" size="small" title="详情" @click="goDetail(scope.row)">
                                <i class="el-icon-document"></i>
                                <i class="el-icon-document" style="color:#66b1ff"></i>
                            </el-button>
                        </template>
                    </el-table-column>
src/views/intelligentSearch/index.vue
@@ -36,15 +36,15 @@
                                <i class="el-icon-location" :style="{ color: positionColor(scope.row) }"></i>
                            </el-button>
                            <el-button type="text" size="small" title="详情" @click="goDetail(scope.row)">
                                <i class="el-icon-document"></i>
                                <i class="el-icon-document" style="color:#66b1ff"></i>
                            </el-button>
                        </template>
                    </el-table-column>
                </el-table>
                <div class="pages all-pagination-sty" ref="tablePagination" style="padding-top:-15px">
                    <el-pagination background layout="prev, pager, next" :page-size="pages.pageSize" :total="pages.total"
                        :pager-count="4" :current-page="pages.currentPage"
                    <el-pagination background layout="prev, pager, next" :page-size="pages.pageSize"
                        :total="pages.total" :pager-count="4" :current-page="pages.currentPage"
                        @current-change="handleCurrentChange"></el-pagination>
                </div>
            </div>
src/views/policeAlarmRecordsManage/index.vue
@@ -51,6 +51,9 @@
                                @click="rowClick(scope.row)">
                                <i class="el-icon-location" :style="{ color: positionColor(scope.row) }"></i>
                            </el-button>
                            <el-button type="text" size="small" title="详情" @click="goDetail(scope.row)">
                                <i class="el-icon-document" style="color:#66b1ff"></i>
                            </el-button>
                        </template>
                    </el-table-column>
                </el-table>
@@ -70,7 +73,7 @@
<script>
import { initMapPosition } from '@/utils/mapPositionInit'
import { getList,getApplyAlarmType } from "@/api/policeAlarmRecordsManage/index.js"
import { getList, getApplyAlarmType } from "@/api/policeAlarmRecordsManage/index.js"
let loading = null
@@ -241,7 +244,10 @@
                },
                incident: this.siteClick
            })
        },
        // 查看详情
        goDetail (row) {
            this.$refs.PoliceDetailPopup.initOpen(row)
        },
src/views/positionManage/index.vue
@@ -51,6 +51,9 @@
                                @click="rowClick(scope.row)">
                                <i class="el-icon-location" :style="{ color: positionColor(scope.row) }"></i>
                            </el-button>
                            <el-button type="text" size="small" title="详情" @click="goDetail(scope.row)">
                                <i class="el-icon-document" style="color:#66b1ff"></i>
                            </el-button>
                        </template>
                    </el-table-column>
                </el-table>
@@ -243,7 +246,10 @@
                },
                incident: this.siteClick
            })
        },
        // 查看详情
        goDetail (row) {
            this.$refs.PomDialogPopup.initOpen(row)
        },
src/views/practitionersManage/index.vue
@@ -47,6 +47,9 @@
                                @click="rowClick(scope.row)">
                                <i class="el-icon-location" :style="{ color: positionColor(scope.row) }"></i>
                            </el-button>
                            <el-button type="text" size="small" title="详情" @click="goDetail(scope.row)">
                                <i class="el-icon-document" style="color:#66b1ff"></i>
                            </el-button>
                        </template>
                    </el-table-column>
                </el-table>
@@ -240,7 +243,10 @@
                },
                incident: this.siteClick
            })
        },
        // 查看详情
        goDetail (row) {
            this.$refs.PrmDialogPopup.initOpen(row)
        },
src/views/rentalInfo/index.vue
@@ -78,7 +78,7 @@
                                    <i class="el-icon-location" :style="{ color: positionColor(scope.row) }"></i>
                                </el-button>
                                <el-button type="text" size="small" title="详情" @click="goDetail(scope.row)">
                                    <i class="el-icon-document"></i>
                                    <i class="el-icon-document"  style="color:#66b1ff"></i>
                                </el-button>
                            </template>
                        </el-table-column>
src/views/scanOrCode/index.vue
@@ -91,7 +91,7 @@
                                <i class="el-icon-location" :style="{ color: positionColor(scope.row) }"></i>
                            </el-button>
                            <el-button type="text" size="small" title="详情" @click="goDetail(scope.row)">
                                <i class="el-icon-document"></i>
                                <i class="el-icon-document"  style="color:#66b1ff"></i>
                            </el-button>
                        </template>
                    </el-table-column>
src/views/site/index.vue
@@ -27,8 +27,8 @@
                <div class="search-item-box">
                    <span>场所名称:</span>
                    <el-input style="flex: 1;" size="small" placeholder="请输入场所名称" v-model="placeName" @change="searchChange"
                        clearable></el-input>
                    <el-input style="flex: 1;" size="small" placeholder="请输入场所名称" v-model="placeName"
                        @change="searchChange" clearable></el-input>
                </div>
                <div class="search-item-box" style="justify-content: center;">
@@ -50,6 +50,9 @@
                            <el-button type="text" size="small" title="定位" :disabled="positionDisabled(scope.row)"
                                @click="rowClick(scope.row)">
                                <i class="el-icon-location" :style="{ color: positionColor(scope.row) }"></i>
                            </el-button>
                            <el-button type="text" size="small" title="详情" @click="goDetail(scope.row)">
                                <i class="el-icon-document" style="color:#66b1ff"></i>
                            </el-button>
                        </template>
                    </el-table-column>
@@ -229,7 +232,10 @@
                },
                incident: this.siteClick
            })
        },
        // 查看详情
        goDetail (row) {
            this.$refs.SiteDialogPopup.initOpen(row)
        },