| | |
| | | " /> |
| | | </template> |
| | | </el-table-column> |
| | | <!-- |
| | | <el-table-column prop="cityfee" label="市内交通费" align="center" width="100"> |
| | | <template slot-scope="scope"> |
| | | <el-input v-model="scope.row.cityfee" placeholder="市内交通费" @blur=" |
| | | (val) => { |
| | | <el-input v-model="scope.row.cityfee" placeholder="市内交通费" @blur="(val) => { |
| | | sumRowFee(scope.row); |
| | | } |
| | | ">{{ Number(scope.row.cityfee).toFixed(2) }} |
| | | ">{{ Number(scope.row.cityfee).toFixed(2) }} |
| | | </el-input> |
| | | </template> |
| | | </el-table-column> |
| | | --> |
| | | <el-table-column prop="hotelexpense" label="住宿费" align="center" width="80"> |
| | | <template slot-scope="scope"> |
| | | <el-input v-model="scope.row.hotelexpense" placeholder="住宿费" @blur="val => { |
| | |
| | | this.open = false; |
| | | |
| | | // 关闭窗口 |
| | | this.$store.dispatch('tagsView/delView', this.$route) |
| | | this.$router.go(-1); |
| | | |
| | | // this.getList(); |
| | | // }) |
| | | // .catch(err => { |
| | |
| | | this.open = false; |
| | | |
| | | // 关闭窗口 |
| | | |
| | | this.$store.dispatch('tagsView/delView', this.$route) |
| | | this.$router.go(-1); |
| | | }) |