|
@@ -33,7 +33,6 @@
|
|
|
<view class="btn_entrance" @click.stop="getDebtList(item)"> 挂账变动明细 </view>
|
|
<view class="btn_entrance" @click.stop="getDebtList(item)"> 挂账变动明细 </view>
|
|
|
<view class="btn_entrance" @click.stop="cgList(item)">采购记录</view>
|
|
<view class="btn_entrance" @click.stop="cgList(item)">采购记录</view>
|
|
|
<view class="cg-button" @click="goToCg(item)">采购</view>
|
|
<view class="cg-button" @click="goToCg(item)">采购</view>
|
|
|
- <!-- <view class="my-cg-button" @click.stop="goToMyCg(item)">我的</view> -->
|
|
|
|
|
<view class="search-button" @click.stop="goToSearchDebt(item)">搜索</view>
|
|
<view class="search-button" @click.stop="goToSearchDebt(item)">搜索</view>
|
|
|
<text class="mobile"></text>
|
|
<text class="mobile"></text>
|
|
|
</view>
|
|
</view>
|
|
@@ -342,7 +341,7 @@ export default {
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
font-size: 30upx;
|
|
font-size: 30upx;
|
|
|
color: #666666;
|
|
color: #666666;
|
|
|
- padding: 10upx 20upx;
|
|
|
|
|
|
|
+ padding: 30upx 20upx 10upx 20upx;
|
|
|
margin-left: 14upx;
|
|
margin-left: 14upx;
|
|
|
text-decoration:underline;
|
|
text-decoration:underline;
|
|
|
}
|
|
}
|