zhanghua
2025-01-13 3545c432c9e25511611575d6efa2a31078922f2d
src/views/student/components/details.vue
@@ -89,7 +89,7 @@
            <el-table-column label="数量" prop="qty" />
            <el-table-column label="金额" prop="amt" />
            <el-table-column label="到期时间" prop="endDate" />
            <el-table-column label="" prop="">
            <!-- <el-table-column label="" prop="">
              <template slot-scope="scope">
                <el-link
                  type="primary"
@@ -98,7 +98,7 @@
                  >查看明细</el-link
                >
              </template>
            </el-table-column>
            </el-table-column> -->
          </el-table>
        </el-form-item>
        <el-form-item
@@ -178,7 +178,7 @@
      });
    },
    goDetails(row) {
      this.$router.push("/details");
      // this.$router.push("/details");
    },
  },
};