检查问题 =》 检查内容 修改列表值
This commit is contained in:
		
							parent
							
								
									0fecf39201
								
							
						
					
					
						commit
						6d14710b8c
					
				@ -285,7 +285,7 @@ class BS042ShowPrint extends React.Component {
 | 
				
			|||||||
                        <tbody>
 | 
					                        <tbody>
 | 
				
			||||||
                            <tr className={styles.PrintFormLightTh}>
 | 
					                            <tr className={styles.PrintFormLightTh}>
 | 
				
			||||||
                                {/* <td>名称</td> */}
 | 
					                                {/* <td>名称</td> */}
 | 
				
			||||||
                                <td>检查问题</td>
 | 
					                                <td>检查内容</td>
 | 
				
			||||||
                                <td>检查问题描述</td>
 | 
					                                <td>检查问题描述</td>
 | 
				
			||||||
                                <td style={{ minWidth: '80px' }}>隐患等级</td>
 | 
					                                <td style={{ minWidth: '80px' }}>隐患等级</td>
 | 
				
			||||||
                                <td>整改建议与措施</td>
 | 
					                                <td>整改建议与措施</td>
 | 
				
			||||||
@ -305,7 +305,7 @@ class BS042ShowPrint extends React.Component {
 | 
				
			|||||||
                                    {/* <td>{item.NAME}</td> */}
 | 
					                                    {/* <td>{item.NAME}</td> */}
 | 
				
			||||||
                                    {/* <td>{((item.ISBACK != null && item.ISBACK) ? "(返)" : "") + item.Nav_Question.DESCREPTION}</td> */}
 | 
					                                    {/* <td>{((item.ISBACK != null && item.ISBACK) ? "(返)" : "") + item.Nav_Question.DESCREPTION}</td> */}
 | 
				
			||||||
                                    <td>{((item.ISBACK != null && item.ISBACK) ? "(返)" : "") + item.CHECKCONTENT}</td>
 | 
					                                    <td>{((item.ISBACK != null && item.ISBACK) ? "(返)" : "") + item.CHECKCONTENT}</td>
 | 
				
			||||||
                                    <td>{item.DEMAND}</td>
 | 
					                                    <td>{item.Nav_Question?.DESCREPTION}</td>
 | 
				
			||||||
                                    <td>{this.props.app.enums.BSQuestionLevelEnum.enums[item.QUESTION_LEVEL]}</td>
 | 
					                                    <td>{this.props.app.enums.BSQuestionLevelEnum.enums[item.QUESTION_LEVEL]}</td>
 | 
				
			||||||
                                    <td>{item.DEMAND}</td>
 | 
					                                    <td>{item.DEMAND}</td>
 | 
				
			||||||
                                    <td>{item.ADDRESS}</td>
 | 
					                                    <td>{item.ADDRESS}</td>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user