Commit e5f052a2 authored by 黄奎's avatar 黄奎

页面修改

parent 3666a475
...@@ -12,6 +12,30 @@ ...@@ -12,6 +12,30 @@
.LeaveGroupDownload-form td, .LeaveGroupDownload-form iframe { .LeaveGroupDownload-form td, .LeaveGroupDownload-form iframe {
font-family: Microsoft JhengHei, sans-serif !important; font-family: Microsoft JhengHei, sans-serif !important;
} }
.LeaveGroupDownload-form .expense .right .expense-table {
width: 100%;
table-layout: fixed;
border: 1px solid #eee;
border-top: none;
border-bottom: none;
margin-top: 30px;
}
.LeaveGroupDownload-form .expense .right .expense-table th {
background: #bbb;
height: 28px;
vertical-align: middle;
text-align: center;
font-size: 14px;
/* font-family: 'PingFangR'; */
width: 150px;
color: #333;
}
.LeaveGroupDownload-form .expense .right .expense-table tr td {
text-align: center;
padding: 5px 0 !important;
border-bottom: 1px solid #eee;
color: #666 !important;
}
.bjE6{ .bjE6{
background: #e6e6e6; background: #e6e6e6;
} }
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
</div> </div>
</div> </div>
<div class="right"> <div class="right">
<table class="expense-table" cellspacing=0 cellpadding=0> <table class="expense-table" cellspacing=0 cellpadding=0 style="text-align:left">
<thead> <thead>
<th>城市</th> <th>城市</th>
<th>活动</th> <th>活动</th>
...@@ -62,9 +62,9 @@ ...@@ -62,9 +62,9 @@
</div> </div>
</template> </template>
<div class="expense" v-if="dataList.shopList && dataList.shopList.length>0&&vshowF"> <div class="expense" v-if="dataList.shopList && dataList.shopList.length>0&&vshowF">
<div class="left">购物安排</div> <div class="left" style="font-size:28px;margin-bottom:20px;">购物安排</div>
<div class="right"> <div class="right">
<table class="expense-table autowidth" cellspacing=0 cellpadding=0> <table class="expense-table" cellspacing=0 cellpadding=0 style="text-align:left">
<thead> <thead>
<th>城市</th> <th>城市</th>
<th>购物店名称</th> <th>购物店名称</th>
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
</thead> </thead>
<tbody> <tbody>
<tr v-for="(item,i) in dataList.shopList" :key="i"> <tr v-for="(item,i) in dataList.shopList" :key="i">
<td>{{item.cityName}}</td> <td>{{item.cityName?item.cityName:''}}</td>
<td>{{item.shopName}}</td> <td>{{item.shopName}}</td>
<td>{{item.visitTime}}</td> <td>{{item.visitTime}}</td>
</tr> </tr>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<div class="TFslide" <div class="TFslide"
:class="{'TFcked':item.isShow,'display_none':(item.TypeState===4 && FeatureData.FeatureType !== 4) || (item.TypeState===4 && !$route.query.configId)}" :class="{'TFcked':item.isShow,'display_none':(item.TypeState===4 && FeatureData.FeatureType !== 4) || (item.TypeState===4 && !$route.query.configId)}"
@click="clickFeature(item)" :key="item.subCode" @click="clickFeature(item)" :key="item.subCode"
v-if="((item.TypeState>3 && CurrentUserInfo.RB_Group_id==QjGroupId())||item.TypeState<=3)&&item.TypeState!=8"> v-if="((item.TypeState>3 && CurrentUserInfo.RB_Group_id==QjGroupId())||item.TypeState<=3)">
<img v-bind:src="item.imgUrl"> <img v-bind:src="item.imgUrl">
<div>{{item.ckTitle}}</div> <div>{{item.ckTitle}}</div>
</div> </div>
......
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