| | |
| | | // 添加刷新按钮的处理方法 |
| | | handleRefresh() { |
| | | this.$sendPostRequest({ |
| | | url: "http://192.168.0.94:9095/Numerical/RefreshDev", |
| | | url: "http://192.168.0.94:9095/Numerical/RefreshDevBycl", |
| | | data: { |
| | | machineNo: this.order.machineNo |
| | | }, |
| | |
| | | } |
| | | |
| | | .status-row .form-item label { |
| | | min-width: 110px; |
| | | margin-right: 8px; |
| | | min-width: 220px; /* 可根据实际情况调整宽度 */ |
| | | white-space: nowrap; |
| | | } |
| | | |
| | | .status-row .inp { |
| | | width: 70%; |
| | | min-width: 120px; |
| | | } |
| | | |
| | | .status-row .form-item label { |
| | | font-size: 1.25vw; |
| | | font-weight: bold; |
| | | color: #222; |
| | | } |
| | | |
| | | .status-row .inp { |
| | | font-size: 1.25vw; |
| | | font-weight: bold; |
| | | color: #222; |
| | | } |
| | | </style> |