소스 검색

Merge branch 'master' of http://gogs.weclouds.xyz:3000/crazycat/IDCOL

wzh 5 년 전
부모
커밋
a15bf4020b
6개의 변경된 파일10개의 추가작업 그리고 10개의 파일을 삭제
  1. 1 1
      web/index.html
  2. 2 2
      web/js/app.4a60d8b2.js
  3. 1 1
      web/js/app.4a60d8b2.js.map
  4. 2 2
      web/js/chunk-3c3021a1.ddf45014.js
  5. 1 1
      web/js/chunk-3c3021a1.ddf45014.js.map
  6. 3 3
      webConfig/src/views/projectManagement.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
web/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 2 - 2
web/js/app.4a60d8b2.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
web/js/app.4a60d8b2.js.map


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 2 - 2
web/js/chunk-3c3021a1.ddf45014.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
web/js/chunk-3c3021a1.ddf45014.js.map


+ 3 - 3
webConfig/src/views/projectManagement.vue

@@ -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;