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