guhongwei 3 лет назад
Родитель
Сommit
a387f53596
2 измененных файлов с 30 добавлено и 1 удалено
  1. 13 0
      src/views/userCenter/common/updateParts/research.vue
  2. 17 1
      src/views/userDeclare/parts/research.vue

+ 13 - 0
src/views/userCenter/common/updateParts/research.vue

@@ -29,6 +29,9 @@
             </el-table>
             </el-table>
           </el-col>
           </el-col>
         </el-col>
         </el-col>
+        <el-col :span="24" class="thr">
+          <p>注:<span>研发人员会影响后续资料归档功能,填写人数需3人以上!</span></p>
+        </el-col>
         <el-col :span="24" class="btn">
         <el-col :span="24" class="btn">
           <el-button type="danger" size="mini" @click="researchUp">上一步</el-button>
           <el-button type="danger" size="mini" @click="researchUp">上一步</el-button>
           <el-button type="primary" size="mini" @click="timeBtn" v-if="status == '0' || status == '10'">临时保存</el-button>
           <el-button type="primary" size="mini" @click="timeBtn" v-if="status == '0' || status == '10'">临时保存</el-button>
@@ -248,6 +251,16 @@ export default {
       border: 1px solid red;
       border: 1px solid red;
     }
     }
   }
   }
+  .thr {
+    p {
+      font-size: 16px;
+      color: #000;
+      span {
+        color: #ff0000;
+        font-weight: bold;
+      }
+    }
+  }
   .btn {
   .btn {
     text-align: center;
     text-align: center;
   }
   }

+ 17 - 1
src/views/userDeclare/parts/research.vue

@@ -3,7 +3,10 @@
     <el-row>
     <el-row>
       <el-col :span="24" class="research">
       <el-col :span="24" class="research">
         <el-col :span="24" class="one">
         <el-col :span="24" class="one">
-          <el-button type="primary" size="mini" @click="add">添加研发用户</el-button>
+          <el-col :span="24">
+            <el-button type="primary" size="mini" @click="add">添加研发用户</el-button>
+          </el-col>
+          <el-col :span="24"> </el-col>
         </el-col>
         </el-col>
         <el-col :span="24" class="two">
         <el-col :span="24" class="two">
           <el-col :span="24" class="list">
           <el-col :span="24" class="list">
@@ -29,6 +32,9 @@
             </el-table>
             </el-table>
           </el-col>
           </el-col>
         </el-col>
         </el-col>
+        <el-col :span="24" class="thr">
+          <p>注:<span>研发人员会影响后续资料归档功能,填写人数需3人以上!</span></p>
+        </el-col>
         <el-col :span="24" class="btn">
         <el-col :span="24" class="btn">
           <el-button type="danger" size="mini" @click="researchUp">上一步</el-button>
           <el-button type="danger" size="mini" @click="researchUp">上一步</el-button>
           <el-button type="primary" size="mini" @click="timeBtn">临时保存</el-button>
           <el-button type="primary" size="mini" @click="timeBtn">临时保存</el-button>
@@ -245,6 +251,16 @@ export default {
       border: 1px solid red;
       border: 1px solid red;
     }
     }
   }
   }
+  .thr {
+    p {
+      font-size: 16px;
+      color: #000;
+      span {
+        color: #ff0000;
+        font-weight: bold;
+      }
+    }
+  }
   .btn {
   .btn {
     text-align: center;
     text-align: center;
   }
   }