2020-09-25 00:38:38 +08:00

10 lines
205 B
Handlebars

{{#form-content}}
<hr />
{{form-input name='phone' label='号码'}}
{{form-input name='note' label='备注'}}
<hr />
{{form-footer-buttons type='create'}}
{{/form-content}}
{{outlet}}