|
|
|
@ -38,6 +38,34 @@
|
|
|
|
|
<el-button type="primary" text icon="el-icon-view" @click="handleview(row)">查看</el-button> |
|
|
|
|
</template> |
|
|
|
|
</avue-crud> |
|
|
|
|
|
|
|
|
|
<!-- <div>---------------------------------------------------------------------</div> |
|
|
|
|
|
|
|
|
|
<el-table :data="tableData" border style="width: 100%"> |
|
|
|
|
<el-table-column type="index" width="50" /> |
|
|
|
|
<el-table-column prop="date" label="Date" width="180" /> |
|
|
|
|
<el-table-column prop="name" label="Name" width="180" /> |
|
|
|
|
<el-table-column prop="name" label="Name" width="180" /> |
|
|
|
|
<el-table-column prop="name" label="Name" width="180" /> |
|
|
|
|
<el-table-column prop="name" label="Name" width="180" /> |
|
|
|
|
<el-table-column prop="name" label="Name" width="180" /> |
|
|
|
|
<el-table-column prop="name" label="Name" width="180" /> |
|
|
|
|
<el-table-column prop="name" label="Name" width="180" /> |
|
|
|
|
<el-table-column prop="name" label="Name" width="180" /> |
|
|
|
|
<el-table-column prop="name" label="Name" width="180" /> |
|
|
|
|
<el-table-column prop="name" label="Name" width="180" /> |
|
|
|
|
<el-table-column prop="name" label="Name" width="180" /> |
|
|
|
|
<el-table-column prop="name" label="Name" width="180" /> |
|
|
|
|
<el-table-column prop="address" label="Address" /> |
|
|
|
|
</el-table> --> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<basic-pdaform v-if="!edit" @returnpda="returnpda" :pdaformdata="pdaformdata" /> |
|
|
|
|
</basic-container> |
|
|
|
|
</template> |
|
|
|
@ -316,8 +344,10 @@ export default {
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
getList(page.currentPage, page.pageSize, values).then(res => { |
|
|
|
|
console.log(res.data.data.records,'res'); |
|
|
|
|
const data = res.data.data; |
|
|
|
|
this.page.total = data.total; |
|
|
|
|
console.log(data.total,'sss'); |
|
|
|
|
this.data = data.records; |
|
|
|
|
this.loading = false; |
|
|
|
|
this.selectionClear(); |
|
|
|
|