Commit 1228d9aa authored by liuzhaoh's avatar liuzhaoh

修改信号编码字段为信号ID

parent d03146d5
...@@ -11,6 +11,11 @@ node_modules ...@@ -11,6 +11,11 @@ node_modules
dist dist
dist-ssr dist-ssr
*.local *.local
*.zip
*.gz
*.tgz
*.tar
*.7z
# Editor directories and files # Editor directories and files
.vscode/* .vscode/*
......
...@@ -184,7 +184,7 @@ const tableColumns = ref([ ...@@ -184,7 +184,7 @@ const tableColumns = ref([
}, },
{ {
prop: "signalNo", prop: "signalNo",
label: "信号编码", label: "信号ID",
width: "5%", width: "5%",
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment