mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-03 12:20:28 +08:00
网站所属用户没有套餐时提示用户
This commit is contained in:
@@ -35,6 +35,10 @@
|
||||
<option v-for="plan in plans" :value="plan.id">{{plan.name}}({{plan.dayTo}})</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr v-if="plans.length == 0 && teaIsPlus">
|
||||
<td>选择套餐</td>
|
||||
<td>当前网站所属用户没有可用套餐。</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td :class="{'color-border':server.clusterId != oldClusterId}">部署的集群 *</td>
|
||||
|
||||
Reference in New Issue
Block a user