This commit is contained in:
王一嘉
2025-07-21 08:54:13 +08:00
parent 50a85dd274
commit b15962dd65
4 changed files with 37 additions and 13 deletions

View File

@@ -50,7 +50,8 @@ const changeTab = ({index}) => {
<view class="!pt-[24rpx] !pb-[28rpx] !px-[32rpx] !flex gap-[32rpx] items-center">
<view class="flex-grow">
<x-input v-model:model-value="po.keyword" height="72rpx" placeholder="请输入要查询的内容">
<x-input v-model:model-value="po.keyword" height="72rpx"
:placeholder="`请输入要查询的${po.type===0?'任务编号':'标题'}`">
<template #prefix>
<tui-icon name="search" size="18" class="!mr-[12rpx]"></tui-icon>
</template>