|
@@ -3405,7 +3405,7 @@
|
|
|
|
|
|
/*添加项目*/
|
|
|
addItemFun(){
|
|
|
- this.projectTitle = 'Add Project';
|
|
|
+ this.projectTitle = 'Add project';
|
|
|
this.projectButton = 'Create it now';
|
|
|
|
|
|
this.addItemDialog = true;
|
|
@@ -3427,7 +3427,7 @@
|
|
|
editProject(){
|
|
|
// console.log(this.detail)
|
|
|
this.addItemDialog = true;
|
|
|
- this.projectTitle = 'Edit Project';
|
|
|
+ this.projectTitle = 'Edit project';
|
|
|
this.projectButton = 'Save';
|
|
|
this.$nextTick(function(){
|
|
|
this.$refs['addItemData'].resetFields();
|
|
@@ -3846,7 +3846,7 @@
|
|
|
},
|
|
|
projectSaveFun(){
|
|
|
var projectId;
|
|
|
- if(this.projectTitle == 'Edit Project'){
|
|
|
+ if(this.projectTitle == 'Edit project'){
|
|
|
projectId = this.projectId;
|
|
|
}else{
|
|
|
projectId = 0;
|