This commit is contained in:
aihe 2024-08-05 18:15:59 +08:00
parent 39b4749f48
commit 57c74d9aa4
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
<tpx-com-dialog v-model:show="cancelModal.show" ref="cancelRef" title="确认取消">
<template v-slot:body>
<u-textarea v-model="cancelModal.data.orderRemark" border="surround" height="120" placeholder="请输入"
maxlength="50" count></u-textarea>
maxlength="300" count></u-textarea>
</template>
</tpx-com-dialog>
</tpx-page>

View File

@ -119,7 +119,7 @@
<tpx-com-dialog v-model:show="cancelModal.show" ref="cancelRef" title="确认取消">
<template v-slot:body>
<u-textarea v-model="cancelModal.data.orderRemark" border="surround" height="120" placeholder="请输入"
maxlength="50" count></u-textarea>
maxlength="300" count></u-textarea>
</template>
</tpx-com-dialog>