<divv-for="item in props.row.FinanceIdList":key="item.Id"class="td_height"@click="gocaiwu(item)"style="text-decoration:underline;color:#2961FE;cursor:pointer;">
{{item}}
</div>
</q-td>
</template>
<templatev-slot:body-cell-SuppliesName="props">
<q-td:props="props">
<divv-for="item in props.row.DetailList":key="item.Id"class="td_height">
...
...
@@ -200,6 +208,13 @@
</div>
</q-td>
</template>
<templatev-slot:body-cell-Type="props">
<q-td:props="props">
<divv-if="props.row.Type===1">班级相关</div>
<divv-if="props.row.Type===2">其他业务</div>
</q-td>
</template>
<templatev-slot:body-cell-BrandName="props">
<q-td:props="props">
<divv-for="item in props.row.DetailList":key="item.Id"class="td_height">
...
...
@@ -207,6 +222,14 @@
</div>
</q-td>
</template>
<templatev-slot:body-cell-CategoryName="props">
<q-td:props="props">
<divv-for="item in props.row.DetailList":key="item.Id"class="td_height">
{{item.CategoryName}}
</div>
</q-td>
</template>
<templatev-slot:body-cell-Number="props">
<q-td:props="props">
<divv-for="item in props.row.DetailList":key="item.Id"class="td_height">