Browse Source

feat:[试验管理][预填表单]编辑,新增

master
15881625488@163.com 1 week ago
parent
commit
aa7ad40ce0
3 changed files with 89 additions and 55 deletions
  1. +7
    -2
      src/App.vue
  2. +65
    -42
      src/views/business/study/comp/ytbd/Bj.vue
  3. +17
    -11
      src/views/business/study/comp/ytbdList.vue

+ 7
- 2
src/App.vue View File

@ -314,7 +314,6 @@ export default {
/** 基础信息设置tab **/ /** 基础信息设置tab **/
.edit-container { .edit-container {
background: #ffffff !important;
.edit-top { .edit-top {
background: #fff; background: #fff;
@ -344,6 +343,7 @@ export default {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
height: 24px; height: 24px;
.is-finish { .is-finish {
background: #409eff; background: #409eff;
border: none; border: none;
@ -356,12 +356,17 @@ export default {
margin-top: 12px; margin-top: 12px;
margin-left: 5px; margin-left: 5px;
margin-right: 5px; margin-right: 5px;
border-top: 1px solid #d0d0d0;
border-top: 1px solid #d0d0d0;
} }
} }
.right-top {} .right-top {}
} }
.edit-content {
background: #ffffff;
padding: 10px 10px;
margin-top: 10px;
}
} }
</style> </style>

+ 65
- 42
src/views/business/study/comp/ytbd/Bj.vue View File

@ -23,8 +23,45 @@ G