From be1a7601077acb54ba64530ca093aa9f61db38ba Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Fri, 5 May 2023 09:24:45 +0800 Subject: [PATCH] =?UTF-8?q?refactor(web):=20=E4=BC=98=E5=8C=96=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E7=B1=BB=E5=9E=8B=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service-web/src/main/resources/static/components/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service-web/src/main/resources/static/components/common.js b/service-web/src/main/resources/static/components/common.js index 45d2a6d..f3398dc 100644 --- a/service-web/src/main/resources/static/components/common.js +++ b/service-web/src/main/resources/static/components/common.js @@ -862,7 +862,7 @@ function tableMetaDialog() { columns: [ {name: 'sequence', label: '排序', width: 50, align: 'center'}, {name: 'name', label: '字段名'}, - {name: 'type', label: '字段类型', width: 60}, + {name: 'type', label: '字段类型', width: 100}, {name: 'length', label: '字段长度', width: 60, align: 'center'}, { label: '是否主键',