|
@@ -11,7 +11,7 @@
|
|
|
|
|
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
<div class="tui-title">花材品种</div>
|
|
<div class="tui-title">花材品种</div>
|
|
|
- <view style="color:red;width:450upx;height:45upx;" @click.stop="notModify">{{productData.ptItemInfo.name}}</view>
|
|
|
|
|
|
|
+ <view style="color:red;width:450upx;height:45upx;" @click.stop="notModify">{{productData.ptItemInfo ? productData.ptItemInfo.name : ''}}</view>
|
|
|
</tui-list-cell>
|
|
</tui-list-cell>
|
|
|
|
|
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
<tui-list-cell class="line-cell" :hover="false">
|