| src/views/eventgm/eventgmDetail.vue | ●●●●● patch | view | raw | blame | history | |
| src/views/repairsorder/repairsorderDetail.vue | ●●●●● patch | view | raw | blame | history | |
| src/views/taskinfo/taskinfoDetail.vue | ●●●●● patch | view | raw | blame | history | |
| src/views/taskinfo/taskinfoPlanDetail.vue | ●●●●● patch | view | raw | blame | history |
src/views/eventgm/eventgmDetail.vue
@@ -383,4 +383,8 @@ } } } .el-input.is-disabled ::v-deep .el-input__inner { color: #606266; } </style> src/views/repairsorder/repairsorderDetail.vue
@@ -288,4 +288,8 @@ } } } .el-input.is-disabled ::v-deep .el-input__inner { color: #606266; } </style> src/views/taskinfo/taskinfoDetail.vue
@@ -242,6 +242,7 @@ }) } }, //获取当前任务绑定的相关事件 getEventgmList(){ getDetail(this.form.id).then(res=>{ if(res.data.code == 200){ @@ -313,4 +314,7 @@ display: block; } .el-input.is-disabled ::v-deep .el-input__inner { color: #606266; } </style> src/views/taskinfo/taskinfoPlanDetail.vue
@@ -196,4 +196,7 @@ display: block; } .el-input.is-disabled ::v-deep .el-input__inner { color: #606266; } </style>