|
|
@@ -23,6 +23,12 @@
|
|
|
</template>
|
|
|
|
|
|
<template #slot-search-option="{scope}">
|
|
|
+ <span style="font-size:32upx;color:blue;font-weight:bold;margin-left:30upx;padding:10upx 0 10upx 0;" v-if="Number(itemId)>0">
|
|
|
+ 【{{ remainName }}】<span v-if="remainNum && Number(remainNum)>0">剩 {{ remainNum }}份</span>
|
|
|
+ </span>
|
|
|
+ <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>
|
|
|
|
|
|
<template #table-column-customName="{scope}">
|