This commit is contained in:
liuye
2022-02-15 09:03:27 +08:00
parent c507e613f1
commit 7828b195c5
5 changed files with 9 additions and 9 deletions

View File

@@ -38,7 +38,7 @@
<script>
export default {
appName: "公文流转",
appName: "(山东)公文流转",
data() {
return {
documentName: "",

View File

@@ -66,8 +66,8 @@ import echarts from 'echarts'
import {mapState} from 'vuex'
export default {
name: "AppVideoSurveillance",
appName: "智慧安防",
name: "AppIntelligentSecurity",
appName: "(山东)视频监控",
data() {
return {
nodes: [

View File

@@ -10,7 +10,7 @@
<script>
export default {
name: 'AppPeopleList',
appName: '居民档案(山东)',
appName: '(山东)居民档案',
data() {
return {
bannerList: [

View File

@@ -1,5 +1,5 @@
<template>
<div class="AppMailList">
<div class="AppPhoneList">
<AiTopFixed>
<!-- <div class="header-top">
<div>区域选择</div>
@@ -53,8 +53,8 @@
<script>
import { mapState } from 'vuex'
export default {
name: "AppMailList",
appName: "便民通讯录(山东)",
name: "AppPhoneList",
appName: "(山东)便民通讯录",
inject: {
root: {}
},
@@ -123,7 +123,7 @@ export default {
</script>
<style lang="scss" scoped>
.AppMailList {
.AppPhoneList {
::v-deep .fixed{
z-index: 9999;
}

View File

@@ -25,7 +25,7 @@
<img src="./components/img/user-img.png" alt="" class="userImg" v-else>
</div>
<div class="info">
<div class="name">
<div class="name">
<span class="user-name">{{item.name}}</span>
<span class="user-tel">{{item.phone}}</span>
</div>