|
|
@@ -1,5 +1,16 @@
|
|
|
<template>
|
|
|
<div v-loading="loading">
|
|
|
+ <div class="qs_search" style="margin-bottom: 0px;display: flex;justify-content: space-between;align-items: center;">
|
|
|
+ <el-form ref="form" label-width="80px" style="display: flex;flex-direction: row;">
|
|
|
+ <el-form-item label="公司名称">
|
|
|
+ <el-input size="small" v-model="search.company_name"></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label-width="5px">
|
|
|
+ <el-button @click="getList" size="small" type="primary">查询</el-button>
|
|
|
+ </el-form-item>
|
|
|
+ </el-form>
|
|
|
+ </div>
|
|
|
+
|
|
|
<el-table :data="list" style="width: 100%">
|
|
|
<el-table-column prop="company_name" label="公司名称"></el-table-column>
|
|
|
<el-table-column label="开票用户" prop="uid">
|