add: 点位管理

This commit is contained in:
2023-05-15 18:48:35 +08:00
parent c7058a85fa
commit 49229980ce
16 changed files with 1200 additions and 8 deletions

View File

@@ -157,8 +157,8 @@ const defaultForm = {
remark: null
}
export default {
name: 'SchBaseRegion',
dicts:['TrueOrFalse'],
name: 'Region',
dicts: ['TrueOrFalse'],
components: { pagination, crudOperation, rrOperation, udOperation },
mixins: [presenter(), header(), form(defaultForm), crud()],
cruds() {