Commit d345eca342ae46b52f02f6c83af859e70fad56a1
1 parent
09121960
1、sn调整
Showing
2 changed files
with
3 additions
and
3 deletions
index.html
src/views/HomeView.vue
... | ... | @@ -377,9 +377,9 @@ |
377 | 377 | |
378 | 378 | <el-form-item |
379 | 379 | prop="sns" |
380 | - label="设备码" | |
380 | + label="SN" | |
381 | 381 | > |
382 | - <el-input v-model="conditionForm.sns" placeholder="输入设备码" /> | |
382 | + <el-input v-model="conditionForm.sns" placeholder="输入设备SN码" /> | |
383 | 383 | </el-form-item> |
384 | 384 | |
385 | 385 | <el-form-item> | ... | ... |