This commit is contained in:
2024-04-26 19:06:14 +08:00
parent a2f08641b9
commit 57e9cc8201
13 changed files with 81 additions and 47 deletions

View File

@@ -454,7 +454,8 @@ const crudColumns = ref([
dict: {
data: [
{ label: "新研", value: 1 },
{ label: "改造", value: 2 }
{ label: "改造", value: 2 },
{ label: "沿用", value: 3 }
],
translation: true
},