fix: 主页问卷优化
- 主页最新问卷 introduction, 显示条件更改 从 remarks 字段换成 introduction
This commit is contained in:
@@ -49,13 +49,13 @@
|
|||||||
<!-- <span class="survey_item_info_status_text">-{{ item.status_txt }}-</span>-->
|
<!-- <span class="survey_item_info_status_text">-{{ item.status_txt }}-</span>-->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="survey.remarks" class="survey_remark" v-html="survey.introduction"></div>
|
<div v-if="survey.introduction" class="survey_remark" v-html="survey.introduction"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import { ref, onMounted } from 'vue';
|
import { ref } from 'vue';
|
||||||
import { getSurveysPage } from '@/api/home/index.js';
|
import { getSurveysPage } from '@/api/home/index.js';
|
||||||
import editPng from '@/assets/img/publish/edit.png';
|
import editPng from '@/assets/img/publish/edit.png';
|
||||||
import publishPng from '@/assets/img/publish/publish.png';
|
import publishPng from '@/assets/img/publish/publish.png';
|
||||||
|
|||||||
Reference in New Issue
Block a user