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) {