|
@@ -44,7 +44,7 @@
|
|
<div style="width: 100%;">
|
|
<div style="width: 100%;">
|
|
<div class="course_input_box">
|
|
<div class="course_input_box">
|
|
<div class="bb_courseIcon"><img src="../../../assets/icon/new/course.png" /></div>
|
|
<div class="bb_courseIcon"><img src="../../../assets/icon/new/course.png" /></div>
|
|
- <input type="text" placeholder="请输入课程名称" class="binfo_input" v-model="courseName"
|
|
|
|
|
|
+ <input type="text" placeholder="请输入项目名称" class="binfo_input" v-model="courseName"
|
|
style="border: 1.5px solid rgb(202, 209, 220);margin: 0px 10px 0px 0px;border-radius: 5px;font-weight: 600;padding: 12px 14px 12px 71px;" />
|
|
style="border: 1.5px solid rgb(202, 209, 220);margin: 0px 10px 0px 0px;border-radius: 5px;font-weight: 600;padding: 12px 14px 12px 71px;" />
|
|
<el-switch v-model="isTeacherSee" active-text="是否公开此项目"
|
|
<el-switch v-model="isTeacherSee" active-text="是否公开此项目"
|
|
style="justify-content: center;width: 200px;"></el-switch>
|
|
style="justify-content: center;width: 200px;"></el-switch>
|
|
@@ -317,7 +317,7 @@
|
|
<img src="../../../assets/icon/new/addStage.png" alt />
|
|
<img src="../../../assets/icon/new/addStage.png" alt />
|
|
</div>
|
|
</div>
|
|
<button class="c_pub_button_confirm pub_btn_template_img" @click="openTemplate"
|
|
<button class="c_pub_button_confirm pub_btn_template_img" @click="openTemplate"
|
|
- :style="{ margin: '0 0 0 auto' }" style="padding:0 12px">选择课程模板</button>
|
|
|
|
|
|
+ :style="{ margin: '0 0 0 auto' }" style="padding:0 12px">选择项目模板</button>
|
|
</div>
|
|
</div>
|
|
<div style="margin: 0 0 10px 0; padding: 0" v-for="(item, index) in unitJson[unitIndex].chapterInfo"
|
|
<div style="margin: 0 0 10px 0; padding: 0" v-for="(item, index) in unitJson[unitIndex].chapterInfo"
|
|
:key="index">
|
|
:key="index">
|
|
@@ -2336,7 +2336,7 @@
|
|
<el-button type="primary" @click="updateName">确 定</el-button>
|
|
<el-button type="primary" @click="updateName">确 定</el-button>
|
|
</span>
|
|
</span>
|
|
</el-dialog>
|
|
</el-dialog>
|
|
- <el-dialog title="选择课程模板" :visible.sync="templateDialog" :append-to-body="true" width="630px"
|
|
|
|
|
|
+ <el-dialog title="选择项目模板" :visible.sync="templateDialog" :append-to-body="true" width="630px"
|
|
:before-close="handleClose" class="dialog_diy">
|
|
:before-close="handleClose" class="dialog_diy">
|
|
<div class="template_box">
|
|
<div class="template_box">
|
|
<div v-if="templateArray && !templateArray.length" style="text-align: center;width: 100%;">暂无项目模板</div>
|
|
<div v-if="templateArray && !templateArray.length" style="text-align: center;width: 100%;">暂无项目模板</div>
|
|
@@ -6188,7 +6188,7 @@ export default {
|
|
_res = JSON.parse(res.chapters)
|
|
_res = JSON.parse(res.chapters)
|
|
}
|
|
}
|
|
_this
|
|
_this
|
|
- .$confirm("确定选择项目模板吗?此操作将删除所有已编辑课程内容。", "提示", {
|
|
|
|
|
|
+ .$confirm("确定选择项目模板吗?此操作将删除所有已编辑项目内容。", "提示", {
|
|
confirmButtonText: "确定",
|
|
confirmButtonText: "确定",
|
|
cancelButtonText: "取消",
|
|
cancelButtonText: "取消",
|
|
type: "warning",
|
|
type: "warning",
|
|
@@ -11577,7 +11577,7 @@ ol {
|
|
}
|
|
}
|
|
|
|
|
|
.updateTips::after {
|
|
.updateTips::after {
|
|
- content: "他人课程暂不支持修改基本信息,只支持修改阶段内容。";
|
|
|
|
|
|
+ content: "他人项目暂不支持修改基本信息,只支持修改阶段内容。";
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
margin-left: 20px;
|
|
margin-left: 20px;
|
|
font-weight: 400;
|
|
font-weight: 400;
|