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

借出记录优化

parent 7a258984
......@@ -79,7 +79,7 @@ export default {
class: "details",
on: { click: () => this.details(params.row.id) },
},
"查看"
params.row.status == 0 ? "归还" : ""
),
]);
},
......@@ -91,7 +91,7 @@ export default {
libraryTube: this.$store.state.userInfo.userName, //库管员
};
},
async fetch({ store, params }) {
async fetch({ store, params }) {
await store.dispatch("loadDictionary"); // 加载数据字典
},
props: {},
......
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