| | |
| | | <u-button type="primary" shape="circle" color="#437CB3" text="提交报案" @click="submit"></u-button> |
| | | </view> |
| | | <!-- 事故时间 --> |
| | | <u-datetime-picker :show="show1" v-model="date" mode="datetime" @confirm="confirm" @cancel="show1 = false"></u-datetime-picker> |
| | | <u-datetime-picker :show="show1" v-model="date" mode="datetime" :defaultIndex="[11]" @confirm="confirm" @cancel="show1 = false"></u-datetime-picker> |
| | | <!-- 事故类型 --> |
| | | <u-picker :show="show2" keyName="name" :columns="columns" @confirm="confirm1" @cancel="show2 = false"></u-picker> |
| | | <!-- 省市区 --> |
| | |
| | | show3: false, |
| | | show4: false, |
| | | show5: false, |
| | | date: '', |
| | | date: Number(new Date()), |
| | | columns: [ |
| | | [ |
| | | { name: '工作期间受伤', id: 0 }, |