diff --git a/ruoyi-ui/src/views/business/openapi/aword/index.vue b/ruoyi-ui/src/views/business/openapi/aword/index.vue
index cedfc66b..31c34720 100644
--- a/ruoyi-ui/src/views/business/openapi/aword/index.vue
+++ b/ruoyi-ui/src/views/business/openapi/aword/index.vue
@@ -7,6 +7,7 @@
placeholder="请输入句子内容"
clearable
size="small"
+ maxlength="100"
@keyup.enter.native="handleQuery"
/>
@@ -16,6 +17,7 @@
placeholder="请输入来源"
clearable
size="small"
+ maxlength="50"
@keyup.enter.native="handleQuery"
/>
@@ -25,6 +27,7 @@
placeholder="请输入释义"
clearable
size="small"
+ maxlength="100"
@keyup.enter.native="handleQuery"
/>
@@ -61,28 +64,34 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
-
-
+
{{ parseTime(scope.row.date, '{y}-{m}-{d}') }}
@@ -110,19 +119,11 @@
@pagination="getList"
/>
-
-
-
-
-
-