src/views/salesManagement/salesLedger/index.vue
@@ -166,7 +166,7 @@
              <el-select v-model="form.customerId" placeholder="请选择" clearable :disabled="operationType === 'view'">
                <el-option v-for="item in customerOption" :key="item.id" :label="item.customerName" :value="item.id">
                  {{
                    item.customerName + "——" + item.taxpayerIdentificationNumber
                    item.customerName
                  }}
                </el-option>
              </el-select>