This commit is contained in:
shijing 2023-12-19 09:04:16 +08:00
parent 78e3647f46
commit 354343c882
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
<span>任务信息</span> <span>任务信息</span>
<span> <span>
<el-button type="primary" link @click="addMtaskInfo" <el-button type="primary" link @click="addMtaskInfo"
v-if="currentMtask && (currentMtask.state == 20 || currentMtask.state == 10)">编辑</el-button> v-if="currentMtask &&currentMtask.peifen_kg===0&& (currentMtask.state == 20 || currentMtask.state == 10)">配粉料数</el-button>
</span> </span>
</div> </div>
</template> </template>