Browse Source

fix(selectStockLedgerDialog): 将单选按钮的label值从categoryCode改为id

yusheng 6 months ago
parent
commit
5f4dcb4af7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/BIZComponents/selectStockLedger/selectStockLedgerDialog.vue

+ 1 - 1
src/BIZComponents/selectStockLedger/selectStockLedgerDialog.vue

@@ -52,7 +52,7 @@
             :selection.sync="selection"
           >
             <template v-slot:action="{ row }">
-              <el-radio class="radio" v-model="radio" :label="row.categoryCode"
+              <el-radio class="radio" v-model="radio" :label="row.id"
                 ><i></i
               ></el-radio>
             </template>