包装管理列表
This commit is contained in:
@@ -14,13 +14,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<!-- 关键字搜索 -->
|
||||
<view class="search-box">
|
||||
<u-icon name="search" :size="28" color="#999"></u-icon>
|
||||
<input class="search-input" placeholder="输入关键字过滤" v-model="keyword" />
|
||||
<view v-if="keyword" class="search-clear" @click="keyword = ''">
|
||||
<u-icon name="close-circle-fill" :size="28" color="#c0c4cc"></u-icon>
|
||||
</view>
|
||||
</view>
|
||||
<u-search v-model="keyword" :show-action="false" shape="round" bg-color="#f5f6f8" />
|
||||
</view>
|
||||
|
||||
<!-- 列表内容 -->
|
||||
@@ -46,7 +40,7 @@
|
||||
|
||||
<!-- 单位工程选择弹窗 -->
|
||||
<nbd-select v-model="showUnitWorkSelect" :show-search="true" title="请选择单位工程" :list="unitWorkList"
|
||||
label-key="BaseInfoName" value-key="BaseInfoId" @confirm="handleUnitWorkConfirm" />
|
||||
label-key="BaseInfoName" v-model:model="selectedUnitWork" value-key="BaseInfoId" @confirm="handleUnitWorkConfirm" />
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user