Merge branch 'main' of ssh://git.jizhiweb.cn:2222/clinic-v2/web

This commit is contained in:
ChenQiuYu 2025-05-19 16:15:47 +08:00
commit fef85d7395
3 changed files with 6 additions and 7 deletions

View File

@ -63,7 +63,7 @@ import Mask from "@/components/common/Mask.vue";
const formData = ref({ const formData = ref({
name: null, name: null,
turn: 0, turn: 1,
contactName: null, contactName: null,
contactTel: null, contactTel: null,
reamark: null, reamark: null,

View File

@ -110,7 +110,7 @@ const childMenuList = ref([
path: '/social/accountRecord', path: '/social/accountRecord',
}, },
{ {
name: '对账记录', name: '自动对账记录',
path: '/social/reconciliationRecord', path: '/social/reconciliationRecord',
} }

View File

@ -1,10 +1,9 @@
<template> <template>
<div class="container-wrapper"> <div class="container-wrapper">
<div class="search"> <!-- <div class="search">-->
<el-form :inline="true" >< <!-- <el-form :inline="true" >-->
<!-- </el-form>-->
</el-form> <!-- </div>-->
</div>
<el-table :data="list" style="width: 100%;flex: 1;min-height: 0"> <el-table :data="list" style="width: 100%;flex: 1;min-height: 0">
<el-table-column label="清算类别" prop="reconciliationType"> <el-table-column label="清算类别" prop="reconciliationType">
<template #default="scope"> <template #default="scope">