This commit is contained in:
2024-03-29 19:03:35 +08:00
parent 84a2eab9ad
commit 8cdcb7a073
15 changed files with 485 additions and 146 deletions

View File

@@ -213,14 +213,14 @@ const crudColumns = ref([
formType: "input-number"
},
{
title: "纯注释",
title: "纯注释?",
hide: true,
align: "center",
dataIndex: "pure_code_line",
formType: "input-number"
},
{
title: "混合行",
title: "混合行?",
hide: true,
align: "center",
dataIndex: "mix_line",