diff --git a/src/components/TableModel/index.vue b/src/components/TableModel/index.vue index 617c671..fb052ff 100644 --- a/src/components/TableModel/index.vue +++ b/src/components/TableModel/index.vue @@ -21,6 +21,7 @@ v-if="item.f_type === 'ipt'" v-model="queryParams[item.f_model]" :placeholder="`请输入${item.f_label}`" + :maxlength="item.f_max || 50" clearable style="width: 240px" /> diff --git a/src/views/base/crew/components/form-crew.vue b/src/views/base/crew/components/form-crew.vue index 067ae41..963781c 100644 --- a/src/views/base/crew/components/form-crew.vue +++ b/src/views/base/crew/components/form-crew.vue @@ -11,7 +11,7 @@ - + diff --git a/src/views/base/device/components/form-device.vue b/src/views/base/device/components/form-device.vue index 4ad2704..eddeb7d 100644 --- a/src/views/base/device/components/form-device.vue +++ b/src/views/base/device/components/form-device.vue @@ -26,10 +26,10 @@ - + - + @@ -116,7 +116,7 @@ export default { }, components: { }, created() { - + }, async mounted() { this.open = true diff --git a/src/views/base/edgeInsert/components/form-insert-all.vue b/src/views/base/edgeInsert/components/form-insert-all.vue index 3415764..48df6ab 100644 --- a/src/views/base/edgeInsert/components/form-insert-all.vue +++ b/src/views/base/edgeInsert/components/form-insert-all.vue @@ -86,6 +86,7 @@ - + @@ -90,19 +90,19 @@ >