Browse Source

Merge branch 'master' of http://git.zthymaoyi.com:3000/gdc/yiliangyiyun-pc

gjy 3 years ago
parent
commit
e7d193c2da
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/salesManagement/salesPlanOrderList.vue

+ 2 - 2
src/views/salesManagement/salesPlanOrderList.vue

@@ -566,8 +566,8 @@
             <ws-option
               v-for="item in transactionRecordList"
               :key="item.constKey"
-              :label="item.transactionPrice"
-              :value="item.transactionPrice"
+              :label="item.key"
+              :value="item.key"
             />
           </ws-select>
         </el-form-item>