feat:菜单可配置
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<up-input
|
||||
class="mt10"
|
||||
v-model="targetCode"
|
||||
placeholder="请扫描需要调拨的样品编号"
|
||||
placeholder="请扫描需要下架的样品编号"
|
||||
prefixIcon="scan"
|
||||
fontSize="16"
|
||||
prefixIconStyle="font-size: 30px;"
|
||||
@@ -25,7 +25,7 @@
|
||||
>
|
||||
</up-input>
|
||||
|
||||
<uni-section v-if="sampleList.length > 0" type="line" title="调拨样品明细" titleFontSize="15px">
|
||||
<uni-section v-if="sampleList.length > 0" type="line" title="下架样品明细" titleFontSize="15px">
|
||||
<template #right> <up-text type="error" size="18" bold :text="sampleList.length"></up-text></template>
|
||||
<scroll-view style="height: 49vh" scroll-y scroll-with-animation>
|
||||
<uni-card margin="5px" v-for="item in sampleList" class="sample-item">
|
||||
|
||||
Reference in New Issue
Block a user