mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-12 19:30:26 +08:00
优化界面
This commit is contained in:
@@ -5,10 +5,10 @@
|
|||||||
|
|
||||||
<table class="ui table definition selectable">
|
<table class="ui table definition selectable">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="title">产品代号 *</td>
|
<td class="title">产品名称 *</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" name="productName" v-model="config.productName" maxlength="100"/>
|
<input type="text" name="productName" v-model="config.productName" maxlength="100"/>
|
||||||
<p class="comment">可以使用变量<code-label>${product.name}</code-label>在网页里展示此代号。</p>
|
<p class="comment">可以使用变量<code-label>${product.name}</code-label>在网页里展示此名称,建议仅包含英文和数字字符。</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user