feat(global): 顶点编号改为系统编号
This commit is contained in:
parent
b9c8241825
commit
73971cb6b6
|
@ -438,7 +438,7 @@ export default {
|
||||||
getLabel() {
|
getLabel() {
|
||||||
return function (type) {
|
return function (type) {
|
||||||
if (type == "1") {
|
if (type == "1") {
|
||||||
return "顶点编号";
|
return "系统编号";
|
||||||
} else if (type == "2") {
|
} else if (type == "2") {
|
||||||
return "体系编号";
|
return "体系编号";
|
||||||
} else if (type == "3") {
|
} else if (type == "3") {
|
||||||
|
|
|
@ -198,7 +198,7 @@ export default {
|
||||||
],
|
],
|
||||||
menuList: [
|
menuList: [
|
||||||
{
|
{
|
||||||
text: "顶点编号",
|
text: "系统编号",
|
||||||
prop: "memberCode",
|
prop: "memberCode",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -233,7 +233,7 @@ export default {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
text: '顶点编号',
|
text: '系统编号',
|
||||||
checked: true,
|
checked: true,
|
||||||
prop: 'memberCode'
|
prop: 'memberCode'
|
||||||
},
|
},
|
||||||
|
|
|
@ -236,7 +236,7 @@ export default {
|
||||||
],
|
],
|
||||||
menuList: [
|
menuList: [
|
||||||
{
|
{
|
||||||
text: "顶点编号",
|
text: "系统编号",
|
||||||
prop: "memberCode",
|
prop: "memberCode",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue