feat(钢卷异常): 添加异常判级功能并优化界面

- 新增异常判级API接口和前端功能
- 优化表单提交按钮加载状态位置
- 简化产品类型列显示并增加宽度
- 重构异常详情界面布局和操作按钮
- 添加判级对话框及相关逻辑处理
This commit is contained in:
砂糖
2025-12-05 14:45:49 +08:00
parent 60bf543533
commit bdc8a92341
4 changed files with 82 additions and 100 deletions

View File

@@ -431,9 +431,9 @@ export default {
},
/** 提交按钮 */
submitForm() {
this.buttonLoading = true;
this.$refs['form'].validate(valid => {
if (valid) {
this.buttonLoading = true;
if (this.form.actionId != null) {
updatePendingAction(this.form).then(response => {
this.$message.success('修改成功');