This commit is contained in:
yanran200730
2022-01-26 14:22:13 +08:00
parent 602b4f06ef
commit 8d8bb29f13

View File

@@ -14,7 +14,7 @@
</template> </template>
<template #right> <template #right>
<el-input <el-input
v-model="search.title" v-model="search.name"
size="small" size="small"
placeholder="请输入模板名称或创建人" placeholder="请输入模板名称或创建人"
clearable clearable
@@ -61,7 +61,7 @@
current: 1, current: 1,
status: '', status: '',
size: 10, size: 10,
title: '' name: ''
}, },
colConfigs: [ colConfigs: [
{ prop: 'name', label: '模板名称' }, { prop: 'name', label: '模板名称' },