HD_wangm 5 месяцев назад
Родитель
Сommit
8ee46f9663
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      ygtx-ui/src/views/gxt/gxtOrder/index.vue

+ 2 - 2
ygtx-ui/src/views/gxt/gxtOrder/index.vue

@@ -436,7 +436,7 @@
     </el-dialog>
     <!-- 接单对话框 -->
     <el-dialog :title="`接单 - ${acceptForm.workOrderProjectNo}`" v-model="acceptDialogVisible" width="800px" append-to-body>
-      <div style="max-height: 500px; overflow-y: auto; padding-right: 10px;">
+<!--      <div style="max-height: 500px; overflow-y: auto; padding-right: 10px;">-->
         <el-form ref="acceptRef" :model="acceptForm" :rules="acceptRules" label-width="120px" label-position="top">
           <el-row :gutter="20">
             <el-col :span="12">
@@ -532,7 +532,7 @@
             </el-col>
           </el-row>
         </el-form>
-      </div>
+<!--      </div>-->
       <template #footer>
         <div class="dialog-footer">
           <el-button type="primary" @click="submitAccept">确认接单</el-button>