guhongwei 3 年之前
父節點
當前提交
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-col>
         </el-col>
+        <el-col :span="24" class="thr">
+          <p>注:<span>研发人员会影响后续资料归档功能,填写人数需3人以上!</span></p>
+        </el-col>
         <el-col :span="24" class="btn">
           <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>
@@ -248,6 +251,16 @@ export default {
       border: 1px solid red;
     }
   }
+  .thr {
+    p {
+      font-size: 16px;
+      color: #000;
+      span {
+        color: #ff0000;
+        font-weight: bold;
+      }
+    }
+  }
   .btn {
     text-align: center;
   }

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

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