Browse Source

装箱单成衣新增页面备注字段增加输入框

jbb 2 years ago
parent
commit
fe4f6eb5c4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/packing-list/packinglist-clothes/clothesAddDrawer.vue

+ 2 - 2
src/views/packing-list/packinglist-clothes/clothesAddDrawer.vue

@@ -414,7 +414,7 @@ export default {
           width: 140,
           customRender: t => ellipsis(t),
           fixed: 'right',
-          type: JVXETypes.normal,
+          type: JVXETypes.input,
         },
         {
           title: '操作',
@@ -1021,7 +1021,7 @@ export default {
           width: 140,
           customRender: t => ellipsis(t),
           // fixed: 'right',
-          type: JVXETypes.normal,
+          type: JVXETypes.input,
         },
         {
           title: '操作',