房屋管理列表显示问题。
This commit is contained in:
parent
b673b83f42
commit
a137a73d68
@ -302,6 +302,9 @@
|
|||||||
if('2' == rowData) {
|
if('2' == rowData) {
|
||||||
rowData = '手动录入';
|
rowData = '手动录入';
|
||||||
}
|
}
|
||||||
|
if('3' == rowData) {
|
||||||
|
rowData = '批量导入';
|
||||||
|
}
|
||||||
return rowData;
|
return rowData;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user