look-ui 1.1.31 → 1.2.1

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/jsconfig.json CHANGED
@@ -1,19 +1,19 @@
1
- {
2
- "compilerOptions": {
3
- "target": "es5",
4
- "module": "esnext",
5
- "baseUrl": "./",
6
- "moduleResolution": "node",
7
- "paths": {
8
- "@/*": [
9
- "src/*"
10
- ]
11
- },
12
- "lib": [
13
- "esnext",
14
- "dom",
15
- "dom.iterable",
16
- "scripthost"
17
- ]
18
- }
19
- }
1
+ {
2
+ "compilerOptions": {
3
+ "target": "es5",
4
+ "module": "esnext",
5
+ "baseUrl": "./",
6
+ "moduleResolution": "node",
7
+ "paths": {
8
+ "@/*": [
9
+ "src/*"
10
+ ]
11
+ },
12
+ "lib": [
13
+ "esnext",
14
+ "dom",
15
+ "dom.iterable",
16
+ "scripthost"
17
+ ]
18
+ }
19
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "look-ui",
3
- "version": "1.1.31",
3
+ "version": "1.2.1",
4
4
  "description": "a ui library which is based on element-ui",
5
5
  "main": "./dist/look-ui.common.js",
6
6
  "scripts": {
package/src/App.vue CHANGED
@@ -23,6 +23,7 @@
23
23
  </el-dialog> -->
24
24
  <look-dulplicate-checking
25
25
  :data="data"
26
+ searchRepeatedUrl="http://192.168.230.186:7076"
26
27
  @createTasks="createTasks"
27
28
  @merging-click="mergingClick"
28
29
  @subscription-click="subscriptionClick"
@@ -59,10 +60,10 @@ export default {
59
60
  name: '事项工作内容',
60
61
  checked: false,
61
62
  tenantId: '4602000038',
62
- status: '已归并',
63
+ status: '已插入',
63
64
  checkResultListLength: 0,
64
65
  relation:
65
- '《习近平主席出席金砖国家领导人第十五次会晤并对南非进行国事访问。立足南非和金砖,放眼非洲和世 界。》',
66
+ '《习近平主席出席金砖国家领导人第十五次会晤并对南非进行国事访问。立足南非和金砖,放眼非洲和世 界。》《习近平主席出席金砖国家领导人第十五次会晤并对南非进行国事访问。立足南非和金砖,放眼非洲和世 界。》《习近平主席出席金砖国家领导人第十五次会晤并对南非进行国事访问。立足南非和金砖,放眼非洲和世 界。》',
66
67
  },
67
68
  {
68
69
  taskId: '3',
@@ -114,8 +115,8 @@ export default {
114
115
  insertionClick(row) {
115
116
  console.log('插入', row);
116
117
  },
117
- subscriptionClick(row) {
118
- console.log('关注', row);
118
+ subscriptionClick(row, instance) {
119
+ console.log('关注', row, instance);
119
120
  },
120
121
  mergingClick(row) {
121
122
  console.log('归并', row);