Commit 97591c6b authored by 耿迪迪's avatar 耿迪迪

安检单问题修改

parent d1dbd543
...@@ -168,8 +168,8 @@ ...@@ -168,8 +168,8 @@
</tr> </tr>
<tr> <tr>
<td colspan="2">其他问题{{ ': ' + jsondata.obj.qitawenti.textarea}}</td> <td colspan="2">其他问题{{ ': ' + (jsondata.obj.qitawenti ? jsondata.obj.qitawenti.textarea : "")}}</td>
<td><input type="checkbox" :checked="jsondata.obj.qitawenti.valueArr2[0]" class="input-disabled"/></td> <td><input type="checkbox" :checked="jsondata.obj.qitawenti && jsondata.obj.qitawenti.valueArr2[0]" class="input-disabled"/></td>
</tr> </tr>
<tr> <tr>
......
...@@ -3,15 +3,14 @@ ...@@ -3,15 +3,14 @@
<el-dialog title="检查表详情" :visible.sync="open" width="900px" append-to-body destroy-on-close :close-on-click-modal="false"> <el-dialog title="检查表详情" :visible.sync="open" width="900px" append-to-body destroy-on-close :close-on-click-modal="false">
<!-- 月度安检 --> <!-- 月度安检 -->
<IndustryMonthTaskInspectTable <!--<IndustryMonthTaskInspectTable
:inspectInfo="inspectInfo" :inspectInfo="inspectInfo"
v-if="checkType == 1" v-if="checkType == 1"
/> />-->
<!-- 季度安检 --> <!-- 季度安检 -->
<IndustryQuarterTaskInspectTable <IndustryQuarterTaskInspectTable
:inspectInfo="inspectInfo" :inspectInfo="inspectInfo"
v-if="checkType == 2"
/> />
</el-dialog> </el-dialog>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment