update
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user