@@ -53,7 +53,7 @@
>有配送单</el-button
>
<el-button type="primary" @click="fillFormFn"
- >没有,去填单</el-button
+ >去填单</el-button
</div>
<div v-else>
@@ -19,7 +19,7 @@
query: {
id: orderData.id
}
- })">没有,去填单</button>
+ })">去填单</button>
</template>