This commit is contained in:
yanran200730
2021-12-24 13:49:49 +08:00
parent 9ec03075eb
commit abf728c500

View File

@@ -14,7 +14,7 @@
class="search-input" class="search-input"
size="small" size="small"
@keyup.enter.native="search.current = 1, getList()" @keyup.enter.native="search.current = 1, getList()"
placeholder="请输入公告名称" placeholder="请输入标题"
clearable clearable
@change="getList" @change="getList"
@clear="search.current = 1, search.title = '', getList()" @clear="search.current = 1, search.title = '', getList()"
@@ -70,7 +70,7 @@
areaList: [], areaList: [],
total: 10, total: 10,
colConfigs: [ colConfigs: [
{prop: 'title', label: '名称', align: 'left'}, {prop: 'title', label: '标题', align: 'left'},
{prop: 'content', label: '正文', align: 'center'}, {prop: 'content', label: '正文', align: 'center'},
{prop: 'createUserName', label: '发布人', align: 'center' }, {prop: 'createUserName', label: '发布人', align: 'center' },
{prop: 'publishUnitName', label: '发布组织', align: 'center'}, {prop: 'publishUnitName', label: '发布组织', align: 'center'},