|
@@ -15,11 +15,8 @@
|
|
|
<a style="color: #409eff; cursor: pointer; word-break: break-all" @click="clickCode(item)">{{ item.code }}</a>
|
|
|
</div>
|
|
|
</template>
|
|
|
- <template #totalAmount="{ item }">
|
|
|
- <div style="color: #409eff">{{ moneyFormat(item.totalAmount) }}</div>
|
|
|
- </template>
|
|
|
- <template #address="{ item }">
|
|
|
- <div>{{ item.province }}, {{ item.city }}, {{ item.county }}, {{ item.detailedAddress }}</div>
|
|
|
+ <template #exceptionTypeDetail="{ item }">
|
|
|
+ <div>{{ item.exceptionTypeDetail }}</div>
|
|
|
</template>
|
|
|
</byTable>
|
|
|
</el-card>
|