Browse Source

fix:最后一条工艺不添加间隔时间

master
guoapeng 11 hours ago
parent
commit
019e18fc2d
  1. 1
      src/components/martixCraft/Edit/index.vue
  2. 1
      src/components/spray/sprayParams/index.vue

1
src/components/martixCraft/Edit/index.vue

@ -419,6 +419,7 @@ const touchendHandle = () => {
<span class="unit-text">mm</span>
</el-form-item>
<el-form-item
v-if="index !== form.times.length - 1"
label="等待时间"
:prop="`times.${index}.delay`"
:rules="[

1
src/components/spray/sprayParams/index.vue

@ -454,6 +454,7 @@ const touchendHandle = () => {
<span class="unit-text">mm</span>
</el-form-item>
<el-form-item
v-if="index !== form.times.length - 1"
label="等待时间"
:prop="`times.${index}.delay`"
:rules="[{ required: true,

Loading…
Cancel
Save