ysy 2 tahun lalu
induk
melakukan
5c1d2d5162
1 mengubah file dengan 22 tambahan dan 22 penghapusan
  1. 22 22
      pages/pda/common.js

+ 22 - 22
pages/pda/common.js

@@ -178,28 +178,28 @@ export const tableHeader = selectEquiType => {
 
 		case 14:
 			return []
-			
-			case 23:
-				return [
-			
-					{
-						label: '名称',
-						prop: 'name'
-					},
-			
-					{
-						label: '型号',
-						prop: 'modelType'
-					},
-					{
-						label: '规格',
-						prop: 'specification'
-					},
-					{
-						label: '牌号',
-						prop: 'brandNum'
-					}
-				]
+
+		case 23:
+			return [
+
+				{
+					label: '名称',
+					prop: 'name'
+				},
+
+				{
+					label: '型号',
+					prop: 'modelType'
+				},
+				{
+					label: '规格',
+					prop: 'specification'
+				},
+				{
+					label: '牌号',
+					prop: 'brandNum'
+				}
+			]
 
 	}