Parcourir la source

商品组管理调整

qymljy il y a 1 an
Parent
commit
3fa983d6a5

+ 5 - 0
src/HDrpManagement/ProductGroupMag/modules/table.vue

@@ -94,6 +94,11 @@
           </span>
         </template>
       </el-table-column>
+      <el-table-column
+          prop="actuatorbrand"
+          label="执行器品牌"
+          width="0">
+      </el-table-column>
       <!-- <el-table-column
           prop="unitid"
           label="计量单位"

+ 8 - 3
src/template/product/index.vue

@@ -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>