|
|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
-<div>
|
|
|
+<div>
|
|
|
<div class="flex-align-center flex-between normal-margin">
|
|
|
<slot name="operation"></slot>
|
|
|
<div class="flex-align-center">
|
|
|
@@ -47,6 +47,11 @@
|
|
|
<p><span>{{scope.row.spec}}</span></p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column
|
|
|
+ prop="actuatorbrand"
|
|
|
+ label="执行器品牌"
|
|
|
+ width="117">
|
|
|
+ </el-table-column>
|
|
|
<el-table-column
|
|
|
prop="caliber"
|
|
|
label="口径"
|
|
|
@@ -158,7 +163,7 @@ export default {
|
|
|
this.total = res.total
|
|
|
this.currentPage = res.pageNumber
|
|
|
console.log(this.tableData);
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
handleSizeChange(val) {
|
|
|
// console.log(`每页 ${val} 条`);
|
|
|
@@ -204,4 +209,4 @@ export default {
|
|
|
.image {
|
|
|
width:40px;height:40px;margin:0px auto;
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|