diff --git a/dangan-ui/src/views/dangan/catalog/index.vue b/dangan-ui/src/views/dangan/catalog/index.vue
index 083da25..f0cd154 100644
--- a/dangan-ui/src/views/dangan/catalog/index.vue
+++ b/dangan-ui/src/views/dangan/catalog/index.vue
@@ -229,59 +229,12 @@
-
-
-
-
-
-
- 全选
- OCR识别
-
-
-
-
-
-
-
{{ item.picName }}
-
{{ item.muPath }}
-
{{ item.wlsjPath }}
-
-
-
-
-
-
-
-
-
-
-
{{ item.picName }}
-
{{ item.muPath }}
-
{{ item.wlsjPath }}
-
-
-
-
-
-
-
-
-
diff --git a/dangan-ui/src/views/dangan/collection/index.vue b/dangan-ui/src/views/dangan/collection/index.vue
index b11efa5..41ee085 100644
--- a/dangan-ui/src/views/dangan/collection/index.vue
+++ b/dangan-ui/src/views/dangan/collection/index.vue
@@ -44,8 +44,8 @@
- 是否一组[OCR最多选择2张识别]
- 是否双面
+ 一组[OCR最多选择2张识别]
+ 双面
全选
diff --git a/dangan-ui/src/views/dangan/pictureRecard/index.vue b/dangan-ui/src/views/dangan/pictureRecard/index.vue
index 15b0dc3..38178db 100644
--- a/dangan-ui/src/views/dangan/pictureRecard/index.vue
+++ b/dangan-ui/src/views/dangan/pictureRecard/index.vue
@@ -1,18 +1,26 @@
-
-
+
+
-
+
+
+
+
@@ -33,30 +41,22 @@
@keyup.enter.native="handleQuery"
/>
-
-
-
-
-
-
-
+ style="width:100%"
+ >
+
+
+
搜索
重置
@@ -64,28 +64,7 @@
-
- 新增
-
-
- 修改
-
-
+
删除
-
- 导出
+
+ 双面
+ OCR识别
-
-
-
-
-
-
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- 修改
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
diff --git a/dangan-ui/src/views/dangan/retrieval/index.vue b/dangan-ui/src/views/dangan/retrieval/index.vue
index 514c434..4dd33b7 100644
--- a/dangan-ui/src/views/dangan/retrieval/index.vue
+++ b/dangan-ui/src/views/dangan/retrieval/index.vue
@@ -6,12 +6,9 @@
检索
- 常住人口登记表
- 出生登记
- 户口迁移
- 变更更正
- 编码表
- 其它
+ {{ dict.label }}
@@ -323,6 +320,7 @@ import { listCzrkdj } from "@/api/dangan/czrkdj";
export default {
name: "Retrieval",
+ dicts: ['yw_type'],
data() {
return {
// 显示搜索条件
@@ -398,7 +396,7 @@ export default {
},
methods: {
handleQuery(){
- if(this.checkList.indexOf(0) !== -1){
+ if(this.checkList.indexOf('0') !== -1){
this.czrkdj.open = true
this.czrkdj.qParams.name = this.keyword
this.czrkdjQuery();
@@ -408,7 +406,7 @@ export default {
this.czrkdj.total = 0;
}
- if(this.checkList.indexOf(1) !== -1){
+ if(this.checkList.indexOf('1') !== -1){
this.csdj.open = true
this.csdj.qParams.name = this.keyword
// this.csdjQuery();
@@ -418,7 +416,7 @@ export default {
this.csdj.total = 0;
}
- if(this.checkList.indexOf(2) !== -1){
+ if(this.checkList.indexOf('2') !== -1){
this.hkqy.open = true
this.hkqy.qParams.name = this.keyword
// this.hkqyQuery();
@@ -428,7 +426,7 @@ export default {
this.hkqy.total = 0;
}
- if(this.checkList.indexOf(3) !== -1){
+ if(this.checkList.indexOf('3') !== -1){
this.bggz.open = true
this.bggz.qParams.name = this.keyword
// this.bggzQuery();
@@ -438,7 +436,7 @@ export default {
this.bggz.total = 0;
}
- if(this.checkList.indexOf(4) !== -1){
+ if(this.checkList.indexOf('4') !== -1){
this.bmb.open = true
this.bmb.qParams.name = this.keyword
// this.bmbQuery();
@@ -448,7 +446,7 @@ export default {
this.bmb.total = 0;
}
- if(this.checkList.indexOf(5) !== -1){
+ if(this.checkList.indexOf('5') !== -1){
this.qt.open = true
this.qt.qParams.name = this.keyword
// this.qtQuery();
@@ -528,6 +526,10 @@ export default {
height: 20px;
}
+::v-deep .el-checkbox{
+ margin-bottom: 15px;
+}
+
::v-deep .el-checkbox__inner::after {
height: 10px;
left: 7px;
diff --git a/dangan-ui/src/views/index.vue b/dangan-ui/src/views/index.vue
index 514c434..4dd33b7 100644
--- a/dangan-ui/src/views/index.vue
+++ b/dangan-ui/src/views/index.vue
@@ -6,12 +6,9 @@
检索
- 常住人口登记表
- 出生登记
- 户口迁移
- 变更更正
- 编码表
- 其它
+ {{ dict.label }}
@@ -323,6 +320,7 @@ import { listCzrkdj } from "@/api/dangan/czrkdj";
export default {
name: "Retrieval",
+ dicts: ['yw_type'],
data() {
return {
// 显示搜索条件
@@ -398,7 +396,7 @@ export default {
},
methods: {
handleQuery(){
- if(this.checkList.indexOf(0) !== -1){
+ if(this.checkList.indexOf('0') !== -1){
this.czrkdj.open = true
this.czrkdj.qParams.name = this.keyword
this.czrkdjQuery();
@@ -408,7 +406,7 @@ export default {
this.czrkdj.total = 0;
}
- if(this.checkList.indexOf(1) !== -1){
+ if(this.checkList.indexOf('1') !== -1){
this.csdj.open = true
this.csdj.qParams.name = this.keyword
// this.csdjQuery();
@@ -418,7 +416,7 @@ export default {
this.csdj.total = 0;
}
- if(this.checkList.indexOf(2) !== -1){
+ if(this.checkList.indexOf('2') !== -1){
this.hkqy.open = true
this.hkqy.qParams.name = this.keyword
// this.hkqyQuery();
@@ -428,7 +426,7 @@ export default {
this.hkqy.total = 0;
}
- if(this.checkList.indexOf(3) !== -1){
+ if(this.checkList.indexOf('3') !== -1){
this.bggz.open = true
this.bggz.qParams.name = this.keyword
// this.bggzQuery();
@@ -438,7 +436,7 @@ export default {
this.bggz.total = 0;
}
- if(this.checkList.indexOf(4) !== -1){
+ if(this.checkList.indexOf('4') !== -1){
this.bmb.open = true
this.bmb.qParams.name = this.keyword
// this.bmbQuery();
@@ -448,7 +446,7 @@ export default {
this.bmb.total = 0;
}
- if(this.checkList.indexOf(5) !== -1){
+ if(this.checkList.indexOf('5') !== -1){
this.qt.open = true
this.qt.qParams.name = this.keyword
// this.qtQuery();
@@ -528,6 +526,10 @@ export default {
height: 20px;
}
+::v-deep .el-checkbox{
+ margin-bottom: 15px;
+}
+
::v-deep .el-checkbox__inner::after {
height: 10px;
left: 7px;