zhangwencui
19 小时以前 492ccc994d23f59ddb7364dac0a376d17d2f53de
src/views/salesManagement/salesLedger/index.vue
@@ -117,7 +117,7 @@
                    <el-tag type="success"
                            v-if="scope.row.shippingCarNumber">{{ scope.row.shippingCarNumber }}</el-tag>
                    <el-tag v-else
                            type="info">未发货</el-tag>
                            type="info">-</el-tag>
                  </div>
                </template>
              </el-table-column>
@@ -128,7 +128,7 @@
                  <div>
                    <div v-if="scope.row.shippingDate">{{ scope.row.shippingDate }}</div>
                    <el-tag v-else
                            type="info">未发货</el-tag>
                            type="info">-</el-tag>
                  </div>
                </template>
              </el-table-column>