巡检内容
This commit is contained in:
@@ -222,7 +222,7 @@ onMounted(() => {
|
|||||||
.to{
|
.to{
|
||||||
color:#333333;
|
color:#333333;
|
||||||
font-size:28rpx;
|
font-size:28rpx;
|
||||||
margin:0 30rpx;
|
margin:0 42rpx;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.picker-view {
|
.picker-view {
|
||||||
@@ -232,6 +232,9 @@ onMounted(() => {
|
|||||||
:deep(.item){
|
:deep(.item){
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 78rpx;
|
line-height: 78rpx;
|
||||||
|
/* #ifdef APP-PLUS */
|
||||||
|
line-height: 88rpx;
|
||||||
|
/* #endif */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
</picker>
|
</picker>
|
||||||
<uni-icons type="down" size="16" color="#C8DCFF" style="margin-left:auto;"></uni-icons>
|
<uni-icons type="down" size="16" color="#C8DCFF" style="margin-left:auto;"></uni-icons>
|
||||||
</view>
|
</view>
|
||||||
<view class="search-btn">查询</view>
|
<view class="search-btn" @click="handleSearch">查询</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="week">{{dateStr}}</view>
|
<view class="week">{{dateStr}}</view>
|
||||||
|
|
||||||
@@ -137,8 +137,6 @@ onLoad(option => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// 选择类型筛选
|
// 选择类型筛选
|
||||||
const changeTaskType = (e)=>{
|
const changeTaskType = (e)=>{
|
||||||
taskTypeIndex.value = e.detail.value
|
taskTypeIndex.value = e.detail.value
|
||||||
@@ -289,6 +287,11 @@ const getList = (pageIndex, pageSize) => {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 执行查询
|
||||||
|
const handleSearch=()=>{
|
||||||
|
getList(0,10)
|
||||||
|
}
|
||||||
|
|
||||||
// 查看详情
|
// 查看详情
|
||||||
const handleDetail = (item,type) =>{
|
const handleDetail = (item,type) =>{
|
||||||
let url='/pages/business/polling/taskDetail?id='+item.taskId;
|
let url='/pages/business/polling/taskDetail?id='+item.taskId;
|
||||||
|
|||||||
Reference in New Issue
Block a user