liuhairui 1 éve
szülő
commit
85e9fe7a02
1 módosított fájl, 4 hozzáadás és 5 törlés
  1. 4 5
      src/view/yunyin/shengchanguanli/shebeiyunxing.vue

+ 4 - 5
src/view/yunyin/shengchanguanli/shebeiyunxing.vue

@@ -2303,14 +2303,13 @@
             </el-table>
           </el-dialog>
 		  
-		<!-- 机台编号选择 -->
-		<el-dialog v-model="dialogSelectVisible_Gx" title="选择" destroy-on-close width="600px" >
+		<!-- 工序名称选择 -->
+		<el-dialog v-model="dialogSelectVisible_Gx" title="选择" destroy-on-close width="600px" style="margin-top: 3%;" >
 		    <el-table tooltip-effect="dark" :data="selectData_Gx"
 		      row-key="ID" highlight-current-row="true"
 		      border style="width:100%"
-		      @row-dblclick="handleSelectClick_Gx"
-		    >
-				<el-table-column prop="name" label="" width="560" />	      	 
+		      @row-dblclick="handleSelectClick_Gx">
+			  <el-table-column prop="name" label="" width="560" />	      	 
 		    </el-table>
 		  </el-dialog>