|
@@ -84,7 +84,7 @@
|
|
|
placeholder="请填写延期申请理由"
|
|
|
:loading="state.loading"
|
|
|
:commonEnum="commonOpinionType"
|
|
|
- :maxlength="2000"
|
|
|
+ :maxlength="AppConfigInfo.handleOpinionWordLimit"
|
|
|
/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
@@ -127,7 +127,7 @@
|
|
|
placeholder="请填写甄别申请理由"
|
|
|
:loading="state.loading"
|
|
|
:commonEnum="commonOpinionType"
|
|
|
- :maxlength="2000"
|
|
|
+ :maxlength="AppConfigInfo.handleOpinionWordLimit"
|
|
|
/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
@@ -160,7 +160,7 @@
|
|
|
placeholder="请填写终止申请理由"
|
|
|
:loading="state.loading"
|
|
|
:commonEnum="commonOpinionType"
|
|
|
- :maxlength="2000"
|
|
|
+ :maxlength="AppConfigInfo.handleOpinionWordLimit"
|
|
|
/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
@@ -263,7 +263,7 @@
|
|
|
:placeholder="'请填写' + state.inputPlaceholder"
|
|
|
:loading="state.loading"
|
|
|
:commonEnum="commonOpinionType"
|
|
|
- :maxlength="2000"
|
|
|
+ :maxlength="AppConfigInfo.handleOpinionWordLimit"
|
|
|
/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
@@ -420,7 +420,7 @@
|
|
|
:placeholder="'请填写' + state.inputPlaceholder"
|
|
|
:loading="state.loading"
|
|
|
:commonEnum="commonOpinionType"
|
|
|
- :maxlength="2000"
|
|
|
+ :maxlength="AppConfigInfo.handleOpinionWordLimit"
|
|
|
/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|