look-ui 1.2.2 → 1.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +34 -20
- package/dist/look-ui.common.js +1 -1
- package/dist/look-ui.css +1 -1
- package/dist/look-ui.umd.js +1 -1
- package/dist/look-ui.umd.min.js +1 -1
- package/package.json +1 -1
- package/src/App.vue +34 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,34 +1,48 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
## [1.2.
|
|
3
|
+
## [1.2.3](http://192.168.0.66/font-end/look-ui/compare/1.2.2...1.2.3) (2023-12-25)
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
### Bug Fixes
|
|
7
7
|
|
|
8
|
-
*
|
|
9
|
-
* ZDRWFJ-1832 修复数据变化但视图未更新问题 ([0c52bfb](http://192.168.0.66/font-end/look-ui/commits/0c52bfb00169903965534ce27b0d0bb10d9b1653))
|
|
10
|
-
|
|
11
|
-
## [1.2.1](http://192.168.0.66/font-end/look-ui/compare/1.2.0...1.2.1) (2023-12-19)
|
|
8
|
+
* ZDRWFJ-1819 任务下达导入查重没有匹配到相似任务,批量创建任务下达后返回,已下达的任务仍显示在未处理任务列表 ([22d4676](http://192.168.0.66/font-end/look-ui/commits/22d4676fc70babe0ad145239f576e375a98b0970))
|
|
12
9
|
|
|
13
10
|
|
|
14
|
-
###
|
|
11
|
+
### Features
|
|
15
12
|
|
|
13
|
+
* 查重结果显示自定义查重点作为标题 ([e36fb0a](http://192.168.0.66/font-end/look-ui/commits/e36fb0a49cd62490ac3961eb15bae3af3e5a5f66))
|
|
14
|
+
* 新增自定义查重点入参 ([4ba6048](http://192.168.0.66/font-end/look-ui/commits/4ba6048b763cd156cc4e8497dd1e302798c4ae21))
|
|
15
|
+
* 自定义查重点 ([3dadf01](http://192.168.0.66/font-end/look-ui/commits/3dadf01883e20de46e197ca39e4bad4c52f966fb))
|
|
16
|
+
|
|
17
|
+
## [1.2.2](http://192.168.0.66/font-end/look-ui/compare/1.2.1...1.2.2) (2023-12-19)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* ZDRWFJ-1845 对任务进行关注等操作后, 默认选中第一条任务 ([82bb811](http://192.168.0.66/font-end/look-ui/commits/82bb811ee9c0f05b5ae09f620f9e757e3b00affd))
|
|
23
|
+
* ZDRWFJ-1832 修复数据变化但视图未更新问题 ([0c52bfb](http://192.168.0.66/font-end/look-ui/commits/0c52bfb00169903965534ce27b0d0bb10d9b1653))
|
|
24
|
+
|
|
25
|
+
## [1.2.1](http://192.168.0.66/font-end/look-ui/compare/1.2.0...1.2.1) (2023-12-19)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Bug Fixes
|
|
29
|
+
|
|
16
30
|
* ZDRWFJ-1809 切换查重点时, 将各个checkbox设置为false ([8d72b11](http://192.168.0.66/font-end/look-ui/commits/8d72b111bbc4cb029c77b3d290fe901821feccdb))
|
|
17
31
|
|
|
18
|
-
# [1.2.0](http://192.168.0.66/font-end/look-ui/compare/1.1.30...1.2.0) (2023-12-07)
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
### Bug Fixes
|
|
22
|
-
|
|
23
|
-
* 修复查重结果加载不出来的问题 ([c606024](http://192.168.0.66/font-end/look-ui/commits/c6060240611588601372e7e2c66230b68178c050))
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
### Features
|
|
27
|
-
|
|
28
|
-
* 操作当前查重结果时回调参数添加当前选中的任务 ([29095e1](http://192.168.0.66/font-end/look-ui/commits/29095e1f2b77dad0c3353972619f3d3376f8c7f6))
|
|
29
|
-
* 功能优化 ([f72a7be](http://192.168.0.66/font-end/look-ui/commits/f72a7be9f05dd7cc3eadc3eacbd8695741549ed1))
|
|
30
|
-
* 添加查重接口入参 ([c778252](http://192.168.0.66/font-end/look-ui/commits/c778252e07e7edae18e3d3ee232cf88dd6e46401))
|
|
31
|
-
* 添加点击处理结果回调 ([ec0f8c5](http://192.168.0.66/font-end/look-ui/commits/ec0f8c575773ffc4e467527b32973d7ce88dfb5b))
|
|
32
|
+
# [1.2.0](http://192.168.0.66/font-end/look-ui/compare/1.1.30...1.2.0) (2023-12-07)
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
### Bug Fixes
|
|
36
|
+
|
|
37
|
+
* 修复查重结果加载不出来的问题 ([c606024](http://192.168.0.66/font-end/look-ui/commits/c6060240611588601372e7e2c66230b68178c050))
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### Features
|
|
41
|
+
|
|
42
|
+
* 操作当前查重结果时回调参数添加当前选中的任务 ([29095e1](http://192.168.0.66/font-end/look-ui/commits/29095e1f2b77dad0c3353972619f3d3376f8c7f6))
|
|
43
|
+
* 功能优化 ([f72a7be](http://192.168.0.66/font-end/look-ui/commits/f72a7be9f05dd7cc3eadc3eacbd8695741549ed1))
|
|
44
|
+
* 添加查重接口入参 ([c778252](http://192.168.0.66/font-end/look-ui/commits/c778252e07e7edae18e3d3ee232cf88dd6e46401))
|
|
45
|
+
* 添加点击处理结果回调 ([ec0f8c5](http://192.168.0.66/font-end/look-ui/commits/ec0f8c575773ffc4e467527b32973d7ce88dfb5b))
|
|
32
46
|
* 添加已创建任务图片 ([4c8a3c7](http://192.168.0.66/font-end/look-ui/commits/4c8a3c7c4fe025d549609772b8b5c13ef265c515))
|
|
33
47
|
|
|
34
48
|
## [1.1.30](http://192.168.0.66/font-end/look-ui/compare/1.1.29...1.1.30) (2023-11-07)
|