look-ui 1.1.21 → 1.1.24

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/package.json CHANGED
@@ -1,34 +1,37 @@
1
- {
2
- "name": "look-ui",
3
- "version": "1.1.21",
4
- "description": "a ui library which is based on element-ui",
5
- "main": "./dist/look-ui.common.js",
6
- "scripts": {
7
- "serve": "vue-cli-service serve",
8
- "build": "vue-cli-service build",
9
- "lib": "vue-cli-service build --target lib --name look-ui --dest dist packages/index.js",
10
- "test": "echo \"Error: no test specified\" && exit 1"
11
- },
12
- "dependencies": {
13
- "axios": "^1.5.1",
14
- "core-js": "^3.8.3",
15
- "element-ui": "^2.15.14",
16
- "qs": "^6.11.2",
17
- "sass": "^1.63.6",
18
- "sass-loader": "^13.3.2",
19
- "vue": "^2.6.14"
20
- },
21
- "devDependencies": {
22
- "@vue/cli-plugin-babel": "~5.0.0",
23
- "@vue/cli-service": "~5.0.0",
24
- "vue-template-compiler": "^2.6.14"
25
- },
26
- "repository": {
27
- "type": "git",
28
- "url": "https://github.com/cyan0714/look-ui"
29
- },
30
- "homepage": "https://github.com/cyan0714/look-ui",
31
- "keywords": [],
32
- "author": "Shiyan Chen",
33
- "license": "ISC"
34
- }
1
+ {
2
+ "name": "look-ui",
3
+ "version": "1.1.24",
4
+ "description": "a ui library which is based on element-ui",
5
+ "main": "./dist/look-ui.common.js",
6
+ "scripts": {
7
+ "serve": "vue-cli-service serve",
8
+ "build": "vue-cli-service build",
9
+ "lib": "vue-cli-service build --target lib --name look-ui --dest dist packages/index.js",
10
+ "test": "echo \"Error: no test specified\" && exit 1",
11
+ "release": "release-it"
12
+ },
13
+ "dependencies": {
14
+ "axios": "^1.5.1",
15
+ "core-js": "^3.8.3",
16
+ "element-ui": "^2.15.14",
17
+ "qs": "^6.11.2",
18
+ "sass": "^1.63.6",
19
+ "sass-loader": "^13.3.2",
20
+ "vue": "^2.6.14"
21
+ },
22
+ "devDependencies": {
23
+ "@release-it/conventional-changelog": "^7.0.2",
24
+ "@vue/cli-plugin-babel": "~5.0.0",
25
+ "@vue/cli-service": "~5.0.0",
26
+ "release-it": "^16.2.1",
27
+ "vue-template-compiler": "^2.6.14"
28
+ },
29
+ "repository": {
30
+ "type": "git",
31
+ "url": "http://192.168.0.66/font-end/look-ui"
32
+ },
33
+ "homepage": "http://192.168.0.66/font-end/look-ui",
34
+ "keywords": [],
35
+ "author": "Shiyan Chen",
36
+ "license": "ISC"
37
+ }
package/src/App.vue CHANGED
@@ -17,29 +17,29 @@ export default {
17
17
  data: [
18
18
  {
19
19
  taskId: '1',
20
- name: '三亚市第一艘海洋休闲渔船',
20
+ name: '三亚市第一艘海洋休闲渔船海洋休闲渔船',
21
21
  checked: false,
22
22
  tenantId: '4602000038',
23
23
  checkResultListLength: 0,
24
24
  status: '已关注',
25
25
  relation: '《习近平主席出席金砖国家领导人第十五次会晤并对南非进行国事访问。立足南非和金砖,放眼非洲和世 界。》', // 已处理任务的关联任务的名字
26
26
  },
27
- // {
28
- // taskId: '2',
29
- // name: '事项工作内容',
30
- // checked: false,
31
- // tenantId: '4602000038',
32
- // checkResultListLength: 0,
33
- // },
34
- // {
35
- // taskId: '3',
36
- // name: '琼海',
37
- // checked: false,
38
- // tenantId: '4602000038',
39
- // checkResultListLength: 0,
40
- // status: '已关注', // 已处理任务的状态
41
- // relation: '《习近平主席出席金砖国家领导人第十五次会晤并对南非进行国事访问。立足南非和金砖,放眼非洲和世 界。》', // 已处理任务的关联任务的名字
42
- // },
27
+ {
28
+ taskId: '2',
29
+ name: '事项工作内容',
30
+ checked: false,
31
+ tenantId: '4602000038',
32
+ checkResultListLength: 0,
33
+ },
34
+ {
35
+ taskId: '3',
36
+ name: '琼海',
37
+ checked: false,
38
+ tenantId: '4602000038',
39
+ checkResultListLength: 0,
40
+ status: '已关注', // 已处理任务的状态
41
+ relation: '《习近平主席出席金砖国家领导人第十五次会晤并对南非进行国事访问。立足南非和金砖,放眼非洲和世 界。》', // 已处理任务的关联任务的名字
42
+ },
43
43
  ],
44
44
  };
45
45
  },