| | |
| | | chartHeight="20rem" |
| | | :tableLimitHeight="tableLimitHeight" |
| | | @updateQuery="(res) => updateRecordSet(index, res)" |
| | | :disabled="isTalking" |
| | | ></component> |
| | | |
| | | <div class="flex flex-col" v-if="showReportIndex.includes(index) && conclusion?.length > 0"> |
| | |
| | | <span> |
| | | {{ toggleReportLabel(item) }} |
| | | </span> |
| | | <span class="ywifont" :class="{ 'ywicon-unfold': !item.stepIsShow, 'ywicon-fold': item.stepIsShow }"></span> |
| | | <span class="ywifont" :class="{ 'ywicon-unfold': !item.reportIsShow, 'ywicon-fold': item.reportIsShow }"></span> |
| | | </div> |
| | | </div> |
| | | |