yaowanxin
9 小时以前 8ef80d3133ac4ddbc4abd64f12f63c83eedc1b24
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>
@@ -145,16 +145,16 @@
              <el-table-column label="不含税总价(元)"
                               prop="taxExclusiveTotalPrice"
                               :formatter="formattedNumber" />
              <el-table-column label="是否质检"
                               prop="isChecked"
                               width="100"
                               align="center">
                <template #default="scope">
                  <el-tag v-if="scope.row.isChecked === true || scope.row.isChecked === '是'" type="success">是</el-tag>
                  <el-tag v-else type="info">否</el-tag>
                </template>
              </el-table-column>
              <!--操作-->
<!--              <el-table-column label="是否质检"-->
<!--                               prop="isChecked"-->
<!--                               width="100"-->
<!--                               align="center">-->
<!--                <template #default="scope">-->
<!--                  <el-tag v-if="scope.row.isChecked === true || scope.row.isChecked === '是'" type="success">是</el-tag>-->
<!--                  <el-tag v-else type="info">否</el-tag>-->
<!--                </template>-->
<!--              </el-table-column>-->
<!--              操作-->
              <el-table-column Width="60px"
                               label="操作"
                               align="center">