|
|
@@ -30,18 +30,26 @@
|
|
|
<t-tr>
|
|
|
<t-td>
|
|
|
<view style="width:280upx;text-align:left;color:#333333;font-size:30upx;
|
|
|
- overflow: hidden; white-space: nowrap; text-overflow: ellipsis;">
|
|
|
+ overflow: hidden; white-space: nowrap; text-overflow: ellipsis;"
|
|
|
+ @click="pageTo({url:'/admin/item/detail',query:{id: productItem.id}})">
|
|
|
{{productItem.name}}
|
|
|
</view>
|
|
|
</t-td>
|
|
|
- <t-td><view style="color:#333333;font-weight:bold;font-size:30upx;">{{productItem.stock?parseFloat(productItem.stock):0}}</view></t-td>
|
|
|
<t-td>
|
|
|
- <view style="font-size:30upx;">
|
|
|
+ <view style="color:#333333;font-weight:bold;font-size:30upx;"
|
|
|
+ @click="pageTo({url:'/admin/item/detail',query:{id: productItem.id}})">
|
|
|
+ {{productItem.stock?parseFloat(productItem.stock):0}}
|
|
|
+ </view>
|
|
|
+ </t-td>
|
|
|
+ <t-td>
|
|
|
+ <view style="font-size:30upx;"
|
|
|
+ @click="pageTo({url:'/admin/item/detail',query:{id: productItem.id}})">
|
|
|
{{productItem.price?parseFloat(productItem.price):0}}
|
|
|
</view>
|
|
|
</t-td>
|
|
|
<t-td>
|
|
|
- <view style="font-size:30upx;">
|
|
|
+ <view style="font-size:30upx;"
|
|
|
+ @click="pageTo({url:'/admin/item/detail',query:{id: productItem.id}})">
|
|
|
{{productItem.skPrice?parseFloat(productItem.skPrice):0}}
|
|
|
</view>
|
|
|
</t-td>
|