salix/modules/worker/front/department/main/index.html

10 lines
193 B
HTML
Raw Permalink Normal View History

2023-05-15 11:15:33 +00:00
<vn-crud-model
vn-id="model"
url="Departments/filter"
limit="20"
order="id">
</vn-crud-model>
2023-05-16 10:12:25 +00:00
<ui-view>
<vn-worker-department-index></vn-worker-department-index>
2023-05-26 10:21:15 +00:00
</ui-view>