Commit eefdf093 by Joey

feat(@gms/gms-plugin-billexpand): 审批意见最大长度

parent 0c7043e1
......@@ -3,7 +3,7 @@
<div class="suggestion-wrapper">
<div class="label">{{this.define.title}}</div>
<div class="input-wrapper">
<Input v-model="value" type="textarea" :placeholder="define.config.placeholder" :maxlength="120" />
<Input v-model="value" type="textarea" :placeholder="define.config.placeholder" :maxlength="240" />
<div class="suggestion-button-wrapper">
<ConfirmPopover
v-for="suggestion in suggestionOption"
......@@ -84,7 +84,7 @@
:ref="'input-' + row.code"
@on-blur="handleInputBlur(row)"
type="textarea"
:maxlength="120"
:maxlength="240"
/>
</template>
<template slot-scope="{ row, index }" slot="action">
......
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