zhouwx
2024-07-09 e8e49938910bd0d627f1d8cf6dd0eaed01050871
src/views/onlineEducation/courseManage/index.vue
@@ -66,7 +66,7 @@
              <el-button link type="primary" @click="toChapters(scope.row)">章节</el-button>
              <el-button link type="danger" @click="handleDelete(scope.row)">删除</el-button>
            </div>
            <div v-else>--</div>
            <div v-else><el-button link type="primary" @click="toChapters(scope.row)">章节</el-button></div>
          </div>
          <div v-else-if="scope.row.state == 1" >
              <el-button link type="primary" @click="openDialog('edit',scope.row)">编辑</el-button>