shish 2 lat temu
rodzic
commit
24778aa853
1 zmienionych plików z 6 dodań i 7 usunięć
  1. 6 7
      ghs/src/views/order/add.vue

+ 6 - 7
ghs/src/views/order/add.vue

@@ -28,10 +28,12 @@
     </div>
     <div class="seek-list-box" v-if="seekList!=''">
       <el-table ref="seekList" :data="seekList" highlight-current-row style="width: 100%" border :header-cell-style="{background:'#fdfdfd', color: '#666'}" class="tableBox active">
-        <el-table-column prop="itemName" label="名称" width="180" align="center"></el-table-column>
+        <el-table-column prop="itemName" label="图片" align="center"></el-table-column>
+        <el-table-column prop="itemName" label="名称" align="center"></el-table-column>
+        <el-table-column prop="price" label="价格" width="180" align="center"></el-table-column>
         <el-table-column prop="stock" label="库存" width="180" align="center"></el-table-column>
-        <el-table-column prop="bigUnit" label="单位" align="center"></el-table-column>
-        <el-table-column prop="price" label="单价" align="center"></el-table-column>
+        <el-table-column prop="bigUnit" label="单位" width="180" align="center"></el-table-column>
+        <el-table-column prop="price" label="单价" width="180" align="center"></el-table-column>
       </el-table>
     </div>
     <div class="bottom_input">
@@ -656,16 +658,13 @@ export default {
     width: 70%;
     max-height: 310px;
     overflow: hidden;
-    //overflow-y: scroll;
   }
   .bottom_input {
     position: absolute;
     bottom: 18px;
-    right: 6%;
-    // transform: translateX(-50%);
+    text-align: center;
     .allPrice {
       margin-left: 80px;
-      // color: #606266;
       font-size: 16px;
       font-weight: 700;
       &.active{