wupengfei
2025-03-31 606edf808700e68b4d01acadc53f845f208629c8
feat: 接口对接
3个文件已修改
7 ■■■■■ 已修改文件
src/constants/temp.ts 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/Home/components/ChangePersonInfoDialog.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/Home/components/InsureClaimDetailDialog.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/constants/temp.ts
@@ -4,6 +4,6 @@
// 导入
export const InsuranceOrderTempPath = `${TempFolderPath}/%E9%9B%87%E4%B8%BB%E4%BA%BA%E5%91%98%E6%B8%85%E5%8D%95%E6%A8%A1%E6%9D%BF.xlsx`;
// 加减人
export const InsuranceAddOrReduceTempPath = `${TempFolderPath}/%E5%8A%A0%E5%87%8F%E4%BA%BA%E6%A8%A1%E6%9D%BF.xlsx`;
export const InsuranceAddOrReduceTempPath = `${TempFolderPath}/%E5%8A%A0%E5%87%8F%E4%BA%BA%E6%A8%A1%E6%9D%BF%20.xlsx`;
// 替换人
export const InsuranceChangeTempPath = `${TempFolderPath}/%E6%9B%BF%E6%8D%A2%E4%BA%BA%E6%A8%A1%E6%9D%BF.xlsx`;
export const InsuranceChangeTempPath = `${TempFolderPath}/%E6%9B%BF%E6%8D%A2%E4%BA%BA%E6%A8%A1%E6%9D%BF%20.xlsx`;
src/views/Home/components/ChangePersonInfoDialog.vue
@@ -42,7 +42,7 @@
        <ProFormColItem :span="16">
          <ProFormItemV2 label="手机号:" prop="phone">
            <ProFormText
              placeholder="请输入手机号"
              placeholder=""
              v-model.trim="innerForm.phone"
              :maxlength="30"
              disabled
src/views/Home/components/InsureClaimDetailDialog.vue
@@ -166,6 +166,7 @@
      routeId: props.form.routeId,
    },
  });
  emit('onCancel');
}
</script>