删除测试封装搜索组件字段
This commit is contained in:
parent
c635366a0b
commit
140c6aa98f
|
@ -53,7 +53,7 @@ export default {
|
||||||
},
|
},
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
queryParam: { dictionaryName: null, dictionaryCode: null, status: null, createTime: null },
|
queryParam: { dictionaryName: null, dictionaryCode: null },
|
||||||
selectedRowKeys: [], // 选中行的key 出选择框时需要配置
|
selectedRowKeys: [], // 选中行的key 出选择框时需要配置
|
||||||
selectedRows: [], // 选中行的数据
|
selectedRows: [], // 选中行的数据
|
||||||
columns: [
|
columns: [
|
||||||
|
@ -70,7 +70,6 @@ export default {
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
queryOptions: function () {
|
queryOptions: function () {
|
||||||
const list = [{ 'value': 1, 'name': '类型1' }, { 'value': 2, 'name': '类型2' }]
|
|
||||||
return [
|
return [
|
||||||
{ type: 'input', placeholder: '词典名称', key: 'dictionaryName' }
|
{ type: 'input', placeholder: '词典名称', key: 'dictionaryName' }
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue