|
|
@@ -15,8 +15,8 @@
|
|
|
<span style="font-size:32upx;color:blue;font-weight:bold;margin-left:30upx;padding:10upx 0 10upx 0;" v-if="remainNum && Number(remainNum)>0 && Number(itemId)>0">
|
|
|
{{ remainName }} 剩 {{ remainNum }}份
|
|
|
</span>
|
|
|
- <span v-if="Number(customId)>0" style="font-size:32upx;color:blue;font-weight:bold;margin-left:30upx;padding:10upx 0 10upx 0;">
|
|
|
- 【{{ customName }}】的花材
|
|
|
+ <span v-if="Number(customId)>0" style="font-size:32upx;color:black;font-weight:bold;margin-left:30upx;padding:10upx 0 10upx 0;">
|
|
|
+ 【{{ customName }}】预订的花材
|
|
|
</span>
|
|
|
</template>
|
|
|
|