提示文字

This commit is contained in:
liuye
2024-08-15 13:42:23 +08:00
parent c3f46fcd50
commit 3f389d2f43

View File

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