|
@@ -17,7 +17,7 @@
|
|
|
style="max-width: 500px"
|
|
style="max-width: 500px"
|
|
|
>
|
|
>
|
|
|
<el-form-item prop="name" label="名称">
|
|
<el-form-item prop="name" label="名称">
|
|
|
- <el-input v-model="formData.name" :disabled="!canEdit" :maxlength="16"></el-input>
|
|
|
|
|
|
|
+ <el-input v-model="formData.name" :disabled="!canEdit"></el-input>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
<el-form-item prop="pic" label="图片">
|
|
<el-form-item prop="pic" label="图片">
|
|
|
<object-upload
|
|
<object-upload
|