From 27da58826ab26ee94e8ba3b02fc3d2b26990f1c5 Mon Sep 17 00:00:00 2001 From: wanglei Date: Sun, 27 Apr 2025 10:56:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=A3=E6=A1=88=E7=9B=AE=E5=BD=95=20?= =?UTF-8?q?=E6=A1=A3=E6=A1=88=E4=BF=A1=E6=81=AF=E8=B7=B3=E8=BD=AC=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dangan-ui/src/views/dangan/catalog/index.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dangan-ui/src/views/dangan/catalog/index.vue b/dangan-ui/src/views/dangan/catalog/index.vue index 30fd981..281ed92 100644 --- a/dangan-ui/src/views/dangan/catalog/index.vue +++ b/dangan-ui/src/views/dangan/catalog/index.vue @@ -104,10 +104,8 @@ {{ scope.row.muName }} {{ scope.row.countNum }} - {{ scope.row.countNum }} - - + {{ scope.row.countNum }} @@ -621,6 +619,10 @@ export default { if(row.ywType==='option8'){ this.$router.push("/dangan/zqz?muId=" + row.id); } + // 全文识别类型 + if(row.ywType==='option12'){ + this.$router.push("/dangan/quanwen?muId=" + row.id); + } }, /** 查询档案图片信息记录列表 */ getListPicture(row) {