src/views/salesManagement/salesLedger/index.vue
@@ -249,8 +249,8 @@ </el-button> <el-button link type="primary" @click="downloadOrder(scope.row.id)">下载 </el-button> @click="openFileDialog(scope.row)">附件 </el-button> <!--downloadOrder(scope.row.id) 下载--> </template> </el-table-column> </el-table> @@ -330,7 +330,7 @@ :label="item.customerName" :value="item.id"> {{ item.customerName + "——" + item.taxpayerIdentificationNumber item.taxpayerIdentificationNumber ? item.customerName + "——" + item.taxpayerIdentificationNumber : item.customerName }} </el-option> </el-select>