<wxs src="../ranking/util.wxs" module="_" />
|
|
<view class="page">
|
<view class="page-header">
|
<view class="inspection-title"> {{scene.name}} </view>
|
<view class="inspection-abstract"> 地址:{{scene.location}} </view>
|
<view class="inspection-abstract"> 联系:{{scene.contacts}} </view>
|
<view class="inspection-abstract"> 电话:{{scene.contactst}} </view>
|
<view class="inspection-tag">
|
<t-tag
|
t-class="t-class-tag"
|
max-width="{{130}}"
|
shape="square"
|
size="medium"
|
theme="primary"
|
variant="light"
|
>{{scene.districtname}}</t-tag
|
>
|
<t-tag
|
t-class="t-class-tag"
|
max-width="{{130}}"
|
shape="square"
|
size="medium"
|
theme="success"
|
variant="light"
|
>{{scene.type}}</t-tag
|
>
|
</view>
|
</view>
|
<view class="page-container">
|
<view class="inspection-tag">
|
<!-- <t-time-picker
|
time="{{year}}"
|
time-mode="year"
|
time-format="YYYY"
|
picker-class="picker-class"
|
bind:timePickerChange="onTimePickerConfirm"
|
>
|
</t-time-picker> -->
|
<t-recent-time-picker
|
recent-time="{{recentTimeValue}}"
|
picker-class="picker-class"
|
bind:recentTimePickerChange="onRecentTimePickerConfirm"
|
></t-recent-time-picker>
|
</view>
|
<include src="./chart.wxml" />
|
<t-tabs
|
theme="card"
|
defaultValue="{{0}}"
|
space-evenly="{{true}}"
|
t-class="custom-tabs"
|
t-class-content="custom-panel"
|
>
|
<t-tab-panel label="整改详情" value="{{0}}" class="custom-tab-panel">
|
<include src="./subtask.wxml" />
|
</t-tab-panel>
|
<t-tab-panel label="问题分析" value="{{1}}" class="custom-tab-panel">
|
<include src="./recurrence.wxml" />
|
</t-tab-panel>
|
</t-tabs>
|
</view>
|
<view class="page-footer"></view>
|
</view>
|