| | |
| | | <el-button v-waves icon="el-icon-switch-button" type="success" @click="orderClose()">工单关闭</el-button> |
| | | </div> |
| | | |
| | | <div class="bodyTopFormGroup" style="margin-top: 10px;"> |
| | | <div class="bodyTopFormGroup"> |
| | | <el-form |
| | | ref="form" |
| | | :model="form" |
| | |
| | | <div v-else>/</div> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="data_sources" |
| | | show-tooltip-when-overflow |
| | | label="数据来源" |
| | | sortable="custom" |
| | | width="120" |
| | | /> |
| | | <!-- <el-table-column--> |
| | | <!-- prop="data_sources"--> |
| | | <!-- show-tooltip-when-overflow--> |
| | | <!-- label="数据来源"--> |
| | | <!-- sortable="custom"--> |
| | | <!-- width="120"--> |
| | | <!-- />--> |
| | | |
| | | <el-table-column |
| | | prop="lm_user" |
| | |
| | | getHeight() { |
| | | this.$nextTick(() => { |
| | | this.mainHeight = window.innerHeight - 85 |
| | | this.tableHeight = this.mainHeight - 245 |
| | | this.tableHeight = this.mainHeight - 295 |
| | | if (window.innerHeight < 769) { |
| | | this.tableHeight = this.tableHeight - 20 |
| | | } |