@@ -53,7 +53,7 @@
>有配送单</el-button
>
<el-button type="primary" @click="fillFormFn"
- >去填单</el-button
+ >填单</el-button
</div>
<div v-else>
@@ -633,7 +633,7 @@ export default {
this.printOrder();
});
},
- // 去填单
+ // 填单
fillFormFn() {
this.orderDialog = true;
@@ -19,7 +19,7 @@
query: {
id: orderData.id
}
- })">去填单</button>
+ })">填单</button>
</template>