cloud-web-corejs 1.0.54-dev.521 → 1.0.54-dev.523

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,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.54-dev.521",
4
+ "version": "1.0.54-dev.523",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -106,6 +106,7 @@
106
106
  v-model="formConfig.addFormCode"
107
107
  @clear="
108
108
  formConfig.addFormCode = null;
109
+ formConfig.addFormName = null
109
110
  $forceUpdate();
110
111
  "
111
112
  v-el-readonly
@@ -62,6 +62,15 @@ export const constantRoutes = [
62
62
  title: "测试二维码",
63
63
  },
64
64
  },
65
+ {
66
+ path: "/test_gantt",
67
+ component: () =>
68
+ import("@/views/test/test_gatt"),
69
+ name: "test1",
70
+ meta: {
71
+ title: "测试甘特图",
72
+ },
73
+ },
65
74
 
66
75
  ],
67
76
  },