Browse Source

切换项目更新

ZaiZai 11 tháng trước cách đây
mục cha
commit
0e3c6373eb
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      src/views/tentative/material/modules/testSample/flow.vue

+ 3 - 1
src/views/tentative/material/modules/testSample/flow.vue

@@ -14,7 +14,9 @@
             </div>
         </template>
         <template #extra>
-            <el-button type="primary" :disabled="tableCheckedKeys.length <= 0" @click="manualStorageClick">手动入库</el-button>
+            <el-tooltip content="注:此功能用以扫描设备故障时使用,谨慎点击" placement="top">
+                <el-button type="primary" :disabled="tableCheckedKeys.length <= 0" @click="manualStorageClick">手动入库</el-button>
+            </el-tooltip>
         </template>
         <hc-table
             :column="tableColumn" :datas="tableData" :loading="tableLoading" :index-style="{ width: 60 }"