master
Wangxubin1999 3 years ago
parent 521da610e7
commit be4baf6eb6

@ -48,7 +48,7 @@
<el-table :data="outList" empty-text=' , ' max-height="200" <el-table :data="outList" empty-text=' , ' max-height="200"
:header-cell-style="{ background: 'linear-gradient(#6cb3ff, #1873d4)', color: '#eeeeee' }" :header-cell-style="{ background: 'linear-gradient(#6cb3ff, #1873d4)', color: '#eeeeee' }"
style="margin-top: 5px;"> style="margin-top: 5px;">
<el-table-column type="expand"> <el-table-column type="expand">
<template slot-scope="scope"> <template slot-scope="scope">
<div class="flex justify-start align-center flex-wrap "> <div class="flex justify-start align-center flex-wrap ">
<el-form inline class="margin-top-xs margin-left-xs"> <el-form inline class="margin-top-xs margin-left-xs">
@ -258,6 +258,7 @@ export default {
managerLists: [{ ratio: 100 }], // managerLists: [{ ratio: 100 }], //
adminList: [{ ratio: 100 }], // adminList: [{ ratio: 100 }], //
payLists: [], // payLists: [], //
Branch:null,
}, },
outList: [], outList: [],
inList: [], inList: [],

Loading…
Cancel
Save