gaoluyang
2 天以前 879249b34397ba1dc2be1ff1c7afd158d35ec340
src/views/salesManagement/receiptPayment/index.vue
@@ -74,8 +74,8 @@
        stripe
        height="calc(100vh - 21.5em)"
      >
        <el-table-column align="center" type="selection" width="55" />
        <el-table-column type="expand">
        <el-table-column align="center" type="selection" width="55"fixed="left" />
        <el-table-column type="expand"fixed="left">
          <template #default="props">
            <el-table
              :data="props.row.children"
@@ -154,17 +154,19 @@
            </el-table>
          </template>
        </el-table-column>
        <el-table-column align="center" label="序号" type="index" width="60" />
        <el-table-column align="center" label="序号" type="index" width="60"fixed="left" />
        <el-table-column
            label="开票日期"
            prop="invoiceDate"
            show-overflow-tooltip
                  fixed="left"
            width="240"
        />
        <el-table-column
          label="销售合同号"
          prop="salesContractNo"
          show-overflow-tooltip
               fixed="left"
          width="240"
        />
        <el-table-column