|
@@ -31,10 +31,10 @@ let switchRenderer = (instance, td, row, col, prop, value, cellProperties) => {
|
|
|
|
|
|
|
|
|
/**
|
|
|
- *
|
|
|
- * @param {表头数组} arr
|
|
|
+ *
|
|
|
+ * @param {表头数组} arr
|
|
|
* @param {添加的参数} '
|
|
|
- *
|
|
|
+ *
|
|
|
* @returns {对应数组} arr
|
|
|
*/
|
|
|
|
|
@@ -45,7 +45,7 @@ export function showTypes(arr, infosKey = '') {
|
|
|
item.FirstTag == "运行参数") {
|
|
|
return undefined
|
|
|
}
|
|
|
- if (item.InfoPointCode == "BIMLocation") {
|
|
|
+ if (item.InfoPointCode == "bimLocation") {
|
|
|
return undefined
|
|
|
}
|
|
|
if (item.Visible) {
|
|
@@ -218,4 +218,4 @@ let lookQRCode = (instance, td, row, col, prop, value, cellProperties) => {
|
|
|
td.style.cursor = "pointer";
|
|
|
td.innerHTML = "编辑"
|
|
|
return td
|
|
|
-}
|
|
|
+}
|