Browse Source

通道 修改

hebinlong 4 năm trước cách đây
mục cha
commit
6d8aebdc50
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/channel/channel.vue

+ 2 - 2
src/views/channel/channel.vue

@@ -23,7 +23,7 @@
               </template>
           </el-table-column>
 
-          <el-table-column label="供应商名称" align="center" show-overflow-tooltip>
+          <el-table-column label="通道名称" align="center" show-overflow-tooltip>
               <template slot-scope="scope" @click="hookLook(scope.row)">
                   <span @click="hookLook(scope.row)">{{ scope.row.channelName }}</span>
               </template>
@@ -50,7 +50,7 @@
 
           <el-table-column label="供应商编码" align="center" show-overflow-tooltip>
               <template slot-scope="scope">
-                  <span>{{ scope.row.supplierCode }}</span>
+                  <span>{{ scope.row.supplierId }}</span>
               </template>
           </el-table-column>