|
@@ -464,7 +464,7 @@
|
|
|
|
|
|
<!-- 费用类型自定义 -->
|
|
<!-- 费用类型自定义 -->
|
|
<el-dialog title="费用类型管理" v-if="customTypeDialog" :visible.sync="customTypeDialog" customClass="customWidth" width="600px">
|
|
<el-dialog title="费用类型管理" v-if="customTypeDialog" :visible.sync="customTypeDialog" customClass="customWidth" width="600px">
|
|
- <el-table :data="customTypeList" style="height:400px" :loading="customTypeListLoading">
|
|
|
|
|
|
+ <el-table :data="customTypeList" style="width:100%" height="400" :loading="customTypeListLoading">
|
|
<el-table-column prop="typeName" label="费用名称" min-width="150"></el-table-column>
|
|
<el-table-column prop="typeName" label="费用名称" min-width="150"></el-table-column>
|
|
<el-table-column label="费用类型" min-width="150">
|
|
<el-table-column label="费用类型" min-width="150">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|