Commit e90e3e9f by wusiyi

feat: 按钮颜色修改

parent 50fba35f
...@@ -581,7 +581,7 @@ ...@@ -581,7 +581,7 @@
> >
</span> </span>
<span v-if="status === 'IN_PRODUCTION' && isEnableSorting" class="item"> <span v-if="status === 'IN_PRODUCTION' && isEnableSorting" class="item">
<ElButton type="success" @click="handleSeedingWall" <ElButton type="primary" @click="handleSeedingWall"
>配货分拣</ElButton >配货分拣</ElButton
> >
</span> </span>
...@@ -616,7 +616,7 @@ ...@@ -616,7 +616,7 @@
> >
</span> </span>
<span v-if="status === 'IN_PRODUCTION'" class="item"> <span v-if="status === 'IN_PRODUCTION'" class="item">
<ElButton type="success" @click="handleProductionComplete" <ElButton type="warning" @click="handleProductionComplete"
>生产完成</ElButton >生产完成</ElButton
> >
</span> </span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment