File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
component/workflowContentItem Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 22
22
"project" : {
23
23
"projectName" : " Project Name" ,
24
24
"gotoScriptis" : " Visit Scriptis" ,
25
- "createproject " : " Create Project" ,
25
+ "createProject " : " Create Project" ,
26
26
"editorProject" : " Edit Project" ,
27
27
"search" : " Search Project" ,
28
28
"deleteProject" : " Delete Project" ,
134
134
"workflow" : {
135
135
"infoHeader" : " Welcome to Workflow!" ,
136
136
"workflow" : " Workflow" ,
137
- "createworkflow " : " Create workflow" ,
137
+ "createWorkflow " : " Create workflow" ,
138
138
"gotoVisualis" : " Enter Visualis" ,
139
139
"publishProject" : " Publish project" ,
140
140
"searchWorkflow" : " Search for workflow" ,
Original file line number Diff line number Diff line change 23
23
"project" : {
24
24
"projectName" : " 工程名" ,
25
25
"gotoScriptis" : " 进入Scriptis" ,
26
- "createproject " : " 创建工程" ,
26
+ "createProject " : " 创建工程" ,
27
27
"editorProject" : " 修改工程" ,
28
28
"search" : " 搜索工程" ,
29
29
"deleteProject" : " 删除工程" ,
134
134
"workflow" : {
135
135
"infoHeader" : " 欢迎来到工作流!" ,
136
136
"workflow" : " 工作流" ,
137
- "createworkflow " : " 创建工作流" ,
137
+ "createWorkflow " : " 创建工作流" ,
138
138
"gotoVisualis" : " 进入Visualis" ,
139
139
"publishProject" : " 发布工程" ,
140
140
"searchWorkflow" : " 搜索工作流" ,
Original file line number Diff line number Diff line change 15
15
class =" icon-blod"
16
16
size =" 60"
17
17
></Icon >
18
- <span >{{$t(`message.${source}.create${source} `)}}</span >
18
+ <span >{{$t(`message.${source}`)}}</span >
19
19
</div >
20
20
</i-col >
21
21
<i-col
Original file line number Diff line number Diff line change 15
15
:data-list =" item.dssProjectList"
16
16
:current-data =" item"
17
17
:precent-list =" precentList"
18
- source =" project"
18
+ source =" project.createProject "
19
19
tag-prop =" business"
20
20
@goto =" gotoWorkflow"
21
21
@add =" addProject"
@@ -220,7 +220,7 @@ export default {
220
220
this .loading = true ;
221
221
if (this .actionType === ' add' ) {
222
222
api .fetch (' /dss/addProject' , projectData, ' post' ).then (() => {
223
- this .$Message .success (` ${ this .$t (' message.project.createproject ' )}${ this .$t (' message.newConst.success' )} ` );
223
+ this .$Message .success (` ${ this .$t (' message.project.createProject ' )}${ this .$t (' message.newConst.success' )} ` );
224
224
this .getclassListData ().then ((data ) => {
225
225
// 新建完工程进到工作流页
226
226
const currentProject = data[0 ].dssProjectList .filter ((project ) => project .name === projectData .name )[0 ];
Original file line number Diff line number Diff line change 16
16
:current-data =" item"
17
17
:data-list =" item.dssFlowList"
18
18
:readonly =" myReadonly"
19
- source =" workflow"
19
+ source =" workflow.createWorkflow "
20
20
tag-prop =" uses"
21
21
@add =" addProject"
22
22
@goto =" gotoWorkflow"
You can’t perform that action at this time.
0 commit comments