| | |
| | | return { |
| | | activeTab: 'performance', |
| | | storeInfo: {}, |
| | | visible:false, |
| | | searchForm: { |
| | | orderNo: '', |
| | | goodsInfo: '', |
| | |
| | | }) |
| | | }, |
| | | methods: { |
| | | handleDateChange (val) { |
| | | this.searchForm.createStartTime = val ? val[0] : '' |
| | | this.searchForm.createEndTime = val ? val[1] : '' |
| | | this.search() |
| | | }, |
| | | open (title, row) { |
| | | this.searchForm.memberId = row.id |
| | | detail(row.id) |
| | |
| | | <span style="color: #13ce66;" v-else >审批通过</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="状态" min-width="80px"> |
| | | <!-- <el-table-column label="状态" min-width="80px"> |
| | | <template slot-scope="{row}"> |
| | | <el-switch |
| | | @change="handleStatusChange($event, row)" |
| | |
| | | :inactive-value="1" |
| | | ></el-switch> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table-column>--> |
| | | <el-table-column label="操作" min-width="100" fixed="right"> |
| | | <template slot-scope="{row}"> |
| | | <el-button type="text" @click="handleDetail(row)">详情</el-button> |
| | |
| | | <template> |
| | | <TableLayout> |
| | | <template v-slot:table-wrap> |
| | | <div class="params-container"> |
| | | <div class="params-container" :style="' height: '+contentHeight+'px;'"> |
| | | <div class="section"> |
| | | <h3 class="section-title">司机规则</h3> |
| | | <div class="form-item"> |
| | |
| | | components: { TableLayout }, |
| | | data () { |
| | | return { |
| | | contentHeight: 600, |
| | | form: { |
| | | autoCancelTime: '', |
| | | autoConfirmReceipt: '', |
| | |
| | | created () { |
| | | this.loadData() |
| | | this.loadUserlist() |
| | | this.contentHeight = window.innerHeight -110; |
| | | }, |
| | | methods: { |
| | | loadUserlist () { |
| | |
| | | <style scoped> |
| | | .params-container { |
| | | padding: 20px; |
| | | overflow: auto; |
| | | display: block; |
| | | } |
| | | /deep/ .el-main{ |
| | | width: 100%; |
| | | //height: 100%; |
| | | overflow-y: auto !important ; |
| | | height: calc(100% - 94px); |
| | | } |
| | | .section { |
| | | margin-bottom: 40px; |