qinxianzhangyao
2023-10-19 45b297a5943cc7b68b03acde46ec317431402066
src/views/system/indrefund/index.vue
@@ -41,7 +41,7 @@
                <el-table-column label="收费员" align="center" prop="updateBy" width="100px" />
                <el-table-column label="收退时间" align="center" prop="updateTime" />
                <el-table-column fixed="right" label="操作" align="center" class-name="small-padding " width="100px"
                    v-if="queryParams.type == '1'">
                    v-if="queryParams.type == '4'">
                    <template slot-scope="scope">
                        <el-button size="mini" type="text" @click="handlerefund(scope.row)"
                            v-if="scope.row.remarks != '已退费'">退费</el-button>