Commit 2fc23b56 authored by levante's avatar levante

修改标题

parent 848415a3
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>demo</title> <title>卫百辛集团房屋专业综合服务平台</title>
</head> </head>
<body> <body>
<div id="portal"></div> <div id="portal"></div>
......
...@@ -4,9 +4,15 @@ ...@@ -4,9 +4,15 @@
<a-layout-sider v-model="collapsed" :trigger="null" breakpoint="lg" collapsible> <a-layout-sider v-model="collapsed" :trigger="null" breakpoint="lg" collapsible>
<div id="logo" @click="showLogoConfigFormModal()" style="cursor: pointer;"> <div id="logo" @click="showLogoConfigFormModal()" style="cursor: pointer;">
<!-- <img class="logo-img" :src="logoConfig.logoImg" alt="" /> --> <!-- <img class="logo-img" :src="logoConfig.logoImg" alt="" /> -->
<a-row>
<a-col :span='6'>
<img v-if="!!logoConfig.logoImg" class="logo-img" :src="logoConfig.logoImg" alt="" /> <img v-if="!!logoConfig.logoImg" class="logo-img" :src="logoConfig.logoImg" alt="" />
<img v-else class="logo-img"> <img v-else class="logo-img">
<span v-show="!collapsed" class="logo-title" >{{logoConfig.logoName}}</span> </a-col>
<a-col :span='18'>
<span v-show="!collapsed" class="logo-title" >卫百辛集团房屋专业综合服务平台</span>
</a-col>
</a-row>
</div> </div>
<SideMenu /> <SideMenu />
</a-layout-sider> </a-layout-sider>
...@@ -317,10 +323,10 @@ export default { ...@@ -317,10 +323,10 @@ export default {
#logo { height: 64px; background: #00284e; width: 100%; text-align: left} #logo { height: 64px; background: #00284e; width: 100%; text-align: left}
#logo .logo-img{ margin :12px 0px 12px 5px; display: inline-block; width: 38px; height:38px; background: url('../../assets/images/logo.png'); background-size:100% #logo .logo-img{ margin :12px 0px 12px 5px; display: inline-block; width: 38px; height:38px; background: url('../../assets/images/logo.png'); background-size:100%
} }
#logo .logo-title{white-space: nowrap; #logo .logo-title{
overflow: hidden; overflow: hidden;
width: 100%; width: 100%;
text-overflow: ellipsis;color: #fff; font-size: 14px; line-height: 64px ;font-weight:700;padding-left: 0px;} text-overflow: ellipsis;color: #fff; font-size: 14px;font-weight:700; line-height: 28px; padding-left: 0px;}
#Header .headerWrapper { padding: 0 1rem} #Header .headerWrapper { padding: 0 1rem}
#Header .trigger{ float: left; font-size: 18px; line-height: 20px; margin:23px 16px 0 0} #Header .trigger{ float: left; font-size: 18px; line-height: 20px; margin:23px 16px 0 0}
......
...@@ -54,6 +54,12 @@ export default { ...@@ -54,6 +54,12 @@ export default {
align: 'center', align: 'center',
key: 'dscr', key: 'dscr',
}, },
{
title: '手机号码',
dataIndex: 'phone',
align: 'center',
key: 'phone',
},
{ {
title: '上门日期', title: '上门日期',
dataIndex: 'homeDate', dataIndex: 'homeDate',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment