1. 增加功能,可修改站台ip

This commit is contained in:
梁州 2026-03-17 10:52:13 +08:00
parent 34e76f7de6
commit d7698a9a6e
2 changed files with 116 additions and 204 deletions

313
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -132,6 +132,11 @@
:disabled="standFormEntity.standType != 2"></el-select-v2>
</el-form-item>
</el-col>
<el-col :span="12">
<el-form-item label="上次使用时间" prop="standIp">
<el-input v-model="standFormEntity.standIp"/>
</el-form-item>
</el-col>
</el-row>
</el-form>
</div>
@ -390,6 +395,7 @@ export default {
allowNoPlan: row.allowNoPlan,
allowMwl: row.allowMwl,
allowMg: row.allowMg,
standIp: row.standIp
}
this.dialogVisible = true
},
@ -410,6 +416,7 @@ export default {
allowNoPlan: formData.allowNoPlan,
allowMwl: formData.allowMwl,
allowMg: formData.allowMg,
standIp: formData.standIp,
userName: store.getters.getUserName
}
updateStandInfo(params).then(res => {