This commit is contained in:
liuye
2024-08-13 09:07:34 +08:00
parent 9015cd06c0
commit b066edd428
8 changed files with 1 additions and 3 deletions

View File

@@ -70,7 +70,7 @@
class="search-input"
size="small"
v-throttle="() => {search.current = 1, getList()}"
:placeholder="placeholderTextList[currIndex]"
:placeholder="currIndex == 1 ? '敏感词、涉及对象、姓名、手机号' : '请输入内容描述/上报人员/联系方式'"
clearable
@change="getList"
@clear="search.current = 1, search.content = '', getList()"
@@ -138,8 +138,6 @@ export default {
{label: '居民上报', value: 0}
],
currIndex: 0,
placeholderTextList: ['请输入内容描述/上报人员/联系方式', '敏感词、涉及对象、姓名、手机号',
'请输入内容描述/上报人员/联系方式', '请输入内容描述/上报人员/联系方式'],
rightBtnTextList: ['工单特征库', '敏感关键词', '事件类型', '事件类型'],
colConfigs: []
}