parent
84df2ba8dd
commit
48406b3704
|
@ -37,7 +37,7 @@
|
|||
<text>检查时间:{{ item.CHECK_TIME }}</text>
|
||||
</view>
|
||||
<view class="flex-between mt-10 subtitle" v-show="TYPE === 2">
|
||||
<text>清单类型:{{ item.TYPE }}</text>
|
||||
<text>清单类型:{{ item.TYPENAME }}</text>
|
||||
<text>清单周期:{{ item.PERIODNAME }}</text>
|
||||
</view>
|
||||
<view class="flex-end mt-10 see_btn" v-show="TYPE === 1">
|
||||
|
|
|
@ -114,7 +114,7 @@
|
|||
<text @click="showTree('tkitreeInspector' + index,'arr')">
|
||||
{{ item.INSPECTION_DEPARTMENT_NAME || '请选择' }}
|
||||
</text>
|
||||
<tki-tree :ref="'tkitreeInspector' + index" :range="inspectionDepartmentTreeList"
|
||||
<tki-tree :ref="'tkitreeInspector' + index" :range="inspectedDepartmentTreeList"
|
||||
rangeKey="name"
|
||||
selectParent @confirm="confirmTree($event,'inspectorList',index)"/>
|
||||
</view>
|
||||
|
|
Loading…
Reference in New Issue