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