mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-02-28 14:05:38 +08:00
v1.4.1
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
<td>服务商厂家 *</td>
|
||||
<td>
|
||||
<select class="ui dropdown auto-width" name="type" v-model="type" @change="changeType">
|
||||
<option value="">[请选择]</option>
|
||||
<option v-for="type in types" :value="type.code">{{type.name}}</option>
|
||||
</select>
|
||||
<p class="comment" v-if="typeDescription.length > 0">{{typeDescription}} 系统会保留原有域名下的域名解析,请放心使用。<span v-if="!teaIsPlus">购买商业版可获得更多厂商支持。</span></p>
|
||||
|
||||
Reference in New Issue
Block a user