|
@@ -119,26 +119,26 @@ export default {
|
|
|
userID: this.$route.query.userID ? this.$route.query.userID : '',
|
|
|
editCardflag: true, // 是否编辑卡片
|
|
|
newEditTable: [
|
|
|
- {
|
|
|
- borderColor: '#243C97',
|
|
|
- fontColor: '#243C97',
|
|
|
- fontAlign: 'left',
|
|
|
- label: '',
|
|
|
- headerCon: '',
|
|
|
- left: {
|
|
|
- fileList: [],
|
|
|
- con: '',
|
|
|
- },
|
|
|
- right: {
|
|
|
- definition: '',
|
|
|
- collocation: '',
|
|
|
- exampleSent: '',
|
|
|
- hz_info: [],
|
|
|
- pinyin: '',
|
|
|
- audio_file: '',
|
|
|
- cixing: '',
|
|
|
- },
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // borderColor: '#243C97',
|
|
|
+ // fontColor: '#243C97',
|
|
|
+ // fontAlign: 'left',
|
|
|
+ // label: '',
|
|
|
+ // headerCon: '',
|
|
|
+ // left: {
|
|
|
+ // fileList: [],
|
|
|
+ // con: '',
|
|
|
+ // },
|
|
|
+ // right: {
|
|
|
+ // definition: '',
|
|
|
+ // collocation: '',
|
|
|
+ // exampleSent: '',
|
|
|
+ // hz_info: [],
|
|
|
+ // pinyin: '',
|
|
|
+ // audio_file: '',
|
|
|
+ // cixing: '',
|
|
|
+ // },
|
|
|
+ // },
|
|
|
],
|
|
|
showLeft: true,
|
|
|
};
|
|
@@ -430,26 +430,26 @@ export default {
|
|
|
this.typeIndex = 0;
|
|
|
this.loading = false;
|
|
|
this.newEditTable = [
|
|
|
- {
|
|
|
- borderColor: '#243C97', // 卡片边框颜色
|
|
|
- fontColor: '#243C97', // 字体颜色
|
|
|
- fontAlign: 'left', // 页眉对齐方式
|
|
|
- label: '', // 标签内容
|
|
|
- headerCon: '', // 页眉内容
|
|
|
- left: {
|
|
|
- fileList: [], // 上传文件
|
|
|
- con: '', // 字词卡片内容(即卡片显示的字词)
|
|
|
- },
|
|
|
- right: {
|
|
|
- definition: '', // 释义
|
|
|
- collocation: '', // 搭配
|
|
|
- exampleSent: '', // 例句
|
|
|
- hz_info: [], // 汉字笔顺等内容
|
|
|
- pinyin: '', // 拼音
|
|
|
- audio_file: '', // 字词生成的音频
|
|
|
- cixing: '', // 词性
|
|
|
- },
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // borderColor: '#243C97', // 卡片边框颜色
|
|
|
+ // fontColor: '#243C97', // 字体颜色
|
|
|
+ // fontAlign: 'left', // 页眉对齐方式
|
|
|
+ // label: '', // 标签内容
|
|
|
+ // headerCon: '', // 页眉内容
|
|
|
+ // left: {
|
|
|
+ // fileList: [], // 上传文件
|
|
|
+ // con: '', // 字词卡片内容(即卡片显示的字词)
|
|
|
+ // },
|
|
|
+ // right: {
|
|
|
+ // definition: '', // 释义
|
|
|
+ // collocation: '', // 搭配
|
|
|
+ // exampleSent: '', // 例句
|
|
|
+ // hz_info: [], // 汉字笔顺等内容
|
|
|
+ // pinyin: '', // 拼音
|
|
|
+ // audio_file: '', // 字词生成的音频
|
|
|
+ // cixing: '', // 词性
|
|
|
+ // },
|
|
|
+ // },
|
|
|
];
|
|
|
this.previewIndex = 0;
|
|
|
this.saveShow = false;
|