迁移
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="placeholderTextList[currIndex]"
|
:placeholder="currIndex == 1 ? '敏感词、涉及对象、姓名、手机号' : '请输入内容描述/上报人员/联系方式'"
|
||||||
clearable
|
clearable
|
||||||
@change="getList"
|
@change="getList"
|
||||||
@clear="search.current = 1, search.content = '', getList()"
|
@clear="search.current = 1, search.content = '', getList()"
|
||||||
@@ -138,8 +138,6 @@ export default {
|
|||||||
{label: '居民上报', value: 0}
|
{label: '居民上报', value: 0}
|
||||||
],
|
],
|
||||||
currIndex: 0,
|
currIndex: 0,
|
||||||
placeholderTextList: ['请输入内容描述/上报人员/联系方式', '敏感词、涉及对象、姓名、手机号',
|
|
||||||
'请输入内容描述/上报人员/联系方式', '请输入内容描述/上报人员/联系方式'],
|
|
||||||
rightBtnTextList: ['工单特征库', '敏感关键词', '事件类型', '事件类型'],
|
rightBtnTextList: ['工单特征库', '敏感关键词', '事件类型', '事件类型'],
|
||||||
colConfigs: []
|
colConfigs: []
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user