feat(global): 顶点编号改为系统编号

This commit is contained in:
woody 2025-05-19 14:56:55 +08:00
parent b9c8241825
commit 73971cb6b6
4 changed files with 4 additions and 4 deletions

View File

@ -438,7 +438,7 @@ export default {
getLabel() {
return function (type) {
if (type == "1") {
return "顶点编号";
return "系统编号";
} else if (type == "2") {
return "体系编号";
} else if (type == "3") {

View File

@ -198,7 +198,7 @@ export default {
],
menuList: [
{
text: "顶点编号",
text: "系统编号",
prop: "memberCode",
},
{

View File

@ -233,7 +233,7 @@ export default {
},
{
id: 1,
text: '顶点编号',
text: '系统编号',
checked: true,
prop: 'memberCode'
},

View File

@ -236,7 +236,7 @@ export default {
],
menuList: [
{
text: "顶点编号",
text: "系统编号",
prop: "memberCode",
},
{