|
@@ -16,7 +16,7 @@
|
|
|
:label-col="formItemLayout.labelCol"
|
|
|
:wrapper-col="formItemLayout.wrapperCol">
|
|
|
<a-form-model-item label="模板名称" prop="templateName">
|
|
|
- <a-input id="shelfTpl-templateName" v-model="form.templateName" :maxLength="30" placeholder="请输入模板名称"></a-input>
|
|
|
+ <a-input id="shelfTpl-templateName" v-model="form.templateName" :maxLength="30" placeholder="请输入模板名称(最多30个字符)"></a-input>
|
|
|
</a-form-model-item>
|
|
|
</a-form-model>
|
|
|
<div class="btn-cont">
|