This commit is contained in:
2024-06-24 19:52:34 +08:00
parent 1083b132b8
commit d7ed6a904e
4 changed files with 114 additions and 59 deletions

View File

@@ -110,7 +110,7 @@ const crudColumns = ref([
translation: true,
tagColors: { XQ: "blue", SO: "green", SJ: "orangered", XY: "pinkpurple", YZ: "red" }
},
control: (value, data) => {
control: (value) => {
if (value === "SO") {
return {
black_line: { display: true },