创建用户的时候,可以设置开通默认功能还是全部功能

This commit is contained in:
GoEdgeLab
2022-08-28 20:21:57 +08:00
parent 6ed4c358ec
commit 7cf0e96dc2
2 changed files with 71 additions and 11 deletions

View File

@@ -38,6 +38,14 @@
<p class="comment">用户发布的网站服务会自动部署到此集群。</p>
</td>
</tr>
<tr>
<td>开通功能</td>
<td>
<radio name="featuresType" value="default" :v-value="'default'">默认功能</radio>
&nbsp; &nbsp;
<radio name="featuresType" :v-value="'all'">全部功能</radio>
</td>
</tr>
<tr>
<td colspan="2"><more-options-indicator></more-options-indicator></td>
</tr>