feat(异常管理): 增强异常表格功能并优化显示

添加coil-info属性支持以显示异常挂载时机
新增创建人和创建时间列
调整主缺陷列位置
优化质量状态显示逻辑
This commit is contained in:
2026-05-05 17:42:41 +08:00
parent 2f5c799143
commit bc2e42b110
7 changed files with 41 additions and 11 deletions

View File

@@ -27,7 +27,7 @@
</el-form>
<abnormal-table v-loading="loading" ref="abnormalTable" :list="coilAbnormalList"
:editable="true" :show-coil="false"
:editable="true" :show-coil="false" :coil-info="coilInfo"
@delete="handleDelete" @update="handleUpdate">
</abnormal-table>