fix(测试跟踪): 用例和缺陷评论富文本框默认改成编辑状态
--bug=1013698 --user=陈建星 【测试跟踪】富文本框默认改成编辑状态 https://www.tapd.cn/55049933/s/1178293
This commit is contained in:
parent
8fd746dad3
commit
d05189ff43
|
@ -4,7 +4,7 @@
|
|||
<div v-loading="result.loading">
|
||||
<div class="editors_div_style">
|
||||
<div id="editorsDiv">
|
||||
<ms-mark-down-text prop="description" :data="from" :toolbars="toolbars" custom-min-height="220"/>
|
||||
<ms-mark-down-text default-open="edit" prop="description" :data="from" :toolbars="toolbars" custom-min-height="220"/>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<div v-loading="result.loading">
|
||||
<div class="editors_div_style">
|
||||
<div id="editorsDiv">
|
||||
<ms-mark-down-text prop="description" :data="from" :toolbars="toolbars"/>
|
||||
<ms-mark-down-text default-open="edit" prop="description" :data="from" :toolbars="toolbars" custom-min-height="220"/>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
<div>
|
||||
<div class="editors_div_style">
|
||||
<div id="editorsDiv">
|
||||
<ms-mark-down-text prop="description" :data="comment" :toolbars="toolbars" :custom-min-height="200"/>
|
||||
<ms-mark-down-text default-open="edit" prop="description" :data="comment" :toolbars="toolbars" :custom-min-height="200"/>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
|
|
Loading…
Reference in New Issue