This commit is contained in:
2023-08-23 20:45:44 +08:00
parent 0a095527e4
commit 66d6e9b983
5 changed files with 77 additions and 12 deletions

View File

@@ -87,6 +87,13 @@ const columns = ref([
width: 220,
commonRules: [{ required: true, message: "字典标签必填" }]
},
{
title:"字段缩写",
dataIndex:"show_title",
width: 220,
align: "center",
search: true,
},
{
title: "字典键值",
align: "center",