@@ -158,6 +158,7 @@ export default {
console.log(res)
res.data.data.forEach(e => {
console.log('from', this.form1)
+ console.log()
this.form1 = e
})
@@ -86,11 +86,7 @@
<el-tab-pane label="已结算" name="second">
<dilTable v-bind.sync="options2" @func="func2"> </dilTable>
</el-tab-pane>
- <el-tab-pane
- label="未生成详单"
- name="third"
- v-if="loginName == 'admin02'"
- >
+ <el-tab-pane label="未生成详单" name="third" v-if="isShow">
<dilTable v-bind.sync="options3" @func="func3"> </dilTable>
</el-tabs>