From d9c50a804b3bc3b3288ece643e7a1c3da120f6cb Mon Sep 17 00:00:00 2001 From: lnn19986213 <1667908750@qq.com> Date: Wed, 20 Dec 2023 14:45:52 +0800 Subject: [PATCH] gx --- src/views/dltj/xhtj/index.vue | 2 +- src/views/dltj/zprlz/index.vue | 2 +- src/views/examine/exhibit.vue | 40 +++++- src/views/examine/order.vue | 22 +++- src/views/examine/works.vue | 232 +++++++++------------------------ src/views/wymj/index.vue | 2 +- 6 files changed, 124 insertions(+), 176 deletions(-) diff --git a/src/views/dltj/xhtj/index.vue b/src/views/dltj/xhtj/index.vue index 59b364a..02ef09c 100644 --- a/src/views/dltj/xhtj/index.vue +++ b/src/views/dltj/xhtj/index.vue @@ -77,7 +77,7 @@ export default { } http.get("/api/association/zcqk", parame).then((res) => { if (res.code == 200) { - console.log(res.data) + // console.log(res.data) this.tableData = res.data.records this.total = res.data.total this.currentPage = res.data.current diff --git a/src/views/dltj/zprlz/index.vue b/src/views/dltj/zprlz/index.vue index f6f9228..e3dbab9 100644 --- a/src/views/dltj/zprlz/index.vue +++ b/src/views/dltj/zprlz/index.vue @@ -72,7 +72,7 @@ export default { } http.get("/api/works/list", parame).then((res) => { if (res.code == 200) { - console.log(res.data) + // console.log(res.data) this.tableData = res.data.records this.total = res.data.total this.currentPage = res.data.current diff --git a/src/views/examine/exhibit.vue b/src/views/examine/exhibit.vue index 327a97d..1793a3b 100644 --- a/src/views/examine/exhibit.vue +++ b/src/views/examine/exhibit.vue @@ -7,6 +7,9 @@
搜索
+
+
批量审核
+
@@ -15,13 +18,28 @@ @selection-change="handleSelectionChange"> - - + + + + + + +