This commit is contained in:
2025-01-10 15:42:00 +08:00
parent 75aeff71ef
commit bfceb2b220

View File

@@ -35,13 +35,13 @@
</table> </table>
</view> </view>
</view> </view>
<uni-load-more color="#007AFF" iconType="circle" :status="status" :icon-size="14" :content-text="contentText" v-if="dataList.length > 0"/> <!-- <uni-load-more color="#007AFF" iconType="circle" :status="status" :icon-size="14" :content-text="contentText" v-if="dataList.length > 0"/> -->
</view> </view>
<view class="zd-row submitbar"> <view class="zd-row submitbar">
<button class="zd-col-6 btn-submit btn-default letter-30" @tap="clearUp">清空</button> <button class="zd-col-6 btn-submit btn-default letter-30" @tap="clearUp">清空</button>
<button class="zd-col-15 btn-submit btn-success letter-30" @tap="toSure">查询</button> <button class="zd-col-15 btn-submit btn-success letter-30" @tap="toSure">查询</button>
</view> </view>
<up-top ref="UT" :scrollTop="top"></up-top> <!-- <up-top ref="UT" :scrollTop="top"></up-top> -->
</view> </view>
</template> </template>