2021-02-27 19:34:58 +08:00

8 lines
203 B
Handlebars

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