Browse Source

派单弹窗标题更改

jingshuyong 11 tháng trước cách đây
mục cha
commit
e91acd1035
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/produceOrder/components/releaseDialog/index.vue

+ 1 - 1
src/views/produceOrder/components/releaseDialog/index.vue

@@ -3,7 +3,7 @@
     :before-close="cancel"
     :close-on-click-modal="false"
     :maxable="true"
-    :title="'派单'"
+    title="任务派单"
     :visible.sync="dispatchVisible"
     :width="modelWidth"
     append-to-body