| components/EquipmentInspection.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| components/Technology.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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>