wupengfei
2025-03-27 12cce14bc30a85bbf96b5b30bb1aff1fc354091a
src/views/InsuranceClaim/components/InsuranceClaimView.vue
@@ -289,14 +289,14 @@
            </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">
@@ -330,10 +330,9 @@
            </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>