|
@@ -51,7 +51,7 @@
|
|
|
|
|
|
<div class="flex flex-col justify-between w-full sm:flex-row" style="width:100%;">
|
|
|
<div class="table-default" style="width:100%;">
|
|
|
- <el-table :data="tableData" class="w-full mt-3" style="width:100%;">
|
|
|
+ <el-table :data="tableData" class="w-full mt-3" v-loading="loading" style="width:100%;">
|
|
|
<el-table-column prop="series_name" label="章节名称" />
|
|
|
<el-table-column prop="is_charge" label="是否付费">
|
|
|
<template #default="scope">
|