Compare commits
2 Commits
0606d4d6d5
...
2ed0b0e7ee
| Author | SHA1 | Date |
|---|---|---|
|
|
2ed0b0e7ee | |
|
|
1843103495 |
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -110,7 +110,7 @@ const childMenuList = ref([
|
||||||
path: '/social/accountRecord',
|
path: '/social/accountRecord',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '对账记录',
|
name: '自动对账记录',
|
||||||
path: '/social/reconciliationRecord',
|
path: '/social/reconciliationRecord',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue