Commit 688dfe70 authored by godwithdh's avatar godwithdh

form

parent f41751ec
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
</div> </div>
<div class="HEADER iCard"> <div class="HEADER iCard">
<span style="color:#777;margin-right:10rpx;" v-if="activeIndex=='客户'">映山红</span> <span style="color:#777;margin-right:10rpx;" v-if="activeIndex=='客户'">应收</span>
<span style="color:#777;margin-right:10rpx;" v-else>总欠款额</span> <span style="color:#777;margin-right:10rpx;" v-else>总欠款额</span>
<div :style="{'width':rate+'%','background':color}"></div> <div :style="{'width':rate+'%','background':color}"></div>
<span class="number">{{total}}</span> <span class="number">{{total}}</span>
......
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
<table align="center" v-if="list.length>0"> <table align="center" v-if="list.length>0">
<thead> <thead>
<tr> <tr>
<th>地点</th> <th>单号</th>
<th>匹数</th> <th>匹数</th>
<th>米数</th> <th>米数</th>
<th>码数</th> <th>码数</th>
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
<template v-for="(v,k) in list"> <template v-for="(v,k) in list">
<div :key="k"> <div :key="k">
<tr class="user" :key="k+'_user'"> <tr class="user" :key="k+'_user'">
<td @click="toDetail(v.sProviderName)" style="text-decoration: underline;">{{v.sProviderName}}</td> <td @click="toDetail(v.sProviderName)" style="color:#000;">{{v.sBillNo||'无'}}</td>
<td/> <td/>
<td/> <td/>
</tr> </tr>
......
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