提交 74403a99 authored 作者: 杨斌基's avatar 杨斌基

feat(上报内容): 标题“行为描述”改为“违法行为描述”

上级 4878fe4d
...@@ -156,11 +156,11 @@ ...@@ -156,11 +156,11 @@
</view> </view>
</view> </view>
<!-- 行为描述--> <!-- 违法行为描述-->
<view class="step_box"> <view class="step_box">
<view class="tep_one"> <view class="tep_one">
<image mode="aspectFill" class="tep_icon" src="/static/icon/ic_rw_neirong@2x.png" /> <image mode="aspectFill" class="tep_icon" src="/static/icon/ic_rw_neirong@2x.png" />
<view class="one">{{ '行为描述' }}</view> <view class="one">{{ '违法行为描述' }}</view>
</view> </view>
<view class="photo_list2"> <view class="photo_list2">
<textarea v-model="IllegalForm.content" :placeholder="'具体描述(最少10个字)'" class="write_box" /> <textarea v-model="IllegalForm.content" :placeholder="'具体描述(最少10个字)'" class="write_box" />
...@@ -421,7 +421,7 @@ export default { ...@@ -421,7 +421,7 @@ export default {
jurisdiction: '', // 所属辖区 jurisdiction: '', // 所属辖区
IllegalType: '', // 违法类型 IllegalType: '', // 违法类型
illegal_time: Number(new Date()), // 违法时间 illegal_time: Number(new Date()), // 违法时间
content: '', // 行为描述 content: '', // 违法行为描述
number_plate: '', // 号牌种类 number_plate: '', // 号牌种类
license_plate: '', // 车牌号码 license_plate: '', // 车牌号码
}, },
...@@ -602,7 +602,7 @@ export default { ...@@ -602,7 +602,7 @@ export default {
if (!this.IllegalForm.jurisdiction) return t('请输入所属辖区'); if (!this.IllegalForm.jurisdiction) return t('请输入所属辖区');
if (!this.IllegalForm.IllegalType) return t('请输入违法类型'); if (!this.IllegalForm.IllegalType) return t('请输入违法类型');
if (!this.IllegalForm.illegal_time) return t('请输入违法时间'); if (!this.IllegalForm.illegal_time) return t('请输入违法时间');
if (!this.IllegalForm.content) return t('请输入行为描述'); if (!this.IllegalForm.content) return t('请输入违法行为描述');
if (!this.IllegalForm.number_plate) return t('请输入号牌种类'); if (!this.IllegalForm.number_plate) return t('请输入号牌种类');
if (!this.IllegalForm.license_plate) return t('请输入车牌号码'); if (!this.IllegalForm.license_plate) return t('请输入车牌号码');
if (!this.photoList.length) return t('请上传图片/视频'); if (!this.photoList.length) return t('请上传图片/视频');
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论