|
|
|
@ -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: [],
|
|
|
|
|