Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
evm-store
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wanli
evm-store
Commits
f4194576
Commit
f4194576
authored
Jul 15, 2021
by
wanli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat(): 添加应用管理表单前端
parent
e60789b3
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
5788 additions
and
877 deletions
+5788
-877
tools/config.json
tools/config.json
+15
-7
tools/frontend/package-lock.json
tools/frontend/package-lock.json
+4823
-672
tools/frontend/package.json
tools/frontend/package.json
+3
-1
tools/frontend/src/views/Application/Form.vue
tools/frontend/src/views/Application/Form.vue
+222
-89
tools/frontend/src/views/Application/Index.vue
tools/frontend/src/views/Application/Index.vue
+1
-1
tools/frontend/src/views/Application/i18n.js
tools/frontend/src/views/Application/i18n.js
+0
-84
tools/frontend/yarn.lock
tools/frontend/yarn.lock
+724
-23
No files found.
tools/config.json
View file @
f4194576
...
...
@@ -556,7 +556,7 @@
},
{
"name"
:
"package"
,
"enable"
:
fals
e
,
"enable"
:
tru
e
,
"controller"
:
{
"className"
:
"Resource"
},
...
...
@@ -589,6 +589,14 @@
"required"
:
true
,
"toJson"
:
true
},
{
"name"
:
"algorithm"
,
"dataType"
:
"String"
,
"default"
:
"zlib"
,
"length"
:
50
,
"required"
:
true
,
"toJson"
:
true
},
{
"name"
:
"file_path"
,
"dataType"
:
"String"
,
...
...
@@ -1050,7 +1058,7 @@
},
{
"name"
:
"device"
,
"enable"
:
tru
e
,
"enable"
:
fals
e
,
"controller"
:
{
"className"
:
"Resource"
},
...
...
@@ -1346,7 +1354,7 @@
},
{
"name"
:
"monitorWatch"
,
"enable"
:
tru
e
,
"enable"
:
fals
e
,
"controller"
:
{
"className"
:
"Resource"
},
...
...
@@ -1413,7 +1421,7 @@
},
{
"name"
:
"monitorSystem"
,
"enable"
:
tru
e
,
"enable"
:
fals
e
,
"controller"
:
{
"className"
:
"Resource"
},
...
...
@@ -1512,7 +1520,7 @@
},
{
"name"
:
"monitorLvgl"
,
"enable"
:
tru
e
,
"enable"
:
fals
e
,
"controller"
:
{
"className"
:
"Resource"
},
...
...
@@ -1626,7 +1634,7 @@
},
{
"name"
:
"monitorImage"
,
"enable"
:
tru
e
,
"enable"
:
fals
e
,
"controller"
:
{
"className"
:
"Resource"
},
...
...
@@ -1727,7 +1735,7 @@
},
{
"name"
:
"monitorEvm"
,
"enable"
:
tru
e
,
"enable"
:
fals
e
,
"controller"
:
{
"className"
:
"Resource"
},
...
...
tools/frontend/package-lock.json
View file @
f4194576
This diff is collapsed.
Click to expand it.
tools/frontend/package.json
View file @
f4194576
...
...
@@ -15,11 +15,11 @@
"codemirror"
:
"^5.59.2"
,
"core-js"
:
"^3.9.0"
,
"cropperjs"
:
"^1.5.11"
,
"eslint"
:
"^7.30.0"
,
"npm-check-updates"
:
"^11.7.1"
,
"numeral"
:
"^2.0.6"
,
"plyr"
:
"^3.6.4"
,
"vue"
:
"^2.5.17"
,
"vue-cli"
:
"^2.9.6"
,
"vue-codemirror"
:
"^4.0.6"
,
"vue-i18n"
:
"^8.1.0"
,
"vue-router"
:
"^3.0.1"
,
...
...
@@ -30,7 +30,9 @@
"@vue/cli-plugin-babel"
:
"^3.0.3"
,
"@vue/cli-plugin-eslint"
:
"^3.0.3"
,
"@vue/cli-service"
:
"^3.0.3"
,
"babel-eslint"
:
"^10.1.0"
,
"babel-plugin-import"
:
"^1.9.1"
,
"eslint"
:
"^7.30.0"
,
"eslint-plugin-vue"
:
"^7.13.0"
,
"less"
:
"^3.8.1"
,
"less-loader"
:
"^4.1.0"
,
...
...
tools/frontend/src/views/Application/Form.vue
View file @
f4194576
This diff is collapsed.
Click to expand it.
tools/frontend/src/views/Application/Index.vue
View file @
f4194576
...
...
@@ -369,4 +369,4 @@ export default {
</
script
>
<
style
lang=
"less"
>
@import url("styles/tableList.less");
</
style
>
\ No newline at end of file
</
style
>
tools/frontend/src/views/Application/i18n.js
deleted
100644 → 0
View file @
e60789b3
module
.
exports
=
{
messages
:
{
CN
:
{
pageDesc
:
"
表单页用于向用户收集或验证信息,基础表单常见于数据项较少的表单场景。
"
,
title
:
"
标题
"
,
titleInput
:
"
给目标起个名字
"
,
date
:
"
起止日期
"
,
describe
:
"
目标描述
"
,
describeInput
:
"
请输入你阶段性工作目标
"
,
metrics
:
"
衡量标准
"
,
metricsInput
:
"
请输入衡量标准
"
,
customer
:
"
客户
"
,
customerInput
:
"
请描述你服务的客户,内部客户直接 @姓名/工号
"
,
critics
:
"
邀评人
"
,
criticsInput
:
"
请直接 @姓名/工号,最多可邀请 5 人
"
,
weight
:
"
权重
"
,
disclosure
:
"
目标公开
"
,
disclosureDesc
:
"
客户、邀评人默认被分享
"
,
public
:
"
公开
"
,
partially
:
"
部分公开
"
,
private
:
"
不公开
"
,
submit
:
"
提交
"
,
save
:
"
保存
"
,
colleague1
:
"
同事甲
"
,
colleague2
:
"
同事乙
"
,
colleague3
:
"
同事丙
"
,
},
HK
:
{
pageDesc
:
"
表單頁用於向用戶收集或驗證信息,基礎表單常見於數據項較少的表單場景。
"
,
title
:
"
標題
"
,
titleInput
:
"
給目標起個名字
"
,
date
:
"
起止日期
"
,
describe
:
"
目標描述
"
,
describeInput
:
"
請輸入你階段性的工作目標
"
,
metrics
:
"
衡量標準
"
,
metricsInput
:
"
請輸入衡量標準
"
,
customer
:
"
客戶
"
,
customerInput
:
"
請描述你服務的客戶,內部客戶直接 @姓名/工號
"
,
critics
:
"
邀評人
"
,
criticsInput
:
"
請直接 @姓名/工號,最多可邀請 5 人
"
,
weight
:
"
圈中人
"
,
disclosure
:
"
目標公開
"
,
disclosureDesc
:
"
客戶、邀評人默認被分享
"
,
public
:
"
公開
"
,
partially
:
"
部分公開
"
,
private
:
"
不公開
"
,
submit
:
"
提交
"
,
save
:
"
保存
"
,
colleague1
:
"
同事甲
"
,
colleague2
:
"
同事乙
"
,
colleague3
:
"
同事丙
"
,
},
US
:
{
pageDesc
:
"
Form pages are used to collect or verify information to users, and basic forms are common in scenarios where there are fewer data items.
"
,
title
:
"
Title
"
,
titleInput
:
"
Give the target a name
"
,
date
:
"
Start and end date
"
,
describe
:
"
Goal description
"
,
describeInput
:
"
Please enter your work goals
"
,
metrics
:
"
Metrics
"
,
metricsInput
:
"
Please enter a metric
"
,
customer
:
"
Customer
"
,
customerInput
:
"
Please describe your customer service, internal customers directly @ Name / job number
"
,
critics
:
"
Inviting critics
"
,
criticsInput
:
"
Please direct @ Name / job number, you can invite up to 5 people
"
,
weight
:
"
Weight
"
,
disclosure
:
"
Target disclosure
"
,
disclosureDesc
:
"
Customers and invitees are shared by default
"
,
public
:
"
Public
"
,
partially
:
"
Partially public
"
,
private
:
"
Private
"
,
submit
:
"
Submit
"
,
save
:
"
Save
"
,
colleague1
:
"
Colleague A
"
,
colleague2
:
"
Colleague B
"
,
colleague3
:
"
Colleague C
"
,
},
},
};
tools/frontend/yarn.lock
View file @
f4194576
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment