Commit 65e7a30b authored by zhengke's avatar zhengke

修改

parent d32db0d5
This diff is collapsed.
......@@ -41,7 +41,7 @@
<template v-slot:body-cell-AssistList="props">
<q-td :props="props">
<template v-for="(item,index) in props.row.AssistList">
{{item.AssistName}}
{{item.AssistName}}<span :key="index" v-if="index!=props.row.AssistList.length-1">,</span>
</template>
</q-td>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment