Browse Source

调整文案 - 扫描耗材

feature/history-20250108
zhangjiming 7 months ago
parent
commit
3eebe5042b
  1. 4
      src/pages/Index/components/Consumables/MoveLiquidArea.vue

4
src/pages/Index/components/Consumables/MoveLiquidArea.vue

@ -1,13 +1,13 @@
<template> <template>
<div id="move-liquid-area-container"> <div id="move-liquid-area-container">
<!-- 加载耗材按钮-->
<!-- 扫描耗材按钮-->
<el-button <el-button
type="primary" type="primary"
class="load-consumables" class="load-consumables"
v-if="!isLoad" v-if="!isLoad"
@click="handleIsLoad" @click="handleIsLoad"
:loading="isLoading" :loading="isLoading"
>加载耗材</el-button
>扫描耗材</el-button
> >
<el-button <el-button
type="danger" type="danger"

Loading…
Cancel
Save