| | |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | --> |
| | | |
| | | <el-row> |
| | | <el-col :span="12"> |
| | | <el-form-item label="费用申请附件" align="left" prop="annexbankcard"> |
| | |
| | | </el-upload> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | </el-row> --> |
| | | <el-row v-if="dialogType == 'detail'"> |
| | | <el-table :data="fundflowList" border> |
| | | <el-table-column label="审核人" align="center" width="120" prop="checkusername" /> |
| | |
| | | methods: { |
| | | //生命周期 - 创建完成(可以访问当前this实例) |
| | | created() { |
| | | console.log("getUnitList", 1); |
| | | this.getUnitList(); |
| | | this.getList(); |
| | | console.log("getBaseInfoList", 2); |
| | | this.getBaseInfoList(); |
| | | console.log("getlistUser", 3); |
| | | this.getlistUser(); |
| | | console.log("getCurFundType", 4); |
| | | this.getCurFundType(); |
| | | console.log("getList", 5); |
| | | this.getList(); |
| | | console.log("last", 6); |
| | | }, |
| | | //生命周期 - 挂载完成(可以访问DOM元素) |
| | | mounted() { |