From 64380385262bd83aa6fdb5f4ed3bd54c194a5892 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期五, 08 十二月 2023 12:57:25 +0800
Subject: [PATCH] 	modified:   src/views/product/workbench/workReport-feed.vue 	modified:   src/views/product/workbench/workReportCard.vue

---
 src/views/technology/operation/operation-form.vue |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/views/technology/operation/operation-form.vue b/src/views/technology/operation/operation-form.vue
index 765b7e7..d6bd9e4 100644
--- a/src/views/technology/operation/operation-form.vue
+++ b/src/views/technology/operation/operation-form.vue
@@ -120,12 +120,12 @@
                   />
                 </el-select>
               </el-form-item> -->
-              <!-- <el-form-item label="鐝粍浜哄憳" prop="crewSize">
+              <el-form-item label="鐝粍浜哄憳" prop="crewSize">
                 <el-input
                   v-model="dataForm.crewSize"
                   placeholder="鐝粍浜哄憳"
                 ></el-input>
-              </el-form-item> -->
+              </el-form-item>
               <!-- <el-form-item label="澶栭儴宸ュ簭椤圭洰" prop="outsideOpItem">
                 <el-select
                   v-model="dataForm.outsideOpItem"
@@ -150,7 +150,7 @@
               </el-form-item>
             </el-col>
           </el-row>
-          <el-row style="padding-top: 10px">
+          <!-- <el-row style="padding-top: 10px">
             <el-col :span="24">
               <el-form-item label="閰嶇疆椤�">
                 <el-checkbox-group
@@ -182,13 +182,13 @@
                 </el-checkbox-group>
               </el-form-item>
             </el-col>
-          </el-row>
+          </el-row> -->
         </el-form>
       </div>
 
       <div class="operation-detail">
         <el-tabs type="card" style="width: 100%;height: 100%">
-          <el-tab-pane label="鍩虹" style="height: 100%">
+          <!-- <el-tab-pane label="鍩虹" style="height: 100%">
             <el-card class="operation-capacity" header="宸ュ簭鑳藉姏">
               <el-transfer
                 filterable
@@ -226,7 +226,7 @@
                 </div>
               </el-upload>
             </el-card>
-          </el-tab-pane>
+          </el-tab-pane> -->
           <el-tab-pane label="鍙傛暟" style="height: 100%">
             <el-card class="operation-capacity" header="宸ュ簭鍙傛暟闆嗘ā鏉�">
               <div slot="header">
@@ -592,8 +592,8 @@
       // }
     },
     init() {
-      this.operationId = this.dataForm.id
-      this.fetchCapabilityForOperation()
+      // this.operationId = this.dataForm.id
+      // this.fetchCapabilityForOperation()
       if (this.dataForm.id) {
         getObj(this.dataForm.id).then((response) => {
           this.dataForm = response.data.data

--
Gitblit v1.9.3