dengrui 3 月之前
父節點
當前提交
95d6131e67
共有 1 個文件被更改,包括 0 次插入28 次删除
  1. 0 28
      src/views/pro-steps/index.vue

+ 0 - 28
src/views/pro-steps/index.vue

@@ -145,34 +145,6 @@
                     </div>
                   </router-link>
                 </div>
-                <div
-                  v-if="snVal == null && taskIndex == null"
-                  style="
-                    font-size: 40px;
-                    font-weight: 500;
-                    color: white;
-                    width: 100%;
-                    height: 80px;
-                    text-align: center;
-                    line-height: 80px;
-                  "
-                >
-                  请先选择工序
-                </div>
-                <div
-                  v-else-if="snVal == null"
-                  style="
-                    font-size: 40px;
-                    font-weight: 500;
-                    color: white;
-                    width: 100%;
-                    height: 80px;
-                    text-align: center;
-                    line-height: 80px;
-                  "
-                >
-                  请选择其他工序
-                </div>
               </div>
             </el-scrollbar>
           </div>