|
@@ -6,7 +6,6 @@
|
|
:source="sourceList.data"
|
|
:source="sourceList.data"
|
|
:pagination="sourceList.pagination"
|
|
:pagination="sourceList.pagination"
|
|
:config="config"
|
|
:config="config"
|
|
- :loading="loading"
|
|
|
|
:searchConfig="searchConfig"
|
|
:searchConfig="searchConfig"
|
|
highlight-current-row
|
|
highlight-current-row
|
|
@get-list="getList"
|
|
@get-list="getList"
|
|
@@ -24,7 +23,13 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <el-table :data="selectData" :cell-style="{ padding: '0' }" :row-style="{ height: '35px' }" header-row-class-name="tableHeader" style="margin-bottom: 10px">
|
|
|
|
|
|
+ <el-table
|
|
|
|
+ :data="selectData"
|
|
|
|
+ :cell-style="{ padding: '0' }"
|
|
|
|
+ :row-style="{ height: '35px' }"
|
|
|
|
+ header-row-class-name="tableHeader"
|
|
|
|
+ style="margin-bottom: 10px"
|
|
|
|
+ v-loading="loading">
|
|
<el-table-column label="品号" prop="code" width="220" />
|
|
<el-table-column label="品号" prop="code" width="220" />
|
|
<el-table-column label="品名" prop="name" min-width="220" />
|
|
<el-table-column label="品名" prop="name" min-width="220" />
|
|
<el-table-column label="操作" align="center" width="120">
|
|
<el-table-column label="操作" align="center" width="120">
|