| | |
| | | <template> |
| | | <basic-container id="box" style="width: 100vw"> |
| | | <el-form :inline="true" :model="formInline" class="demo-form-inline"> |
| | | <el-form-item label="审批人"> |
| | | <el-input v-model="formInline.litigant" placeholder="审批人"></el-input> |
| | | <el-form-item label="当事人"> |
| | | <el-input v-model="formInline.litigant" placeholder="当事人" style="width:110px!important"></el-input> |
| | | </el-form-item> |
| | | <el-form-item label="电话"> |
| | | <el-input v-model="formInline.phone" placeholder="电话"></el-input> |
| | | <el-input v-model="formInline.phone" placeholder="电话" style="width:130px!important"></el-input> |
| | | </el-form-item> |
| | | <el-form-item> |
| | | <el-button type="primary" @click="getDataList(0)">查询</el-button> |
| | | </el-form-item> |
| | | <el-form-item style="float: right"> |
| | | <el-form-item> |
| | | <el-button type="primary" @click="getById">新增</el-button> |
| | | </el-form-item> |
| | | </el-form> |
| | |
| | | prop="casePoint" |
| | | label="案由" |
| | | :show-overflow-tooltip="true" |
| | | min-width="22%" |
| | | min-width="20%" |
| | | ></el-table-column> |
| | | <el-table-column |
| | | prop="litigant" |
| | |
| | | pageSize: 10, |
| | | pageIndex: 1, |
| | | total: 10, |
| | | tableHeight: 460, |
| | | tableHeight: 600, |
| | | tableData: [] |
| | | } |
| | | }, |
| | | created() { |
| | | this.getDataList(0) |
| | | // this.formInline.litigant = window.android.getAppToken() |
| | | }, |
| | | methods: { |
| | | /*look(){ |
| | |
| | | this.formInline.type = type |
| | | getObj(this.formInline).then(res => { |
| | | this.tableData = res.data.data.records |
| | | this.total =res.data.data.total |
| | | }) |
| | | this.formInline.litigant = 222 |
| | | } else { |
| | | // this.formInline.user=333 |
| | | getObj().then(res => { |