diff --git a/index.html b/index.html index 382f728..92280e0 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ * @Author: donghao donghao@supervision.ltd * @Date: 2024-01-12 14:35:28 * @LastEditors: donghao donghao@supervision.ltd - * @LastEditTime: 2024-01-24 11:33:27 + * @LastEditTime: 2024-03-21 17:55:12 * @FilePath: \General-AI-Platform-Web-Client\index.html * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE --> @@ -21,8 +21,9 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + 机位:{{ formData.deviceSceneItem }} + + + + + + 缺陷告警 + 全部告警 + + + + + 序号: {{ v.alarmNo }} + + + + 缺陷类型: {{ v.defectType }} + + + 检测时间: {{ v.createTime }} + + + 产品类型: {{ v.productType }} + 长: {{ v.productL }} + 宽: {{ v.productW }} + + + + + + + + + + + + + + + + + + + + + 重置 + + 查询 + + + + + + + + + + + + 查看详情 + + + + + + + + + + + + + + + 序号: {{ currRowData.alarmNo }} + + + + 缺陷类型: {{ currRowData.defectType }} + + + 检测时间: {{ currRowData.createTime }} + + + 产品类型: {{ currRowData.productType }} + 长: {{ currRowData.productL }} + 宽: {{ currRowData.productW }} + + + + + + + + + +
+ 缺陷类型: {{ v.defectType }} +
+ 检测时间: {{ v.createTime }} +
+ 缺陷类型: {{ currRowData.defectType }} +
+ 检测时间: {{ currRowData.createTime }} +
+ 产品类型: {{ currRowData.productType }} + 长: {{ currRowData.productL }} + 宽: {{ currRowData.productW }} +