diff --git a/.env.production b/.env.production index 9f18d7b..276d4f9 100644 --- a/.env.production +++ b/.env.production @@ -20,16 +20,16 @@ VITE_GLOB_API_URL=/jeecg-boot #后台接口全路径地址(必填) # VITE_GLOB_DOMAIN_URL=https://zxkccx.webvpn.nenu.edu.cn/jeecg-boot -VITE_GLOB_DOMAIN_URL=https://smartedu.nenu.edu.cn/jeecg-boot -# VITE_GLOB_DOMAIN_URL=https://xxhbtest2.nenu.edu.cn/jeecg-boot +# VITE_GLOB_DOMAIN_URL=https://smartedu.nenu.edu.cn/jeecg-boot +VITE_GLOB_DOMAIN_URL=https://xxhbtest2.nenu.edu.cn/jeecg-boot #VITE_GLOB_DOMAIN_URL=http://210.47.29.177 # VITE_GLOB_DOMAIN_URL=https://kczxcs.nenu.edu.cn/jeecg-boot # VITE_GLOB_DOMAIN_URL=http://210.47.29.100/jeecg-boot #RTC服务器地址 # VITE_GLOB_RTC_SERVER = https://zxkccx.webvpn.nenu.edu.cn:8081 -VITE_GLOB_RTC_SERVER = https://smartedu.nenu.edu.cn:8081 -# VITE_GLOB_RTC_SERVER = https://xxhbtest2.nenu.edu.cn:8081 +# VITE_GLOB_RTC_SERVER = https://smartedu.nenu.edu.cn:8081 +VITE_GLOB_RTC_SERVER = https://xxhbtest2.nenu.edu.cn:8081 # 接口父路径前缀 VITE_GLOB_API_URL_PREFIX= diff --git a/src/components/Form/src/jeecg/components/JEditor3.vue b/src/components/Form/src/jeecg/components/JEditor3.vue new file mode 100644 index 0000000..b5c8364 --- /dev/null +++ b/src/components/Form/src/jeecg/components/JEditor3.vue @@ -0,0 +1,39 @@ + + + + + diff --git a/src/components/Tinymce/index3.ts b/src/components/Tinymce/index3.ts new file mode 100644 index 0000000..98882e5 --- /dev/null +++ b/src/components/Tinymce/index3.ts @@ -0,0 +1,4 @@ +import { withInstall } from '/@/utils/index'; +import tinymce from './src/Editor3.vue'; + +export const Tinymce = withInstall(tinymce); diff --git a/src/components/Tinymce/src/Editor3.vue b/src/components/Tinymce/src/Editor3.vue new file mode 100644 index 0000000..da32fd2 --- /dev/null +++ b/src/components/Tinymce/src/Editor3.vue @@ -0,0 +1,366 @@ + + + + + + + diff --git a/src/components/Tinymce/src/tinymce.ts b/src/components/Tinymce/src/tinymce.ts index 0840912..336a465 100644 --- a/src/components/Tinymce/src/tinymce.ts +++ b/src/components/Tinymce/src/tinymce.ts @@ -23,6 +23,10 @@ export const plugins = [ 'advlist anchor autolink autosave code codesample directionality fullscreen hr insertdatetime link lists media nonbreaking noneditable pagebreak paste preview print save searchreplace spellchecker tabfocus template textpattern visualblocks visualchars wordcount image', ]; +export const plugins2 = [ + 'advlist anchor autolink autosave code codesample directionality fullscreen hr insertdatetime link lists media nonbreaking noneditable pagebreak paste preview print save searchreplace spellchecker tabfocus template textpattern visualblocks visualchars wordcount image', +]; + // export const toolbar = // 'fullscreen code preview | undo redo | bold italic underline strikethrough | fontselect fontsizeselect formatselect | alignleft aligncenter alignright alignjustify | outdent indent lineheight|subscript superscript blockquote| numlist bullist checklist | forecolor backcolor casechange permanentpen formatpainter removeformat | pagebreak | charmap emoticons | insertfile image media pageembed link anchor codesample insertdatetime hr| a11ycheck ltr rtl'; @@ -31,6 +35,7 @@ export const plugins = [ // fullscreen code preview | undo redo | export const simplePlugins = ['lists image link media table textcolor wordcount contextmenu fullscreen']; +export const simple2Plugins = ['']; export const simpleToolbar = [ 'undo redo formatselect bold italic alignleft aligncenter alignright alignjustify bullist numlist outdent indent', diff --git a/src/router/routes/modules/zy/zy.ts b/src/router/routes/modules/zy/zy.ts index 6dd5f16..02d48b5 100644 --- a/src/router/routes/modules/zy/zy.ts +++ b/src/router/routes/modules/zy/zy.ts @@ -90,7 +90,7 @@ const zuoye: AppRouteModule = { { path: 'dcwjWenjuan', name: 'dcwjWenjuan', - component: () => import('/@/views/kc/wjxDcwj/WjxDcwjMainList.vue'), + component: () => import('/@/views/kc/wjxCswj/WjxDcwjV2List.vue'), meta: { title: '调查问卷', }, diff --git a/src/views/kc/kcZjInfo/KcZjInfo.data.ts b/src/views/kc/kcZjInfo/KcZjInfo.data.ts index a5db6ac..0246a07 100644 --- a/src/views/kc/kcZjInfo/KcZjInfo.data.ts +++ b/src/views/kc/kcZjInfo/KcZjInfo.data.ts @@ -4,13 +4,18 @@ import { rules} from '/@/utils/helper/validator'; import { render } from '/@/utils/common/renderUtils'; //列表数据 export const columns: BasicColumn[] = [ + // { + // title: '任务编号', + // align: "center", + // dataIndex: 'rwbh' + // }, { - title: '任务编号', + title: '助教工号', align: "center", - dataIndex: 'rwbh' + dataIndex: 'zjbh' }, { - title: '助教', + title: '助教名称', align: "center", dataIndex: 'zjbh_dictText' }, diff --git a/src/views/kc/kcZjInfo/KcZjInfoList.vue b/src/views/kc/kcZjInfo/KcZjInfoList.vue index 53908e8..daa2e1d 100644 --- a/src/views/kc/kcZjInfo/KcZjInfoList.vue +++ b/src/views/kc/kcZjInfo/KcZjInfoList.vue @@ -5,8 +5,8 @@ - - + + @@ -25,14 +25,14 @@ - + + + + + diff --git a/src/views/kc/wjxDcwj/WjxDcwjStuList.vue b/src/views/kc/wjxDcwj/WjxDcwjStuList.vue index 25db207..7e64e5a 100644 --- a/src/views/kc/wjxDcwj/WjxDcwjStuList.vue +++ b/src/views/kc/wjxDcwj/WjxDcwjStuList.vue @@ -44,6 +44,9 @@ 时间:{{dayjs(item.startTime).format('YYYY.MM.DD')}} - {{dayjs(item.endTime).format('YYYY.MM.DD')}} + + {{item.errorMsg}} + - (此选项是正确答案) + (此选项是正确答案) @@ -126,7 +126,7 @@