master
xy 12 months ago
parent 09165e9da5
commit 7b818fa2cc

@ -241,7 +241,7 @@
<xy-table :list="plans" :show-index="false" :table-item="planTable" :height="310" style="margin-top: 10px;" <xy-table :list="plans" :show-index="false" :table-item="planTable" :height="310" style="margin-top: 10px;"
ref="planTable" @select="selectPlan"> ref="planTable" @select="selectPlan">
<template v-slot:btns> <template v-slot:btns>
<el-table-column label="使用金额(元)" header-align="center" width="140"> <el-table-column label="使用金额(元)" header-align="center" width="140" fixed="right">
<template slot-scope="scope"> <template slot-scope="scope">
<Input :value="scope.row.use_money" @input="inputMoney($event,scope.row)" /> <Input :value="scope.row.use_money" @input="inputMoney($event,scope.row)" />
</template> </template>
@ -386,7 +386,7 @@ import {listdeptNoAuth} from "@/api/system/department";
}, },
planTable: [{ planTable: [{
sortable: false, sortable: false,
width: 36, width: 44,
type: 'selection' type: 'selection'
}, },
{ {

Loading…
Cancel
Save