Commit e0504d9a by zhuxiaomei

直接添加抽样单设为一级页面--修改

parent 208b31f9
......@@ -19,11 +19,9 @@
<van-nav-bar
v-else
:title="$route.meta.title"
right-text="抽样任务"
left-arrow
@click-left="_back"
>
<template #right >
@click-left="_back">
<template #right v-if="!showCheck">
<div style="color: #fff" @click="_addList">添加抽样单</div>
<div style="color: #fff;margin-left: 10px" @click="_goto('/sampling_list/sampling_task')">抽样任务</div>
</template>
......
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