From f0b47faea9d6a33163c90af823a57e591aeee25d Mon Sep 17 00:00:00 2001 From: FrancisHu <2756004617@qq.com> Date: Tue, 24 Sep 2024 10:33:46 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E8=AD=A6=E5=90=8E=E5=8F=B0-=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=A1=86=E9=99=90=E5=88=B6=E9=95=BF=E5=BA=A650-d9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TableModel/index.vue | 1 + src/views/base/crew/components/form-crew.vue | 2 +- .../base/device/components/form-device.vue | 6 +-- .../edgeInsert/components/form-insert-all.vue | 3 ++ .../components/form-insert-approve.vue | 1 + .../edgeInsert/components/form-insert.vue | 12 ++--- .../base/person/components/form-person.vue | 2 +- .../base/proj/components/form-project.vue | 4 +- .../base/proj/components/table-tower-add.vue | 4 +- .../base/projDept/components/form-project.vue | 4 +- .../warnAlert/components/form-warnAlert.vue | 8 +-- .../base/warning/components/form-warning.vue | 52 +++++++++---------- 12 files changed, 52 insertions(+), 47 deletions(-) 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 @@ >