| | |
| | | </div> |
| | | <ClaimPicDemoView /> |
| | | </div> |
| | | <div class="chuck-add-or-edit-actions"> |
| | | <div class="chuck-add-or-edit-actions" v-if="!isDetail"> |
| | | <el-button @click="handleBack">关闭</el-button> |
| | | <el-button v-if="!isDetail" type="primary" @click="handleSubmit">提交</el-button> |
| | | <el-button type="primary" @click="handleSubmit">提交</el-button> |
| | | </div> |
| | | </ProForm> |
| | | </ChunkCell> |
| | | <!-- <ChunkCell title="理赔结果"> |
| | | <ProForm :model="form" ref="claimFormRef" label-width="120px"> |
| | | <ChunkCell title="理赔结果" v-if="isDetail"> |
| | | <ProForm :model="form" ref="claimFormRef" label-width="120px" :is-read="isDetail"> |
| | | <ProFormCol> |
| | | <ProFormColItem :span="6"> |
| | | <ProFormItemV2 label="理赔结果:" prop="claimResult"> |
| | |
| | | </ProFormItemV2> |
| | | <div class="chuck-add-or-edit-actions"> |
| | | <el-button @click="handleBack">关闭</el-button> |
| | | <el-button type="primary" @click="handleSubmit">提交</el-button> |
| | | </div> |
| | | </ProForm> |
| | | </ChunkCell> --> |
| | | </ChunkCell> |
| | | </AppScrollContainer> |
| | | <SelectOrderDialog v-bind="dialogProps" /> |
| | | </LoadingLayout> |