QuKatie 3 年之前
父節點
當前提交
b3b0273cb3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/maintenance/priceLibrary/index.vue

+ 1 - 1
src/views/maintenance/priceLibrary/index.vue

@@ -67,7 +67,7 @@
           </el-date-picker>
         </template>
         <template slot-scope="{ row }" slot="corpId">
-          {{ row.corpName }}
+          {{ row.corpCode }}
         </template>
         <template slot-scope="{ row }" slot="grossProfitRate">
           {{ row.grossProfitRate ? scope.row.grossProfitRate : 0 }}%