ysy 1 year ago
parent
commit
1eae527130
1 changed files with 6 additions and 1 deletions
  1. 6 1
      pages/pda/common.js

+ 6 - 1
pages/pda/common.js

@@ -99,7 +99,12 @@ export const tableHeader = selectEquiType => {
 
 
 		case 7:
-			return [{
+			return [
+				{
+						label: '编号',
+						prop: 'batchNo'
+				},
+				{
 					label: '规格',
 					prop: 'modelType'
 				},