|
@@ -32,7 +32,7 @@
|
|
|
<el-input v-model="form.hospitalCode" placeholder="4-15位,可输入字母、数字和下划线"></el-input>
|
|
|
</el-form-item>-->
|
|
|
<el-form-item label="医院地址">
|
|
|
- <el-input v-model="form.address" placeholder="请输入医院地址"></el-input>
|
|
|
+ <el-input v-model="form.address" placeholder="请输入医院地址" maxlength='100'></el-input>
|
|
|
</el-form-item>
|
|
|
<p
|
|
|
style="text-align: center;padding-bottom: 14px;width: 100%;font-size:16px;font-weight: bold;"
|