fix:移动端问卷复制,标题显示、投放数量处理

This commit is contained in:
du.meimei
2025-03-22 18:56:05 +08:00
parent 40b1d7f267
commit 24ba61f034
5 changed files with 27 additions and 10 deletions

View File

@@ -23,7 +23,7 @@
<div style="position: relative">
<div class="survey_item_info_title">
<el-text>
<b>{{ item.project_name }}</b>
<b v-html="item.project_name"></b>
</el-text>
<el-text>{{ item.answer_num }}</el-text>
</div>