NEZ-600 fix: 各页面搜索框功能

This commit is contained in:
chenjinsong
2021-05-10 16:27:27 +08:00
parent 0cf9c3aea7
commit fcc83cc9a5
2 changed files with 8 additions and 6 deletions

View File

@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<content url="file://$MODULE_DIR$">
<excludePattern pattern="Tiles" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>

View File

@@ -79,28 +79,28 @@ export default {
prop: 'id',
show: true,
width: 80,
sortable:'custom'
sortable: 'custom'
}, {
label: this.$t('config.exprTemp.name'),
prop: 'name',
show: true,
sortable:'custom'
sortable: 'custom'
}, {
label: this.$t('config.exprTemp.type'),
prop: 'type',
show: true,
sortable:'custom'
sortable: 'custom'
}, {
label: this.$t('config.exprTemp.varType'),
prop: 'varType',
show: true,
sortable:'custom'
sortable: 'custom'
}, {
label: this.$t('config.exprTemp.remark'),
prop: 'remark',
show: true
}
],
]
}
},
methods: {