迁移
This commit is contained in:
@@ -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: []
|
||||
}
|
||||
Reference in New Issue
Block a user