This commit is contained in:
LiJianZhao 2025-05-19 16:13:29 +08:00
parent eb2454f5c4
commit 1843103495
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({
name: null,
turn: 0,
turn: 1,
contactName: null,
contactTel: null,
reamark: null,

View File

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

View File

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