提交 724c84c9 authored 作者: 杨斌基's avatar 杨斌基

feat(上报内容): 交通违法"车牌号码"改为"号牌号码"

上级 aedbdb2c
......@@ -112,14 +112,14 @@
</view>
-->
<!-- 牌号码-->
<!-- 牌号码-->
<view class="step_box">
<view class="tep_one">
<image mode="aspectFill" class="tep_icon" src="/static/icon/ic_rw_neirong@2x.png" />
<view class="one">{{ '牌号码' }}</view>
<view class="one">{{ '牌号码' }}</view>
</view>
<view class="report_title">
<input :maxlength="20" :placeholder="'牌号码'" v-model="IllegalForm.license_plate" class="title_input" />
<input :maxlength="20" :placeholder="'牌号码'" v-model="IllegalForm.license_plate" class="title_input" />
<view class="clear">
<text style="float: right; font-size: 28rpx; font-weight: 400; color: #656565; margin-right: 5px">{{ IllegalForm.license_plate.length }}/{{ maxWord }}</text>
<image v-if="IllegalForm.license_plate" @click="IllegalForm.license_plate = ''" mode="aspectFill" class="tep_icon" src="/static/icon/ic_bt_del@2x.png" />
......@@ -839,7 +839,7 @@ export default {
if (!this.IllegalForm.illegal_time) return t('请输入违法时间');
if (!this.IllegalForm.content) 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(`请${this.uploadTitle}`);
if (!this.realForm.name) return t('请输入真实姓名');
if (!this.realForm.phone) return t('请输入电话号码');
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论