于继渤 1 gadu atpakaļ
vecāks
revīzija
f2062aa810

+ 1 - 1
components/dkbase/dk-list/dk-list.wxss

@@ -159,7 +159,7 @@
 }
 }
 
 
 .corner-view {
 .corner-view {
-  width: 70rpx;
+  /* width: 70rpx; */
   height: 40rpx;
   height: 40rpx;
   text-align: center;
   text-align: center;
   background-color: #FFE5BD;
   background-color: #FFE5BD;

+ 1 - 1
package-basic-data/pages/customer-list/customer-list.wxml

@@ -10,7 +10,7 @@
 
 
 
 
 <!-- 列表区 -->
 <!-- 列表区 -->
-<dk-list list="{{tableData}}" footerTag="cusFromName" title="cusName" collectCol="collectAmount" status="saleStatusName"  content="{{contentList}}" contentObj="{{contentObj}}" footerAmount="{{footerAmount}}" footerInfo="{{footerInfo}}" bind:toDetail="toDetail" bind:toPoint="toPoint" routeObjName="{{routeObjName}}" buttonList="{{buttonList}}" bind:open="open"></dk-list>
+<dk-list list="{{tableData}}"  titleCorner="cusFromName" title="cusName" collectCol="collectAmount" status="saleStatusName"  content="{{contentList}}" contentObj="{{contentObj}}" footerAmount="{{footerAmount}}" footerInfo="{{footerInfo}}" bind:toDetail="toDetail" bind:toPoint="toPoint" routeObjName="{{routeObjName}}" buttonList="{{buttonList}}" bind:open="open"></dk-list>
 
 
 
 
 <view style="height: 200rpx;"></view>
 <view style="height: 200rpx;"></view>