|
@@ -10,7 +10,7 @@
|
|
|
|
|
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
<view class="tui-title">平台名称</view>
|
|
<view class="tui-title">平台名称</view>
|
|
|
- <view style="color:#CCCCCC;width:450upx;height:45upx;" @click.stop="notModify">{{productData.ptItemInfo ? productData.ptItemInfo.name : ''}}</view>
|
|
|
|
|
|
|
+ <view style="color:#CCCCCC;width:450upx;height:45upx;" @click.stop="notModify">{{form.name}}</view>
|
|
|
|
|
|
|
|
</tui-list-cell>
|
|
</tui-list-cell>
|
|
|
|
|
|