tangning 2 年之前
父節點
當前提交
619e1428dc
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/views/work/quoteModel.vue

+ 5 - 0
src/views/work/quoteModel.vue

@@ -351,6 +351,9 @@
             component: 'Input',
             slot: 'text',
             required: false,
+            componentProps: {
+              maxLength: 50,
+            },
             colProps: {
               span: 1,
             },
@@ -417,9 +420,11 @@
               pull: 5,
             },
             componentProps: {
+              maxLength: 50,
               api: allList,
               labelField: 'name',
               valueField: 'laborCostId',
+              // maxl
               showSearch: true,
               placeholder: '请输入备注',
               onChange: (value) => {