web: Change Department -> Department / Event Type to capture other types of events (district, etc.).

This commit is contained in:
Jonathan Bernard 2021-10-26 11:53:50 -05:00
parent efa6ca215e
commit 16b291f9c0

View File

@ -21,9 +21,9 @@
<input type="date" name="date" v-model="formVal.event.date" />
</label>
<label>
<span>Department</span>
<span>Department / Event Type</span>
<select name="department" v-model="formVal.event.department">
<option value="">--- select a department ---</option>
<option value="">--- select a department or type ---</option>
<option
v-for="opt in departments"
:key="opt.value"