Commit 57bc4b8d authored by 仇晓婷's avatar 仇晓婷

借出记录优化

parent 7a258984
...@@ -79,7 +79,7 @@ export default { ...@@ -79,7 +79,7 @@ export default {
class: "details", class: "details",
on: { click: () => this.details(params.row.id) }, on: { click: () => this.details(params.row.id) },
}, },
"查看" params.row.status == 0 ? "归还" : ""
), ),
]); ]);
}, },
......
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