mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-25 03:26:34 +08:00
创建用户的时候,可以设置开通默认功能还是全部功能
This commit is contained in:
@@ -38,6 +38,14 @@
|
||||
<p class="comment">用户发布的网站服务会自动部署到此集群。</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>开通功能</td>
|
||||
<td>
|
||||
<radio name="featuresType" value="default" :v-value="'default'">默认功能</radio>
|
||||
|
||||
<radio name="featuresType" :v-value="'all'">全部功能</radio>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2"><more-options-indicator></more-options-indicator></td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user