Commit 6bf757d4 authored by chenqikuai's avatar chenqikuai

fix: 修复网点管理弹出框备注输入的bug

parent f440dc6a
...@@ -196,7 +196,7 @@ ...@@ -196,7 +196,7 @@
class="w-full" class="w-full"
rows="3" rows="3"
max="50" max="50"
maxlength="15" :maxLength="15"
v-model="formData.remark" v-model="formData.remark"
></TextArea> ></TextArea>
</div> </div>
...@@ -382,7 +382,7 @@ ...@@ -382,7 +382,7 @@
class="w-full" class="w-full"
rows="3" rows="3"
max="50" max="50"
maxlength="15" :maxLength="15"
v-model="formData.remark" v-model="formData.remark"
></TextArea> ></TextArea>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment