维修配件 改为 更换配件清单
维修项目 改为 维修工时项目
This commit is contained in:
parent
2daf0c8745
commit
e8b7e1620c
@ -230,11 +230,11 @@ export default {
|
|||||||
getLabelName() {
|
getLabelName() {
|
||||||
switch (this.itemType) {
|
switch (this.itemType) {
|
||||||
case "project":
|
case "project":
|
||||||
return "维修工时项目";
|
return "名称";
|
||||||
case "part":
|
case "part":
|
||||||
return "更换配件清单";
|
return "名称";
|
||||||
case "other":
|
case "other":
|
||||||
return "附加费用";
|
return "名称";
|
||||||
default:
|
default:
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
@ -148,11 +148,11 @@ export default {
|
|||||||
getLabelName() {
|
getLabelName() {
|
||||||
switch (this.listType) {
|
switch (this.listType) {
|
||||||
case "project":
|
case "project":
|
||||||
return "维修工时项目";
|
return "名称";
|
||||||
case "ware":
|
case "ware":
|
||||||
return "更换配件清单";
|
return "名称";
|
||||||
case "other":
|
case "other":
|
||||||
return "附加费用";
|
return "名称";
|
||||||
default:
|
default:
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user