tangning 2 tahun lalu
induk
melakukan
619e1428dc
1 mengubah file dengan 5 tambahan dan 0 penghapusan
  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) => {