| | |
| | | <input class="input small-font" v-model="selectedToolNo" placeholder="请通过刀具目录选择" disabled /> |
| | | </view> |
| | | <view class="form-cell"> |
| | | <label class="form-label">使用上限:</label> |
| | | <label class="form-label highlight-label">使用上限:</label> |
| | | <input class="input small-font input-use-limit" type="number" v-model="useLimitInput" placeholder="每次下刀后手填上限" :disabled="!selectedToolNo || loadingForm" /> |
| | | </view> |
| | | <view class="form-cell"> |
| | |
| | | margin-right: 10px; |
| | | } |
| | | |
| | | .highlight-label { |
| | | color: #1890ff !important; /* 你想要的颜色 */ |
| | | } |
| | | |
| | | </style> |