mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 23:36:46 +08:00
fix:修改添加面授课编辑面授课时时间回显问题,修改创建调研问题字段长度
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
v-model:value="curItem.valueAsk"
|
||||
placeholder="请输入标题名称"
|
||||
show-count
|
||||
:maxlength="20"
|
||||
:maxlength="100"
|
||||
style="border-radius: 8px"
|
||||
/>
|
||||
</div>
|
||||
@@ -33,6 +33,7 @@
|
||||
</div>
|
||||
<div class="in">
|
||||
<a-textarea
|
||||
:maxlength="100"
|
||||
v-model:value="curItem.valueAskDesc"
|
||||
style="height: 148px"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user