Commit 6543f170 authored by Mac's avatar Mac

隐藏去年业绩

parent bda71824
...@@ -245,7 +245,7 @@ ...@@ -245,7 +245,7 @@
font-weight: 500; font-weight: 500;
" "
> >
<view style="flex: 1; font-size: 26rpx; color: #a4a4a4"> <!-- <view style="flex: 1; font-size: 26rpx; color: #a4a4a4">
<text style="width: 156rpx; text-align: right">去年业绩:</text> <text style="width: 156rpx; text-align: right">去年业绩:</text>
<text <text
style="color: #f30329; font-weight: bold" style="color: #f30329; font-weight: bold"
...@@ -257,13 +257,19 @@ ...@@ -257,13 +257,19 @@
v-if="detailData.YeJi <= 0" v-if="detailData.YeJi <= 0"
>/</text >/</text
> >
</view> </view> -->
<view style="flex: 1; font-size: 26rpx; color: #a4a4a4"> <view style="flex: 1; font-size: 26rpx; color: #a4a4a4">
<text style="width: 156rpx; text-align: right">商业体量:</text> <text style="width: 156rpx; text-align: right">商业体量:</text>
<text style="color: #f30329; font-weight: bold" <text style="color: #f30329; font-weight: bold"
>{{ detailData.CarrierSize }}万㎡</text >{{ detailData.CarrierSize }}万㎡</text
> >
</view> </view>
<view style="flex: 1; font-size: 26rpx; color: #a4a4a4">
<text style="width: 156rpx; text-align: right">店铺数量:</text>
<text style="color: #f30329; font-weight: bold">{{
detailData.ShopNum
}}</text>
</view>
</view> </view>
<view <view
style=" style="
...@@ -293,27 +299,7 @@ ...@@ -293,27 +299,7 @@
> >
</view> </view>
</view> </view>
<view
style="
display: flex;
align-items: center;
margin-bottom: 30rpx;
font-weight: 500;
"
>
<view style="flex: 1; font-size: 26rpx; color: #a4a4a4">
<text style="width: 156rpx; text-align: right">开业时间:</text>
<text style="color: #f30329; font-weight: bold">{{
detailData.OpenTime?detailData.OpenTime.slice(0, 10):''
}}</text>
</view>
<view style="flex: 1; font-size: 26rpx; color: #a4a4a4">
<text style="width: 156rpx; text-align: right">店铺数量:</text>
<text style="color: #f30329; font-weight: bold">{{
detailData.ShopNum
}}</text>
</view>
</view>
<view <view
style=" style="
display: flex; display: flex;
...@@ -349,6 +335,22 @@ ...@@ -349,6 +335,22 @@
> >
</view> </view>
</view> </view>
<view
style="
display: flex;
align-items: center;
margin-bottom: 30rpx;
font-weight: 500;
"
>
<view style="flex: 1; font-size: 26rpx; color: #a4a4a4">
<text style="width: 156rpx; text-align: right">开业时间:</text>
<text style="color: #f30329; font-weight: bold">{{
detailData.OpenTime?detailData.OpenTime.slice(0, 10):''
}}</text>
</view>
</view>
<view <view
style=" style="
font-size: 26rpx; font-size: 26rpx;
......
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