Browse Source

fix:去除工艺功能; 自检参数修改

master
guoapeng 3 months ago
parent
commit
1e35ba9a54
  1. 6
      src/components/check/index.vue
  2. 24
      src/views/home/index.vue

6
src/components/check/index.vue

@ -52,7 +52,7 @@ const statusMap: Record<string, Record<string, string>> = {
},
gantryZOrigin: {
name: '机械臂z轴',
value: 'y',
value: 'z',
type: 'axis',
},
dualRobotJoint1Origin: {
@ -77,12 +77,12 @@ const statusMap: Record<string, Record<string, string>> = {
},
trayLifting02Origin: {
name: '加热区02托盘升降',
value: 'heat_module_01',
value: 'heat_module_02',
type: 'heat',
},
trayLifting03Origin: {
name: '加热区03托盘升降',
value: 'heat_module_01',
value: 'heat_module_03',
type: 'heat',
},
trayLifting04Origin: {

24
src/views/home/index.vue

@ -330,18 +330,18 @@ const take_photo = async () => {
<!-- </ft-button> -->
<!-- </el-col> -->
<!-- </el-row> -->
<el-row :gutter="10">
<el-col :span="12">
<ft-button @click="selectCraft">
选择工艺
</ft-button>
</el-col>
<el-col :span="12">
<ft-button :click-handle="executeCraftHandle">
执行工艺
</ft-button>
</el-col>
</el-row>
<!-- <el-row :gutter="10"> -->
<!-- <el-col :span="12"> -->
<!-- <ft-button @click="selectCraft"> -->
<!-- 选择工艺 -->
<!-- </ft-button> -->
<!-- </el-col> -->
<!-- <el-col :span="12"> -->
<!-- <ft-button :click-handle="executeCraftHandle"> -->
<!-- 执行工艺 -->
<!-- </ft-button> -->
<!-- </el-col> -->
<!-- </el-row> -->
<el-row :gutter="10">
<el-col :span="24">
<ft-button @click="addLiquid">

Loading…
Cancel
Save