浏览代码

:lipstick:移除德语

Twelve615 1 年之前
父节点
当前提交
c1ab32858a

+ 2 - 2
jlsb-vue/src/views/aa/AaCommodityFlList.vue

@@ -135,11 +135,11 @@
             align:"left",
             dataIndex: 'nameEnglish'
           },
-          {
+/*           {
             title:'分类名称德语',
             align:"left",
             dataIndex: 'nameGerman'
-          },
+          }, */
           {
             title:'分类图片',
             align:"left",

+ 2 - 2
jlsb-vue/src/views/aa/AaCommonProblemList.vue

@@ -177,10 +177,10 @@
         let fieldList=[];
         fieldList.push({type:'string',value:'problemName',text:'问题名称',dictCode:''})
         fieldList.push({type:'string',value:'problemNameEnglish',text:'问题名称英语',dictCode:''})
-        fieldList.push({type:'string',value:'problemNameGerman',text:'问题名称德语',dictCode:''})
+        // fieldList.push({type:'string',value:'problemNameGerman',text:'问题名称德语',dictCode:''})
         fieldList.push({type:'Text',value:'problemAnswer',text:'问题答案',dictCode:''})
         fieldList.push({type:'Text',value:'problemAnswerEnglish',text:'问题答案英语',dictCode:''})
-        fieldList.push({type:'Text',value:'problemAnswerGerman',text:'问题答案德语',dictCode:''})
+        // fieldList.push({type:'Text',value:'problemAnswerGerman',text:'问题答案德语',dictCode:''})
         this.superFieldList = fieldList
       }
     }

+ 3 - 3
jlsb-vue/src/views/aa/AaNewsFlList.vue

@@ -141,11 +141,11 @@
             align:"left",
             dataIndex: 'nameEnglish'
           },
-          {
+/*           {
             title:'分类名称德语',
             align:"left",
             dataIndex: 'nameGerman'
-          },
+          }, */
           {
             title:'创建时间',
             align:"left",
@@ -374,7 +374,7 @@
         fieldList.push({type:'string',value:'pic',text:'分类图片',dictCode:''})
         fieldList.push({type:'string',value:'name',text:'分类名称',dictCode:''})
         fieldList.push({type:'string',value:'nameEnglish',text:'分类名称英语',dictCode:''})
-        fieldList.push({type:'string',value:'nameGerman',text:'分类名称德语',dictCode:''})
+        // fieldList.push({type:'string',value:'nameGerman',text:'分类名称德语',dictCode:''})
         fieldList.push({type:'datetime',value:'createTime',text:'创建时间'})
         this.superFieldList = fieldList
       }

+ 2 - 2
jlsb-vue/src/views/aa/AaNewsList.vue

@@ -206,10 +206,10 @@
         fieldList.push({type:'string',value:'pic',text:'新闻缩略图',dictCode:''})
         fieldList.push({type:'string',value:'title',text:'新闻标题',dictCode:''})
         fieldList.push({type:'string',value:'titleEnglish',text:'新闻标题英语',dictCode:''})
-        fieldList.push({type:'string',value:'titleGerman',text:'新闻标题德语',dictCode:''})
+        // fieldList.push({type:'string',value:'titleGerman',text:'新闻标题德语',dictCode:''})
         fieldList.push({type:'Text',value:'content',text:'新闻内容',dictCode:''})
         fieldList.push({type:'Text',value:'contentEnglish',text:'新闻内容英语',dictCode:''})
-        fieldList.push({type:'Text',value:'contentGerman',text:'新闻内容德语',dictCode:''})
+        // fieldList.push({type:'Text',value:'contentGerman',text:'新闻内容德语',dictCode:''})
         fieldList.push({type:'int',value:'weight',text:'权重',dictCode:''})
         fieldList.push({type:'string',value:'typeId',text:'分类'})
         fieldList.push({type:'datetime',value:'createTime',text:'创建时间'})

+ 2 - 2
jlsb-vue/src/views/aa/AaSlideshowList.vue

@@ -274,10 +274,10 @@
         fieldList.push({type:'string',value:'seriesId',text:'所属系列',dictCode:"aa_commodity_fl,name,id"})
         fieldList.push({type:'int',value:'sort',text:'排序',dictCode:''})
         fieldList.push({type:'string',value:'nameEnglish',text:'轮播页名称英语',dictCode:''})
-        fieldList.push({type:'string',value:'nameGerman',text:'轮播页名称德语',dictCode:''})
+        // fieldList.push({type:'string',value:'nameGerman',text:'轮播页名称德语',dictCode:''})
         fieldList.push({type:'string',value:'description',text:'描述',dictCode:''})
         fieldList.push({type:'string',value:'descriptionEnglish',text:'描述英语',dictCode:''})
-        fieldList.push({type:'string',value:'descriptionGerman',text:'描述德语',dictCode:''})
+        // fieldList.push({type:'string',value:'descriptionGerman',text:'描述德语',dictCode:''})
         // fieldList.push({type:'datetime',value:'updateTime',text:'修改时间'})
         // fieldList.push({type:'datetime',value:'createTime',text:'创建时间'})
         this.superFieldList = fieldList

+ 4 - 4
jlsb-vue/src/views/aa/DB.vue

@@ -35,13 +35,13 @@
           </a-col>
         </a-row>
 
-        <a-row :gutter='24'>
+<!--        <a-row :gutter='24'>
           <a-col :span='24'>
             <a-form-model-item label='手表列表顶部标题德语' style='min-height: 60px'>
               <a-input v-model='commodityTitleGerman' placeholder='请输入手表列表顶部标题德语'></a-input>
             </a-form-model-item>
           </a-col>
-        </a-row>
+        </a-row>-->
 
         <a-row :gutter='24'>
           <a-col :span='24'>
@@ -59,13 +59,13 @@
           </a-col>
         </a-row>
 
-        <a-row :gutter='24'>
+<!--        <a-row :gutter='24'>
           <a-col :span='24'>
             <a-form-model-item label='手表列表顶部文案德语' style='min-height: 60px'>
               <a-input v-model='commodityWaGerman' placeholder='请输入手表列表顶部文案德语'></a-input>
             </a-form-model-item>
           </a-col>
-        </a-row>
+        </a-row>-->
 
 
 

+ 2 - 2
jlsb-vue/src/views/aa/LXWM.vue

@@ -37,13 +37,13 @@
         </a-row>
 
 
-        <a-row :gutter='24'>
+<!--        <a-row :gutter='24'>
           <a-col :span='24'>
             <a-form-model-item label='备注文案德语' style='min-height: 60px'>
               <a-input v-model='remarkWenanGerman' placeholder='请输入备注文案德语'></a-input>
             </a-form-model-item>
           </a-col>
-        </a-row>
+        </a-row>-->
         <a-button type='primary' @click='subButt()'>保存配置</a-button>
       </a-form-model>
     </div>

+ 2 - 2
jlsb-vue/src/views/aa/PZ.vue

@@ -58,7 +58,7 @@
         <a-divider>英语END</a-divider>
 
 
-        <a-row :gutter="24">
+<!--        <a-row :gutter="24">
           <a-col :span="24">
             <a-form-model-item label="使用条款德语" style="min-height: 300px" prop="jEditor">
               <j-editor v-model="formData.jEditor111"/>
@@ -83,7 +83,7 @@
           </a-col>
         </a-row>
         <a-divider>德语END</a-divider>
-
+-->
         <a-button type="primary" @click='subButt()'>保存配置</a-button>
       </a-form-model>
     </div>

+ 2 - 2
jlsb-vue/src/views/aa/modules/AaCommodityFlModal.vue

@@ -19,9 +19,9 @@
         <a-form-model-item label="分类名称-英语" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="name">
           <a-input v-model="model.nameEnglish" placeholder="请输入分类名称" ></a-input>
         </a-form-model-item>
-        <a-form-model-item label="分类名称-德语" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="name">
+<!--        <a-form-model-item label="分类名称-德语" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="name">
           <a-input v-model="model.nameGerman" placeholder="请输入分类名称" ></a-input>
-        </a-form-model-item>
+        </a-form-model-item>-->
         <a-form-model-item label="顶部背景资源" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="assets">
           <j-upload v-model="model.assets" :reNewFile="true" :multiple="false" :beforeUpload="this.beforeUploadHandler" ></j-upload>
           <template slot="extra">

+ 6 - 6
jlsb-vue/src/views/aa/modules/AaCommodityForm.vue

@@ -13,11 +13,11 @@
               <a-input v-model="model.nameEnglish" placeholder="请输入名称"  ></a-input>
             </a-form-model-item>
           </a-col>
-          <a-col :span="24">
+<!--          <a-col :span="24">
             <a-form-model-item label="名称德语" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="name">
               <a-input v-model="model.nameGerman" placeholder="请输入名称"  ></a-input>
             </a-form-model-item>
-          </a-col>
+          </a-col>-->
           <a-col :span="24">
             <a-form-model-item label="防伪码" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="securityCode">
               <a-input v-model="model.securityCode" placeholder="请输入防伪码"  ></a-input>
@@ -55,11 +55,11 @@
               <a-textarea v-model="model.introduceEnglish" rows="4" placeholder="请输入介绍" />
             </a-form-model-item>
           </a-col>
-          <a-col :span="24">
+<!--          <a-col :span="24">
             <a-form-model-item label="介绍德语" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="introduce">
               <a-textarea v-model="model.introduceGerman" rows="4" placeholder="请输入介绍" />
             </a-form-model-item>
-          </a-col>
+          </a-col>-->
           <a-col :span="24">
             <a-form-model-item label="介绍图片" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="introducePic">
               <j-image-upload isMultiple  v-model="model.introducePic" ></j-image-upload>
@@ -85,11 +85,11 @@
               <j-editor v-model="model.copyWriterEnglish" />
             </a-form-model-item>
           </a-col>
-          <a-col :span="24">
+<!--          <a-col :span="24">
             <a-form-model-item label="文案德语" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="copyWriter">
               <j-editor v-model="model.copyWriterGerman" />
             </a-form-model-item>
-          </a-col>
+          </a-col>-->
         </a-row>
       </a-form-model>
     </j-form-container>

+ 8 - 8
jlsb-vue/src/views/aa/modules/AaCommonProblemForm.vue

@@ -13,11 +13,11 @@
               <a-input v-model="model.problemNameEnglish" placeholder="请输入问题名称英语"  ></a-input>
             </a-form-model-item>
           </a-col>
-          <a-col :span="24">
+<!--          <a-col :span="24">
             <a-form-model-item label="问题名称德语" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="problemNameGerman">
               <a-input v-model="model.problemNameGerman" placeholder="请输入问题名称德语"  ></a-input>
             </a-form-model-item>
-          </a-col>
+          </a-col>-->
           <a-col :span="24">
             <a-form-model-item label="问题答案" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="problemAnswer">
               <j-editor v-model="model.problemAnswer" />
@@ -28,11 +28,11 @@
               <j-editor v-model="model.problemAnswerEnglish" />
             </a-form-model-item>
           </a-col>
-          <a-col :span="24">
+<!--          <a-col :span="24">
             <a-form-model-item label="问题答案德语" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="problemAnswerGerman">
               <j-editor v-model="model.problemAnswerGerman" />
             </a-form-model-item>
-          </a-col>
+          </a-col>-->
         </a-row>
       </a-form-model>
     </j-form-container>
@@ -76,18 +76,18 @@
            problemNameEnglish: [
               { required: true, message: '请输入问题名称英语!'},
            ],
-           problemNameGerman: [
+/*            problemNameGerman: [
               { required: true, message: '请输入问题名称德语!'},
-           ],
+           ], */
            problemAnswer: [
               { required: true, message: '请输入问题答案!'},
            ],
            problemAnswerEnglish: [
               { required: true, message: '请输入问题答案英语!'},
            ],
-           problemAnswerGerman: [
+/*            problemAnswerGerman: [
               { required: true, message: '请输入问题答案德语!'},
-           ],
+           ], */
         },
         url: {
           add: "/aa/aaCommonProblem/add",

+ 2 - 2
jlsb-vue/src/views/aa/modules/AaNewsFlModal.vue

@@ -19,9 +19,9 @@
         <a-form-model-item label="分类名称英语" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="nameEnglish">
           <a-input v-model="model.nameEnglish" placeholder="请输入分类名称英语" ></a-input>
         </a-form-model-item>
-        <a-form-model-item label="分类名称德语" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="nameGerman">
+<!--        <a-form-model-item label="分类名称德语" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="nameGerman">
           <a-input v-model="model.nameGerman" placeholder="请输入分类名称德语" ></a-input>
-        </a-form-model-item>
+        </a-form-model-item>-->
 
       </a-form-model>
     </a-spin>

+ 9 - 9
jlsb-vue/src/views/aa/modules/AaNewsForm.vue

@@ -18,11 +18,11 @@
               <a-input v-model="model.titleEnglish" placeholder="请输入新闻标题英语"  ></a-input>
             </a-form-model-item>
           </a-col>
-          <a-col :span="24">
+<!--          <a-col :span="24">
             <a-form-model-item label="新闻标题德语" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="titleGerman">
               <a-input v-model="model.titleGerman" placeholder="请输入新闻标题德语"  ></a-input>
             </a-form-model-item>
-          </a-col>
+          </a-col>-->
           <a-col :span="24">
             <a-form-model-item label="新闻内容" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="content">
               <j-editor v-model="model.content" />
@@ -33,11 +33,11 @@
               <j-editor v-model="model.contentEnglish" />
             </a-form-model-item>
           </a-col>
-          <a-col :span="24">
+<!--          <a-col :span="24">
             <a-form-model-item label="新闻内容德语" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="contentGerman">
               <j-editor v-model="model.contentGerman" />
             </a-form-model-item>
-          </a-col>
+          </a-col>-->
           <a-col :span="24">
             <a-form-model-item label="权重" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="weight">
               <a-input-number v-model="model.weight" placeholder="请输入权重" style="width: 100%" />
@@ -101,18 +101,18 @@
            titleEnglish: [
               { required: true, message: '请输入新闻标题英语!'},
            ],
-           titleGerman: [
+/*            titleGerman: [
               { required: true, message: '请输入新闻标题德语!'},
-           ],
+           ], */
            content: [
               { required: true, message: '请输入新闻内容!'},
            ],
            contentEnglish: [
               { required: true, message: '请输入新闻内容英语!'},
            ],
-           contentGerman: [
+/*            contentGerman: [
               { required: true, message: '请输入新闻内容德语!'},
-           ],
+           ], */
            typeId: [
               { required: true, message: '请输入分类!'},
            ],
@@ -167,7 +167,7 @@
               that.confirmLoading = false;
             })
           }
-         
+
         })
       },
     }

+ 4 - 4
jlsb-vue/src/views/aa/modules/AaSlideshowForm.vue

@@ -31,11 +31,11 @@
               <a-input v-model="model.nameEnglish" placeholder="请输入轮播页名称英语"  ></a-input>
             </a-form-model-item>
           </a-col>
-          <a-col :span="24">
+<!--          <a-col :span="24">
             <a-form-model-item label="轮播页名称德语" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="nameGerman">
               <a-input v-model="model.nameGerman" placeholder="请输入轮播页名称德语"  ></a-input>
             </a-form-model-item>
-          </a-col>
+          </a-col>-->
           <a-col :span="24">
             <a-form-model-item label="描述" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="description">
               <a-input v-model="model.description" placeholder="请输入描述"  ></a-input>
@@ -46,11 +46,11 @@
               <a-input v-model="model.descriptionEnglish" placeholder="请输入描述英语"  ></a-input>
             </a-form-model-item>
           </a-col>
-          <a-col :span="24">
+<!--          <a-col :span="24">
             <a-form-model-item label="描述德语" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="descriptionGerman">
               <a-input v-model="model.descriptionGerman" placeholder="请输入描述德语"  ></a-input>
             </a-form-model-item>
-          </a-col>
+          </a-col>-->
 <!--          <a-col :span="24">
             <a-form-model-item label="修改时间" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="updateTime">
               <j-date placeholder="请选择修改时间"  v-model="model.updateTime" :show-time="true" date-format="YYYY-MM-DD HH:mm:ss" style="width: 100%" />