网站所属用户没有套餐时提示用户

This commit is contained in:
刘祥超
2023-12-13 18:53:08 +08:00
parent 1a950e3aad
commit 105479ce4b

View File

@@ -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>