yaowanxin
13 小时以前 e864adc9359a8e012f71816c94250c77e3c3070d
src/views/salesManagement/salesLedger/index.vue
@@ -197,22 +197,22 @@
                         prop="entryPersonName"
                         width="100"
                         show-overflow-tooltip />
        <el-table-column label="发货车牌"
                         prop="shippingCarNumber"
                         width="120"
                         show-overflow-tooltip>
          <template #default="scope">
            <div>
              <div v-if="scope.row.shippingCarNumber">{{ scope.row.shippingCarNumber }}</div>
              <el-tag v-else
                      type="warning">未发货</el-tag>
            </div>
          </template>
        </el-table-column>
        <el-table-column label="发货日期"
                         prop="shippingDate"
                         width="120"
                         show-overflow-tooltip />
<!--        <el-table-column label="发货车牌"-->
<!--                         prop="shippingCarNumber"-->
<!--                         width="120"-->
<!--                         show-overflow-tooltip>-->
<!--          <template #default="scope">-->
<!--            <div>-->
<!--              <div v-if="scope.row.shippingCarNumber">{{ scope.row.shippingCarNumber }}</div>-->
<!--              <el-tag v-else-->
<!--                      type="warning">未发货</el-tag>-->
<!--            </div>-->
<!--          </template>-->
<!--        </el-table-column>-->
<!--        <el-table-column label="发货日期"-->
<!--                         prop="shippingDate"-->
<!--                         width="120"-->
<!--                         show-overflow-tooltip />-->
        <el-table-column label="录入日期"
                         prop="entryDate"
                         width="120"