快乐的昕的电脑
2025-11-14 1f6495530179d3887c002bd8d0e62f3b53899fe6
添加注释
已修改2个文件
7 ■■■■■ 文件已修改
components/EquipmentInspection.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/Technology.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/EquipmentInspection.vue
@@ -1,6 +1,7 @@
<template>
    <view class="inspection-page">
        <!-- 顶部标题和机台信息 -->
        <!--设备点检-->
        <view class="header">
            <view class="title-row">
                <text class="page-title">设备点检表</text>
components/Technology.vue
@@ -2,7 +2,7 @@
    <view class="parameter-page">
        <!-- 获取参数按钮 -->
        <button class="fetch-btn" @click="dialogToggle">获取当前参数</button>
        <!--工艺参数-->
        <!-- 参数表格,分为两列 -->
        <view class="parameter-table">
            <!-- 左列参数 -->
@@ -67,8 +67,8 @@
                </view>
            </view>
        </view>
    </view>