|
@@ -17,13 +17,13 @@
|
|
|
org +
|
|
|
'&role=' +
|
|
|
role,
|
|
|
- }">协同建构</el-breadcrumb-item>
|
|
|
+ }">CocoNote</el-breadcrumb-item>
|
|
|
<el-breadcrumb-item>
|
|
|
- <span style="color: rgb(15, 126, 255)">创建协同建构</span>
|
|
|
+ <span style="color: rgb(15, 126, 255)">Edit Coconote</span>
|
|
|
</el-breadcrumb-item>
|
|
|
</el-breadcrumb>
|
|
|
</div>
|
|
|
- <div class="r_pub_button_retrun" @click="lastSteps()">返回</div>
|
|
|
+ <div class="r_pub_button_retrun" @click="lastSteps()">Back</div>
|
|
|
</div>
|
|
|
<div class="rightBox" style="padding: 0;"
|
|
|
:style="{ height: (!isBtnDisplay) ? 'calc(100% - 50px)' : 'calc(100% - 120px)' }" v-if="this.steps == 1">
|
|
@@ -45,7 +45,7 @@
|
|
|
<div style="width: 100%;">
|
|
|
<div class="course_input_box">
|
|
|
<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="Note Name (Required)" 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;"
|
|
|
@change="changeName" />
|
|
|
<!-- background: #f6f6f6; -->
|
|
@@ -96,11 +96,11 @@
|
|
|
<!-- <div class="ai_box">
|
|
|
<div class="ai_content" @click="openAI"><img src="../../assets/icon/new/ai.png"/><span>AI共创</span></div>
|
|
|
</div> -->
|
|
|
- <div class="c_info_title" style="padding: 0 0 15px;margin: 0 auto 0 0;">上传封面</div>
|
|
|
+ <div class="c_info_title" style="padding: 0 0 15px;margin: 0 auto 0 0;">Cover</div>
|
|
|
<div style="width: 100%;">
|
|
|
<div class="uploadFm" @click="choosePicVisible = true" v-if="cover.length == 0">
|
|
|
<img src="../../../assets/icon/addPoster.png" alt="" />
|
|
|
- <div>点击添加封面</div>
|
|
|
+ <div>Add cover image</div>
|
|
|
</div>
|
|
|
<el-upload :class="{ disUoloadSty: noneBtnImg }" class="upCss" action="#" list-type="picture"
|
|
|
v-loading="uploadLoading1" :http-request="beforeUpload1" ref="upload1"
|
|
@@ -118,13 +118,13 @@
|
|
|
<div class="wb_j_box">
|
|
|
<div class="wb_j_box_content">
|
|
|
<div class="wb_j_box_btn" @click="openMember">
|
|
|
- <div class="wb_j_box_title">协同人员</div>
|
|
|
+ <div class="wb_j_box_title">Collaborator</div>
|
|
|
<div class="wb_j_box_btn_c">
|
|
|
<el-tooltip effect="dark" :content="getListMan2(checkboxList3)" placement="top"
|
|
|
v-if="checkboxList3.length" popper-class="text_tooltip2">
|
|
|
<div class="wb_j_box_span">{{ getListMan2(checkboxList3) }}</div>
|
|
|
</el-tooltip>
|
|
|
- <div v-else class="wb_j_box_span">请选择协同人员</div>
|
|
|
+ <div v-else class="wb_j_box_span">Select collaborators of your Note</div>
|
|
|
<div class="wb_j_box_arrow"></div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -136,8 +136,9 @@
|
|
|
</div>
|
|
|
<div class="whiteBg" style="margin-top: 10px">
|
|
|
<groupBox :cid="cid" :people="checkboxList3" :classList="classList" :courseDetail="courseDetail"
|
|
|
- :userid="userid" :type="1" classId="" :oid="oid" v-if="cid"></groupBox>
|
|
|
- <div v-else class="tipsBox">请添加课程名称后才能设置分组</div>
|
|
|
+ :userid="userid" :type="1" classId="" :oid="oid"></groupBox>
|
|
|
+ <!-- v-if="cid" -->
|
|
|
+ <!-- <div v-else class="tipsBox">请添加课程名称后才能设置分组</div> -->
|
|
|
</div>
|
|
|
<div class="whiteBg" style="border-radius: 0; background:#F0F2F5;" v-if="false">
|
|
|
<div style="display: flex">
|
|
@@ -1539,11 +1540,11 @@
|
|
|
</div>
|
|
|
<div class="info_btnBox3">
|
|
|
<button class="c_pub_button_return pub_btn_return_img" @click="lastSteps">
|
|
|
- 返回首页
|
|
|
+ Back
|
|
|
</button>
|
|
|
<button class="c_pub_button_confirm pub_btn_finish_img" @click="nextSteps"
|
|
|
v-if="!(cid && userid != courseUserid && role != '1')">
|
|
|
- 确认上传
|
|
|
+ Next
|
|
|
</button>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -1560,7 +1561,7 @@
|
|
|
<editor-bar v-model="tdetail" @change="change"></editor-bar>
|
|
|
</el-form>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
- <el-button @click="dialogVisible1 = false">取 消</el-button>
|
|
|
+ <el-button @click="dialogVisible1 = false">Cancel</el-button>
|
|
|
<el-button type="primary" @click="addWord" v-if="!updateBoolean2">添加</el-button>
|
|
|
<el-button type="primary" @click="upWord" v-else>修 改</el-button>
|
|
|
</span>
|
|
@@ -1575,8 +1576,8 @@
|
|
|
<editor-bar v-model="cTemplate" @change="change"></editor-bar>
|
|
|
</el-form>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
- <el-button @click="clearChoose">取 消</el-button>
|
|
|
- <el-button type="primary" @click="wordNext()">确定</el-button>
|
|
|
+ <el-button @click="clearChoose">Cancel</el-button>
|
|
|
+ <el-button type="primary" @click="wordNext()">Save</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
<el-dialog title="添加富文本" :visible.sync="dialogVisible6" :append-to-body="true" width="500px"
|
|
@@ -1590,8 +1591,8 @@
|
|
|
<editor-bar v-model="AttText.text" @change="change" v-if="dialogVisible6"></editor-bar>
|
|
|
</el-form>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
- <el-button @click="clearAttText">取 消</el-button>
|
|
|
- <el-button type="primary" @click="isAddOrUpdateAttText">确定</el-button>
|
|
|
+ <el-button @click="clearAttText">Cancel</el-button>
|
|
|
+ <el-button type="primary" @click="isAddOrUpdateAttText">Save</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
<el-dialog title="添加链接" :visible.sync="dialogVisible7" :append-to-body="true" width="500px"
|
|
@@ -1609,8 +1610,8 @@
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
- <el-button @click="clearLine">取 消</el-button>
|
|
|
- <el-button type="primary" @click="isAddOrUpdateLine">确定</el-button>
|
|
|
+ <el-button @click="clearLine">Cancel</el-button>
|
|
|
+ <el-button type="primary" @click="isAddOrUpdateLine">Save</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
<el-dialog :title="updateSourcePan ? '修改资源' : '添加资源'" :visible.sync="dialogVisibleSource" :append-to-body="true"
|
|
@@ -1619,9 +1620,9 @@
|
|
|
<sourceDialog :sourceData.sync="sourceData" :updateSourcePan="updateSourcePan"></sourceDialog>
|
|
|
</div>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
- <el-button @click="dialogVisibleSource = false">取 消</el-button>
|
|
|
- <el-button type="primary" @click="addSource" v-if="!updateSourcePan">确定</el-button>
|
|
|
- <el-button type="primary" @click="updateSource" v-else>确定</el-button>
|
|
|
+ <el-button @click="dialogVisibleSource = false">Cancel</el-button>
|
|
|
+ <el-button type="primary" @click="addSource" v-if="!updateSourcePan">Save</el-button>
|
|
|
+ <el-button type="primary" @click="updateSource" v-else>Save</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
<el-dialog title="添加课程成员" :visible.sync="dialogVisible3" :append-to-body="true" width="25%" height="80%"
|
|
@@ -1644,8 +1645,8 @@
|
|
|
</el-checkbox-group>
|
|
|
</div>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
- <el-button @click="dialogVisible3 = false">取 消</el-button>
|
|
|
- <el-button type="primary" @click="isAddPP">确定</el-button>
|
|
|
+ <el-button @click="dialogVisible3 = false">Cancel</el-button>
|
|
|
+ <el-button type="primary" @click="isAddPP">Save</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
<!-- <el-dialog title="添加班级" :visible.sync="dialogVisibleClass" :append-to-body="true" width="400px" height="80%"
|
|
@@ -1678,8 +1679,8 @@
|
|
|
<div v-if="!grade2.length" style="padding:20px 10px">暂无数据</div>
|
|
|
</div>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
- <el-button @click="dialogVisibleClass = false">取 消</el-button>
|
|
|
- <el-button type="primary" @click="isAddClass">确定</el-button>
|
|
|
+ <el-button @click="dialogVisibleClass = false">Cancel</el-button>
|
|
|
+ <el-button type="primary" @click="isAddClass">Save</el-button>
|
|
|
</span>
|
|
|
</el-dialog> -->
|
|
|
<el-dialog title="选择授课班级" :visible.sync="dialogVisibleClass" :append-to-body="true" width="600px" height="80%"
|
|
@@ -1708,8 +1709,8 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
- <el-button @click="dialogVisibleClass = false">取 消</el-button>
|
|
|
- <el-button type="primary" @click="isAddClass">确定</el-button>
|
|
|
+ <el-button @click="dialogVisibleClass = false">Cancel</el-button>
|
|
|
+ <el-button type="primary" @click="isAddClass">Save</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
<!-- <el-dialog title="添加协同成员" :visible.sync="dialogVisibleMember" :append-to-body="true" width="25%" height="80%"
|
|
@@ -1744,33 +1745,33 @@
|
|
|
<div style="text-align: center; margin-top: 10px" v-else>暂无数据</div>
|
|
|
</div>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
- <el-button @click="dialogVisibleMember = false">取 消</el-button>
|
|
|
- <el-button type="primary" @click="isAddPPTeacher">确定</el-button>
|
|
|
+ <el-button @click="dialogVisibleMember = false">Cancel</el-button>
|
|
|
+ <el-button type="primary" @click="isAddPPTeacher">Save</el-button>
|
|
|
</span>
|
|
|
</el-dialog> -->
|
|
|
- <el-dialog title="添加协同成员" :visible.sync="dialogVisibleMember" :append-to-body="true" width="25%" height="80%"
|
|
|
+ <el-dialog title="Add Collaborator" :visible.sync="dialogVisibleMember" :append-to-body="true" width="25%" height="80%"
|
|
|
:before-close="handleClose" class="addNewPP customWidth">
|
|
|
<div class="people">
|
|
|
<div class="people_top">
|
|
|
<div class="people_top_right">
|
|
|
<div class="people_search">
|
|
|
- <el-input placeholder="搜索完整的姓名/账号(不含邮箱后缀)" v-model="searchTN" @keyup.enter.native="getTeacher"></el-input>
|
|
|
+ <el-input placeholder="Search For Name/Account(Exclude Email Domain)" v-model="searchTN" @keyup.enter.native="getTeacher"></el-input>
|
|
|
<div class="search_img" @click="getTeacher">
|
|
|
<img src="../../../assets/icon/search.png" alt />
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="people_nav">选择成员</div>
|
|
|
+ <div class="people_nav">Select Member</div>
|
|
|
</div>
|
|
|
<div class="t_j_box" style="
|
|
|
padding: 20px 0 0 25px;
|
|
|
width: calc(100% - 55px);
|
|
|
margin-left: 25px;
|
|
|
">
|
|
|
- <span>姓名</span>
|
|
|
- <span>身份</span>
|
|
|
- <span>账号</span>
|
|
|
- <span>学校</span>
|
|
|
+ <span>Name</span>
|
|
|
+ <span>Role</span>
|
|
|
+ <span>Account</span>
|
|
|
+ <span>School</span>
|
|
|
</div>
|
|
|
<el-checkbox-group v-model="checkboxList3" class="people_name" v-if="teacherJuri.length">
|
|
|
<el-checkbox v-for="item in teacherJuri" :key="item.userid" :label="item.userid">
|
|
@@ -1778,7 +1779,7 @@
|
|
|
<el-tooltip placement="top" :content="item.name ? item.name : '暂无姓名'">
|
|
|
<span>{{ item.name ? item.name : "暂无姓名" }}</span>
|
|
|
</el-tooltip>
|
|
|
- <span>{{ item.type == "1" ? "老师" : "学生" }}</span>
|
|
|
+ <span>{{ item.type == "1" ? "Teacher" : "Student" }}</span>
|
|
|
<el-tooltip placement="top" :content="item.username">
|
|
|
<span>{{ item.username }}</span>
|
|
|
</el-tooltip>
|
|
@@ -1796,8 +1797,8 @@
|
|
|
@current-change="handleCurrentChange"></el-pagination>
|
|
|
</div>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
- <el-button @click="dialogVisibleMember = false">取 消</el-button>
|
|
|
- <el-button type="primary" @click="isAddPPTeacher">确定</el-button>
|
|
|
+ <el-button @click="dialogVisibleMember = false">Cancel</el-button>
|
|
|
+ <el-button type="primary" @click="isAddPPTeacher">Save</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
<el-dialog title="创建问卷" :visible.sync="dialogVisible5" :append-to-body="true" width="800px"
|
|
@@ -1876,8 +1877,8 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
- <el-button @click="closePan(4)">取 消</el-button>
|
|
|
- <el-button type="primary" @click="addAsk">确 定</el-button>
|
|
|
+ <el-button @click="closePan(4)">Cancel</el-button>
|
|
|
+ <el-button type="primary" @click="addAsk">Save</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
<el-dialog title="创建选择题" :visible.sync="dialogVisibleChoice" :append-to-body="true" width="800px"
|
|
@@ -2064,8 +2065,8 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
- <el-button @click="closePan(45)">取 消</el-button>
|
|
|
- <el-button type="primary" @click="addTest">确 定</el-button>
|
|
|
+ <el-button @click="closePan(45)">Cancel</el-button>
|
|
|
+ <el-button type="primary" @click="addTest">Save</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
<el-dialog title="添加工具" :visible.sync="dialogVisible4" :append-to-body="true" width="600px"
|
|
@@ -2225,8 +2226,8 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
- <el-button @click="dialogVisible4 = false">取 消</el-button>
|
|
|
- <el-button type="primary" @click="addChaptersDataTools">确定</el-button>
|
|
|
+ <el-button @click="dialogVisible4 = false">Cancel</el-button>
|
|
|
+ <el-button type="primary" @click="addChaptersDataTools">Save</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
<el-dialog title="添加问答" :visible.sync="dialogVisible8" :append-to-body="true" width="500px"
|
|
@@ -2245,8 +2246,8 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
- <el-button @click="closePan(15)">取 消</el-button>
|
|
|
- <el-button type="primary" @click="addAnswer">确 定</el-button>
|
|
|
+ <el-button @click="closePan(15)">Cancel</el-button>
|
|
|
+ <el-button type="primary" @click="addAnswer">Save</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
<el-dialog title="添加问题" :visible.sync="dialogVisibleMp3" :append-to-body="true" width="500px"
|
|
@@ -2263,20 +2264,20 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
- <el-button @click="dialogVisibleMp3 = false">取 消</el-button>
|
|
|
- <el-button type="primary" @click="addMp3Answer">确 定</el-button>
|
|
|
+ <el-button @click="dialogVisibleMp3 = false">Cancel</el-button>
|
|
|
+ <el-button type="primary" @click="addMp3Answer">Save</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
- <el-dialog title="上传图片" :visible.sync="choosePicVisible" :append-to-body="true" width="600px"
|
|
|
+ <el-dialog title="Add cover image" :visible.sync="choosePicVisible" :append-to-body="true" width="600px"
|
|
|
:before-close="handleClose" class="dialog_diy">
|
|
|
<div>
|
|
|
<div class="fileCss" style="padding-top: 20px">
|
|
|
<div>
|
|
|
<button class="info_btn" @click="addImg($event)">
|
|
|
- 选择本地文件
|
|
|
+ Local image
|
|
|
<input type="file" accept="image/*" style="display: none" @change="beforeUpload1" />
|
|
|
</button>
|
|
|
- <div class="spanName">选择本地文件</div>
|
|
|
+ <div class="spanName">Select an image that is .JPEG, .JPG or .PNG.</div>
|
|
|
</div>
|
|
|
<!-- <div>
|
|
|
<el-button @click="getAllBanner" v-if="isSysPic == false">选择系统文件</el-button>
|
|
@@ -2289,14 +2290,14 @@
|
|
|
<div class="spanName">选择系统文件</div>
|
|
|
</div> -->
|
|
|
<div>
|
|
|
- <el-button @click="searchImageValue = courseName, resetImage()" v-if="isSysPic2 == false">选择网络文件</el-button>
|
|
|
+ <el-button @click="searchImageValue = courseName, resetImage()" v-if="isSysPic2 == false">Online image</el-button>
|
|
|
<div class="isSysPic" v-if="isSysPic2 == true && cover.length > 0">
|
|
|
<img :src="cover[0].url" alt="" />
|
|
|
<div class="deletePic" @click="deleteSysPic">
|
|
|
<img src="../../../assets/icon/delete.png" alt="" />
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="spanName">选择网络文件</div>
|
|
|
+ <div class="spanName">Select online image.</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- <div class="fileCss">
|
|
@@ -2305,8 +2306,8 @@
|
|
|
</div> -->
|
|
|
</div>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
- <el-button @click="choosePicVisible = false">取 消</el-button>
|
|
|
- <el-button type="primary" @click="choosePicVisible = false">确 定</el-button>
|
|
|
+ <el-button @click="choosePicVisible = false">Cancel</el-button>
|
|
|
+ <el-button type="primary" @click="choosePicVisible = false">Save</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
<el-dialog title="选择系统文件" :visible.sync="sysPicVisible" :append-to-body="true" width="710px"
|
|
@@ -2331,21 +2332,21 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
- <el-dialog title="选择网络文件" :visible.sync="sysPicVisible2" :append-to-body="true" width="710px"
|
|
|
+ <el-dialog title="Search for an online image." :visible.sync="sysPicVisible2" :append-to-body="true" width="710px"
|
|
|
:before-close="handleClose" class="dialog_diy">
|
|
|
<div>
|
|
|
<div class="people_top_right" style="display: flex;align-items: center;">
|
|
|
<div style="position: relative; width: 100%;">
|
|
|
- <el-input style="height: 100%" placeholder="搜索图片关键字" v-model="searchImageValue"
|
|
|
+ <el-input style="height: 100%" placeholder="Enter image keyword" v-model="searchImageValue"
|
|
|
@keyup.enter.native="resetImage()"></el-input>
|
|
|
<div class="search_img" @click="resetImage" style="right: 10px;">
|
|
|
<img src="../../../assets/icon/search.png" alt />
|
|
|
</div>
|
|
|
</div>
|
|
|
- <el-button type="primary" size="default" style="margin-left: 10px;" @click="changePicture">换一组</el-button>
|
|
|
+ <el-button type="primary" size="default" style="margin-left: 10px;" @click="changePicture">Change</el-button>
|
|
|
</div>
|
|
|
<div class="sysPicBox" v-loading="imageloading">
|
|
|
- <div class="picNone" v-if="!imageList.length">请输入关键词搜索图片</div>
|
|
|
+ <!-- <div class="picNone" v-if="!imageList.length">请输入关键词搜索图片</div> -->
|
|
|
<div v-for="(sys, sysIndex) in imageList" :key="sysIndex" class="sysPic">
|
|
|
<img :src="sys.url" alt="" @click="chooseSysPic2(sys.url)" />
|
|
|
</div>
|
|
@@ -2414,7 +2415,7 @@
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
<el-button type="primary" @click="nextSelectSteps()" v-if="selectSteps == 1">下一步</el-button>
|
|
|
<el-button @click="selectSteps--" v-if="selectSteps == 2">上一步</el-button>
|
|
|
- <el-button type="primary" @click="addSelectAnswer" v-if="selectSteps == 2">确 定</el-button>
|
|
|
+ <el-button type="primary" @click="addSelectAnswer" v-if="selectSteps == 2">Save</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
<el-dialog title="添加评价" :visible.sync="dialogVisibleRate" :append-to-body="true" width="650px"
|
|
@@ -2446,8 +2447,8 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
- <el-button @click="dialogVisibleRate = false">取 消</el-button>
|
|
|
- <el-button type="primary" @click="addRateAnswer">确 定</el-button>
|
|
|
+ <el-button @click="dialogVisibleRate = false">Cancel</el-button>
|
|
|
+ <el-button type="primary" @click="addRateAnswer">Save</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
<el-dialog title="排序设置" :visible.sync="dialogVisibleSentence" :append-to-body="true" width="1000px"
|
|
@@ -2508,8 +2509,8 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
- <el-button @click="closePan(47)">取 消</el-button>
|
|
|
- <el-button type="primary" @click="addSentenceTool">确 定</el-button>
|
|
|
+ <el-button @click="closePan(47)">Cancel</el-button>
|
|
|
+ <el-button type="primary" @click="addSentenceTool">Save</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
<el-dialog title="添加表格" :visible.sync="dialogVisibleTable" :append-to-body="true" width="95%"
|
|
@@ -2522,8 +2523,8 @@
|
|
|
<Table v-model="tableJson.text" @change="change"></Table>
|
|
|
</el-form>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
- <!-- <el-button @click="dialogVisibleTable = false">取 消</el-button>
|
|
|
- <el-button type="primary" @click="addTableJson">确定</el-button> -->
|
|
|
+ <!-- <el-button @click="dialogVisibleTable = false">Cancel</el-button>
|
|
|
+ <el-button type="primary" @click="addTableJson">Save</el-button> -->
|
|
|
<el-button type="primary" @click="addTableJson">上传模板</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
@@ -2537,7 +2538,7 @@
|
|
|
<editor-bar v-model="wordJson.text"></editor-bar>
|
|
|
</el-form>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
- <!-- <el-button @click="dialogVisibleWord = false">取 消</el-button> -->
|
|
|
+ <!-- <el-button @click="dialogVisibleWord = false">Cancel</el-button> -->
|
|
|
<el-button type="primary" @click="addWordJson">上传模板</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
@@ -2558,8 +2559,8 @@
|
|
|
</el-select>
|
|
|
</div>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
- <el-button @click="dialogVisibleMoreUpload = false">取 消</el-button>
|
|
|
- <el-button type="primary" @click="addMoreUpload">确定</el-button>
|
|
|
+ <el-button @click="dialogVisibleMoreUpload = false">Cancel</el-button>
|
|
|
+ <el-button type="primary" @click="addMoreUpload">Save</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
<el-dialog title="设置随机码" :visible.sync="dialogVisibleInvite" :append-to-body="true" width="360px"
|
|
@@ -2576,8 +2577,8 @@
|
|
|
<el-input v-model="icode" style="width: 240px" placeholder="请输入随机码"></el-input>
|
|
|
</div>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
- <el-button @click="dialogVisibleInvite = false">取 消</el-button>
|
|
|
- <el-button type="primary" @click="addInvite">确定</el-button>
|
|
|
+ <el-button @click="dialogVisibleInvite = false">Cancel</el-button>
|
|
|
+ <el-button type="primary" @click="addInvite">Save</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
<el-dialog title="添加预设时间" :visible.sync="dialogVisiblePreTime" :append-to-body="true" width="450px"
|
|
@@ -2587,8 +2588,8 @@
|
|
|
<Time :preTime="preTime" @updateTimeNum="updateTime" v-if="dialogVisiblePreTime"></Time>
|
|
|
</div>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
- <el-button @click="dialogVisiblePreTime = false">取 消</el-button>
|
|
|
- <el-button type="primary" @click="addPreTime">确定</el-button>
|
|
|
+ <el-button @click="dialogVisiblePreTime = false">Cancel</el-button>
|
|
|
+ <el-button type="primary" @click="addPreTime">Save</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
<el-dialog title="导入目标" :visible.sync="dialogVisiblemb" :append-to-body="true" width="70%" :before-close="handleClose"
|
|
@@ -2635,7 +2636,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
- <el-button @click="dialogVisiblemb = false">取 消</el-button>
|
|
|
+ <el-button @click="dialogVisiblemb = false">Cancel</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
<el-dialog title="分组设置" :visible.sync="dialogVisibleGroup" :append-to-body="true" width="650px"
|
|
@@ -2663,8 +2664,8 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
- <el-button @click="dialogVisibleGroup = false">取 消</el-button>
|
|
|
- <el-button type="primary" @click="addGroupJson">确定</el-button>
|
|
|
+ <el-button @click="dialogVisibleGroup = false">Cancel</el-button>
|
|
|
+ <el-button type="primary" @click="addGroupJson">Save</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
<el-dialog title="修改名称" :visible.sync="dialogVisibleupdataVideoT" :append-to-body="true" width="500px"
|
|
@@ -2681,8 +2682,8 @@
|
|
|
<el-input v-model="line" placeholder="请输入要修改的名称"></el-input>
|
|
|
</div>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
- <el-button @click="dialogVisibleupdataVideoT = false">取 消</el-button>
|
|
|
- <el-button type="primary" @click="updataVideoC">确 定</el-button>
|
|
|
+ <el-button @click="dialogVisibleupdataVideoT = false">Cancel</el-button>
|
|
|
+ <el-button type="primary" @click="updataVideoC">Save</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
<interVideo :dialogVisibleVideo.sync="dialogVisibleVideo" :videoJson="videoJson" @add="addVideoJson"></interVideo>
|
|
@@ -3315,9 +3316,9 @@ export default {
|
|
|
},
|
|
|
closeConfirm(tool) {
|
|
|
this
|
|
|
- .$confirm("是否保存已编辑内容?", "提示", {
|
|
|
- confirmButtonText: "保存",
|
|
|
- cancelButtonText: "不保存",
|
|
|
+ .$confirm("Do you want to save change?", "Notification", {
|
|
|
+ confirmButtonText: "Save",
|
|
|
+ cancelButtonText: "Cancel",
|
|
|
distinguishCancelAndClose: true,
|
|
|
type: "warning",
|
|
|
})
|
|
@@ -3409,9 +3410,9 @@ export default {
|
|
|
);
|
|
|
} else {
|
|
|
this
|
|
|
- .$confirm("是否保存已编辑内容?", "提示", {
|
|
|
- confirmButtonText: "保存",
|
|
|
- cancelButtonText: "不保存",
|
|
|
+ .$confirm("Do you want to save change?", "Notification", {
|
|
|
+ confirmButtonText: "Save",
|
|
|
+ cancelButtonText: "Cancel",
|
|
|
distinguishCancelAndClose: true,
|
|
|
type: "warning",
|
|
|
})
|
|
@@ -3515,9 +3516,9 @@ export default {
|
|
|
var _this = this;
|
|
|
if (_this.time()) {
|
|
|
_this
|
|
|
- .$confirm("确定删除此单元吗?", "提示", {
|
|
|
- confirmButtonText: "确定",
|
|
|
- cancelButtonText: "取消",
|
|
|
+ .$confirm("确定删除此单元吗?", "Notification", {
|
|
|
+ confirmButtonText: "Save",
|
|
|
+ cancelButtonText: "Cancel",
|
|
|
type: "warning",
|
|
|
})
|
|
|
.then(() => {
|
|
@@ -3559,9 +3560,9 @@ export default {
|
|
|
var _this = this;
|
|
|
if (_this.time()) {
|
|
|
_this
|
|
|
- .$confirm("确定删除此工具吗?", "提示", {
|
|
|
- confirmButtonText: "确定",
|
|
|
- cancelButtonText: "取消",
|
|
|
+ .$confirm("确定删除此工具吗?", "Notification", {
|
|
|
+ confirmButtonText: "Save",
|
|
|
+ cancelButtonText: "Cancel",
|
|
|
type: "warning",
|
|
|
})
|
|
|
.then(() => {
|
|
@@ -3578,9 +3579,9 @@ export default {
|
|
|
deleteSentence(i) {
|
|
|
var _this = this;
|
|
|
_this
|
|
|
- .$confirm("确定删除此题目吗?", "提示", {
|
|
|
- confirmButtonText: "确定",
|
|
|
- cancelButtonText: "取消",
|
|
|
+ .$confirm("确定删除此题目吗?", "Notification", {
|
|
|
+ confirmButtonText: "Save",
|
|
|
+ cancelButtonText: "Cancel",
|
|
|
type: "warning",
|
|
|
})
|
|
|
.then(() => {
|
|
@@ -3605,9 +3606,9 @@ export default {
|
|
|
var _this = this;
|
|
|
//((_this.unitJson[_this.unitIndex].chapterInfo[0].taskJson.length - 1) == i) ? "确定删除此任务吗?" : "切换任务顺序将删除所有工具的提交成果,是否继续此操作?"
|
|
|
_this
|
|
|
- .$confirm("确定删除此任务吗?", "提示", {
|
|
|
- confirmButtonText: "确定",
|
|
|
- cancelButtonText: "取消",
|
|
|
+ .$confirm("确定删除此任务吗?", "Notification", {
|
|
|
+ confirmButtonText: "Save",
|
|
|
+ cancelButtonText: "Cancel",
|
|
|
type: "warning",
|
|
|
})
|
|
|
.then(() => {
|
|
@@ -4760,9 +4761,9 @@ export default {
|
|
|
e.stopPropagation();
|
|
|
let _this = this;
|
|
|
_this
|
|
|
- .$confirm("确定删除此项?", "提示", {
|
|
|
- confirmButtonText: "确定",
|
|
|
- cancelButtonText: "取消",
|
|
|
+ .$confirm("确定删除此项?", "Notification", {
|
|
|
+ confirmButtonText: "Save",
|
|
|
+ cancelButtonText: "Cancel",
|
|
|
type: "warning",
|
|
|
})
|
|
|
.then(() => {
|
|
@@ -5202,9 +5203,9 @@ export default {
|
|
|
checkTemplate(res) {
|
|
|
let _this = this;
|
|
|
_this
|
|
|
- .$confirm("确定选择此模板吗?", "提示", {
|
|
|
- confirmButtonText: "确定",
|
|
|
- cancelButtonText: "取消",
|
|
|
+ .$confirm("确定选择此模板吗?", "Notification", {
|
|
|
+ confirmButtonText: "Save",
|
|
|
+ cancelButtonText: "Cancel",
|
|
|
type: "warning",
|
|
|
})
|
|
|
.then(() => {
|
|
@@ -5224,9 +5225,9 @@ export default {
|
|
|
checkTemplate2() {
|
|
|
let _this = this;
|
|
|
_this
|
|
|
- .$confirm("确定选择空模板吗?", "提示", {
|
|
|
- confirmButtonText: "确定",
|
|
|
- cancelButtonText: "取消",
|
|
|
+ .$confirm("确定选择空模板吗?", "Notification", {
|
|
|
+ confirmButtonText: "Save",
|
|
|
+ cancelButtonText: "Cancel",
|
|
|
type: "warning",
|
|
|
})
|
|
|
.then(() => {
|
|
@@ -5287,9 +5288,9 @@ export default {
|
|
|
checkTemplate3() {
|
|
|
let _this = this;
|
|
|
_this
|
|
|
- .$confirm("确定选择简易模式吗?", "提示", {
|
|
|
- confirmButtonText: "确定",
|
|
|
- cancelButtonText: "取消",
|
|
|
+ .$confirm("确定选择简易模式吗?", "Notification", {
|
|
|
+ confirmButtonText: "Save",
|
|
|
+ cancelButtonText: "Cancel",
|
|
|
type: "warning",
|
|
|
})
|
|
|
.then(() => {
|
|
@@ -5351,9 +5352,9 @@ export default {
|
|
|
checkTemplate4() {
|
|
|
let _this = this;
|
|
|
_this
|
|
|
- .$confirm("确定选择未来小学课程设计吗?", "提示", {
|
|
|
- confirmButtonText: "确定",
|
|
|
- cancelButtonText: "取消",
|
|
|
+ .$confirm("确定选择未来小学课程设计吗?", "Notification", {
|
|
|
+ confirmButtonText: "Save",
|
|
|
+ cancelButtonText: "Cancel",
|
|
|
type: "warning",
|
|
|
})
|
|
|
.then(() => {
|
|
@@ -6036,9 +6037,9 @@ export default {
|
|
|
} else {
|
|
|
let _this = this;
|
|
|
_this
|
|
|
- .$confirm("此操作不可撤销,是否继续?", "提示", {
|
|
|
- confirmButtonText: "确定",
|
|
|
- cancelButtonText: "取消",
|
|
|
+ .$confirm("此操作不可撤销,是否继续?", "Notification", {
|
|
|
+ confirmButtonText: "Save",
|
|
|
+ cancelButtonText: "Cancel",
|
|
|
type: "warning",
|
|
|
})
|
|
|
.then(() => {
|
|
@@ -6057,9 +6058,9 @@ export default {
|
|
|
} else {
|
|
|
let _this = this;
|
|
|
_this
|
|
|
- .$confirm("此操作不可撤销,是否继续?", "提示", {
|
|
|
- confirmButtonText: "确定",
|
|
|
- cancelButtonText: "取消",
|
|
|
+ .$confirm("此操作不可撤销,是否继续?", "Notification", {
|
|
|
+ confirmButtonText: "Save",
|
|
|
+ cancelButtonText: "Cancel",
|
|
|
type: "warning",
|
|
|
})
|
|
|
.then(() => {
|
|
@@ -6531,9 +6532,9 @@ export default {
|
|
|
}
|
|
|
let _this = this;
|
|
|
_this
|
|
|
- .$confirm("确定选择智能粘贴模式吗?", "提示", {
|
|
|
- confirmButtonText: "确定",
|
|
|
- cancelButtonText: "取消",
|
|
|
+ .$confirm("确定选择智能粘贴模式吗?", "Notification", {
|
|
|
+ confirmButtonText: "Save",
|
|
|
+ cancelButtonText: "Cancel",
|
|
|
type: "warning",
|
|
|
})
|
|
|
.then(() => {
|
|
@@ -6934,10 +6935,10 @@ export default {
|
|
|
_this
|
|
|
.$confirm(
|
|
|
"您所修改的阶段已经被其他老师删除了,需要恢复嘛?",
|
|
|
- "提示",
|
|
|
+ "Notification",
|
|
|
{
|
|
|
confirmButtonText: "需要",
|
|
|
- cancelButtonText: "取消",
|
|
|
+ cancelButtonText: "Cancel",
|
|
|
type: "warning",
|
|
|
}
|
|
|
)
|
|
@@ -7228,9 +7229,9 @@ export default {
|
|
|
return;
|
|
|
}
|
|
|
_this
|
|
|
- .$confirm("确定删除此目标吗?", "提示", {
|
|
|
- confirmButtonText: "确定",
|
|
|
- cancelButtonText: "取消",
|
|
|
+ .$confirm("确定删除此目标吗?", "Notification", {
|
|
|
+ confirmButtonText: "Save",
|
|
|
+ cancelButtonText: "Cancel",
|
|
|
type: "warning",
|
|
|
})
|
|
|
.then(() => {
|
|
@@ -7475,7 +7476,7 @@ export default {
|
|
|
},
|
|
|
addTableJson() {
|
|
|
// if (this.tableJson.text == "" || this.tableJson.text == "<p></p>") {
|
|
|
- // this.$message.error("请将信息填写完整!");
|
|
|
+ // this.$message.error("Please fill in all the blanks.");
|
|
|
// return;
|
|
|
// }
|
|
|
this.unitJson[this.unitIndex].chapterInfo[0].taskJson[
|
|
@@ -7570,9 +7571,9 @@ export default {
|
|
|
},
|
|
|
taskMove(type, index) {
|
|
|
// this
|
|
|
- // .$confirm("切换任务顺序将删除所有工具的提交成果,是否继续此操作?", "提示", {
|
|
|
+ // .$confirm("切换任务顺序将删除所有工具的提交成果,是否继续此操作?", "Notification", {
|
|
|
// confirmButtonText: "确定",
|
|
|
- // cancelButtonText: "取消",
|
|
|
+ // cancelButtonText: "Cancel",
|
|
|
// type: "warning",
|
|
|
// })
|
|
|
// .then(() => {
|
|
@@ -7653,12 +7654,12 @@ export default {
|
|
|
addGroupJson() {
|
|
|
for (var i = 0; i < this.groupJson.group.length; i++) {
|
|
|
if (!this.groupJson.group[i].name) {
|
|
|
- this.$message.error("请将信息填写完整!");
|
|
|
+ this.$message.error("Please fill in all the blanks.");
|
|
|
return;
|
|
|
}
|
|
|
}
|
|
|
if (!this.groupJson.number) {
|
|
|
- this.$message.error("请将信息填写完整!");
|
|
|
+ this.$message.error("Please fill in all the blanks.");
|
|
|
return;
|
|
|
}
|
|
|
this.unitJson[this.unitIndex].chapterInfo[0].taskJson[
|