This commit is contained in:
2026-02-05 10:48:20 +08:00
parent d3b4e76544
commit a2fb3dcba5
3 changed files with 26 additions and 14 deletions

View File

@ -53,10 +53,8 @@
<DictTag :tag="false" :value="row.qtFxdj" :options="D_GS_ZDQT_FXDJ" />
</template>
<template #bqList="{ row }">
<ul>
<li class="one_text_detail marks mb4" :key="index" v-for="(item, index) in row.bqList">{{ item.bqMc }}({{
item.bqFz || 0 }} ) </li>
</ul>
<span class="one_text_detail marks mr2" :key="index" v-for="(item, index) in row.bqList">{{ item.bqMc }}({{
item.bqFz || 0 }} ) </span>
</template>
<template #zdryList="{ row }">
<span style="color: #0072ff">{{ row.zdryList ? row.zdryList.length : 0 }}</span>
@ -326,7 +324,7 @@ defineExpose({});
<style lang="scss" scoped>
.marks {
padding: 0 4px;
padding: 0 2px;
white-space: nowrap;
background: #73acf1;
border-radius: 4px;