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({
|
||||
name: null,
|
||||
turn: 0,
|
||||
turn: 1,
|
||||
contactName: null,
|
||||
contactTel: null,
|
||||
reamark: null,
|
||||
|
|
|
|||
|
|
@ -110,7 +110,7 @@ const childMenuList = ref([
|
|||
path: '/social/accountRecord',
|
||||
},
|
||||
{
|
||||
name: '对账记录',
|
||||
name: '自动对账记录',
|
||||
path: '/social/reconciliationRecord',
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue