Commit 96378361 authored by 黄奎's avatar 黄奎

页面修改

parent 1bc11c89
...@@ -776,13 +776,13 @@ ...@@ -776,13 +776,13 @@
<span slot="reference" class="price">{{$t('Operation.Op_priceDetail')}}</span> <span slot="reference" class="price">{{$t('Operation.Op_priceDetail')}}</span>
</el-popover> </el-popover>
</p> </p>
<p style="color:red;margin:20px 0 10px 0;font-size:12px;"> <p style="color:red;margin:10px 0 10px 0;font-size:12px;">
{{$t('op.TodayClicks')}}:{{item.TodayClickCount}} {{$t('op.TodayClicks')}}:{{item.TodayClickCount}}
</p> </p>
<p style="color:red;font-size:12px;"> <p style="color:red;font-size:12px;">
{{$t('op.TotalClicks')}}:{{item.TotalClickCount}} {{$t('op.TotalClicks')}}:{{item.TotalClickCount}}
</p> </p>
<p v-if="item.OfferUrlExtArray&&item.OfferUrlExtArray.length>0" style="margin-top:5px;"> <p v-if="item.OfferUrlExtArray&&item.OfferUrlExtArray.length>0" style="margin-top:5px;font-size:13px;">
<span>报价单</span> <span>报价单</span>
<span> <template v-for="(subItem,subIndex) in item.OfferUrlExtArray"> <span> <template v-for="(subItem,subIndex) in item.OfferUrlExtArray">
<el-tooltip :key="subIndex" class="item" effect="dark" content="点击下载报价单" placement="top"> <el-tooltip :key="subIndex" class="item" effect="dark" content="点击下载报价单" placement="top">
...@@ -796,7 +796,7 @@ ...@@ -796,7 +796,7 @@
</template> </template>
</span> </span>
</p> </p>
<p v-else-if="item.PriceOfferUrl&&item.PriceOfferUrl!=''" style="margin-top:5px;"> <p v-else-if="item.PriceOfferUrl&&item.PriceOfferUrl!=''" style="margin-top:5px;font-size:13px;">
<span>报价单</span> <span>报价单</span>
<span> <span>
<el-tooltip class="item" effect="dark" content="点击下载报价单" placement="top"> <el-tooltip class="item" effect="dark" content="点击下载报价单" placement="top">
...@@ -805,11 +805,11 @@ ...@@ -805,11 +805,11 @@
</el-tooltip> </el-tooltip>
</span> </span>
</p> </p>
<p v-if="item.Config_OfferId&&item.Config_OfferId>0" style="margin-top:5px;"> <p v-if="item.Config_OfferId&&item.Config_OfferId>0" style="margin-top:5px;font-size:13px;">
<span style="cursor:pointer;text-decoration:underline;color:blue;" <span style="cursor:pointer;text-decoration:underline;color:blue;"
@click="showDialog(item.ID, item.Config_OfferId)">报价详情</span> @click="showDialog(item.ID, item.Config_OfferId)">报价详情</span>
</p> </p>
<p v-if="item.Config_OfferId==0" style="margin-top:5px;"> <p v-if="item.Config_OfferId==0" style="margin-top:5px;font-size:13px;">
<span style="cursor:pointer;text-decoration:underline;color:red;" <span style="cursor:pointer;text-decoration:underline;color:red;"
@click="NewCopyPriceSheet(item,0)">新增报价单</span> @click="NewCopyPriceSheet(item,0)">新增报价单</span>
<span style="cursor:pointer;text-decoration:underline;color:red;" <span style="cursor:pointer;text-decoration:underline;color:red;"
......
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