Browse Source

九方优化

saber 3 years ago
parent
commit
47748af18f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/OrderMannage/BusinessOrderlist/list.vue

+ 1 - 1
src/views/OrderMannage/BusinessOrderlist/list.vue

@@ -1024,7 +1024,7 @@ export default {
         ? row.join(",")
         ? row.join(",")
         : row.order_no;
         : row.order_no;
       this.$Modal.confirm({
       this.$Modal.confirm({
-        title: "确认下生产?",
+        title: `确认下${title}?`,
         content: "确认",
         content: "确认",
         onOk: () => {
         onOk: () => {
           this.axios({
           this.axios({