浏览代码

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

jbb 2 年之前
父节点
当前提交
fe4f6eb5c4
共有 1 个文件被更改,包括 2 次插入2 次删除
  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: '操作',