当前位置:网站首页>Fee details page
Fee details page
2022-04-22 11:48:00 【Bruce Lee】
<view class="main">
<view class="top">
<view class="forms">
<view class="title">
<image class="icon" src="../../static/images/account_jy.png" mode=""></image>
<view> Cost details </view>
</view>
<view class="forms-item">
<view class="label">
other expenses
</view>
<view class="content" style=" position:relative;">
<input class="input" v-model="forms.highSpeedFee" type="digit" @input="oninput" value=""
:maxlength="moneyMaxLeng" placeholder=" Please enter the amount " />
<span class="yuan"> element </span>
</view>
</view>
<view class="forms-item ">
<view class="label">
Cost description
</view>
<view class="content" style=" position:relative;">
<input class="input" v-model="forms.feeDescription" value="" placeholder=" Please enter fee description " />
</view>
</view>
<view class="forms-item" v-if="datas.isWaitFee===1">
<view class="label">
Waiting fee
</view>
<view class="content" style=" position:relative;">
<span
style="position: absolute; right:7%;font-size:28rpx;">{
{datas.waitFee?datas.waitFee:'0'}} element </span>
</view>
</view>
<view class="add-img">
<camera :imgLength="costImgLength" ref="costImgRef">
<view class="uploadFile">
<image src="../../static/images/icon_pic.png"></image>
<view> Add images </view>
</view>
</camera>
</view>
</view>
<view class="warning">
notes : It cannot be modified after uploading , Please operate carefully !
</view>
</view>
<view class="confirm" @click="submit">
confirm
</view>
</view>
</view>
版权声明
本文为[Bruce Lee]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204221144440053.html
边栏推荐
- 云中漫步-柴米油盐之上
- C语言getchar的用法详解
- 360数科等入选信通院首批数据安全管理能力认证公司
- 2021-09-17
- 深入解析View的绘制源码流程
- 适用于任何数据库的工具丨上海道宁为开发人员和数据库管理员带来强大的通用的数据库管理工具——DBeaver
- 阿里实习offer成功上岸,这几点至关重要
- 2019-8-8-wpf - touch and mouse click response in non customer area
- Leetcode Tencent selected exercises 50 questions - 104 Maximum depth of binary tree
- 第一章 入门概述
猜你喜欢
随机推荐
编写最简单的字符设备驱动
golang开发:go并发的建议
LeetCode腾讯精选练习50题-104.二叉树的最大深度
CrashSight 接入上报常见问题及解决方案
《假如你身处被“科技制裁”的俄罗斯》之GBase篇
云中漫步-但是还有书籍
Start with how to read the AWR report
从怎么阅读AWR报告说起
MySQL view database and table creation statements
Talent Plan 学习营初体验:交流+坚持 开源协作课程学习的不二路径
MySQL使用SELECT 语句不加ORDER BY默认是如何排序的?
怎么得到tuphub.today热榜和热度呢?
Yunrong technology joined the dragon dragon dragon community to help the digital transformation of the financial industry
2. Flddler response shows the solution to the problem of garbled code
Redis clears the data of all databases and the currently selected database
MySQL startup failure - reason why MySQL service cannot be started and its solution
10.(地图数据篇)离线地形数据处理(供Cesium使用)
Solve the problem that the computer connection is normal, but the browser cannot open the web page
【无标题】
12.(地图数据篇)cesium城市建筑物贴图









