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

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

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