|
|
|
|
@ -241,7 +241,7 @@
|
|
|
|
|
<xy-table :list="plans" :show-index="false" :table-item="planTable" :height="310" style="margin-top: 10px;"
|
|
|
|
|
ref="planTable" @select="selectPlan">
|
|
|
|
|
<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">
|
|
|
|
|
<Input :value="scope.row.use_money" @input="inputMoney($event,scope.row)" />
|
|
|
|
|
</template>
|
|
|
|
|
@ -386,7 +386,7 @@ import {listdeptNoAuth} from "@/api/system/department";
|
|
|
|
|
},
|
|
|
|
|
planTable: [{
|
|
|
|
|
sortable: false,
|
|
|
|
|
width: 36,
|
|
|
|
|
width: 44,
|
|
|
|
|
type: 'selection'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
|