Commit bfc87ebc authored by “yiyousong”'s avatar “yiyousong”

fix: 修复排叫号报表业务关联信息显示错误

parent dbad035a
......@@ -16,13 +16,13 @@
>
<span v-else>0</span>)
</p>
<p
<a-tooltip
v-for="(v, i) in businessInfo.matterlist"
:key="v.id"
class="matter-item"
:title="v"
>
{{ i + 1 }}.{{ v.matterName }}
</p>
<p class="matter-item cursor-default">{{ i + 1 }}.{{ v }}</p>
</a-tooltip>
</div>
<div class="take-info">
<div class="take-info-item">
......@@ -134,4 +134,4 @@ export default {
color: #1890ff;
border-color: #1890ff;
}
</style>
\ No newline at end of file
</style>
......@@ -390,6 +390,7 @@ export default {
if (res.code == 1) {
let { data } = res;
let { business } = row;
console.log(data);
this.businessName = business;
this.businessInfo = data;
this.analysisVisible = true;
......@@ -518,5 +519,4 @@ export default {
};
</script>
<style lang="less" scoped>
</style>
\ No newline at end of file
<style lang="less" scoped></style>
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