Jelajahi Sumber

登录框logo替换/学校通知、作业发布附件字段变更

zhuth 6 tahun lalu
induk
melakukan
643a0960f3

+ 2 - 2
frontend/pc-web/app/view/Interaction/homework/Release.js

@@ -138,7 +138,7 @@ Ext.define('school.view.interaction.homework.Release', {
                 allowBlank: false
             }, {
                 xtype: 'mfilefield',
-                name: 'accessory',
+                name: 'task_files',
                 fieldLabel: '附件'
             }],
             applyBtns: [{
@@ -170,7 +170,7 @@ Ext.define('school.view.interaction.homework.Release', {
     listeners: {
         load: function(form, data) {
             let fileField = form.down('mfilefield');
-            fileField.value = data.main.accessory
+            fileField.value = data.main.task_files
             fileField.renderMF(fileField);
         }
     },

+ 2 - 2
frontend/pc-web/app/view/Interaction/notice/SchoolNotice.js

@@ -75,7 +75,7 @@ Ext.define('school.view.interaction.notice.SchoolNotice', {
                 allowBlank: false
             }, {
                 xtype: 'mfilefield',
-                name: 'accessory',
+                name: 'notify_files',
                 fieldLabel: '附件'
             }],
             applyBtns: [{
@@ -107,7 +107,7 @@ Ext.define('school.view.interaction.notice.SchoolNotice', {
     listeners: {
         load: function(form, data) {
             let fileField = form.down('mfilefield');
-            fileField.value = data.main.accessory
+            fileField.value = data.main.notify_files
             fileField.renderMF(fileField);
         }
     }

+ 3 - 0
frontend/pc-web/app/view/auth/Login.scss

@@ -20,6 +20,9 @@ $social-weixin-btn-background: dynamic(#00d500);
 
         .auth-title {
             text-align: center;
+            img {
+              height: 58px;
+            }
         }
     }
 }

+ 1 - 0
frontend/pc-web/app/view/basic/class/ClassDetail.js

@@ -53,6 +53,7 @@ Ext.define('school.view.basic.class.ClassDetail', {
                 name: 'clazz_status',
                 fieldLabel: "状态",
                 columnWidth: 0.5,
+                hidden: true,
                 group: '班级信息',
             }, {
                 xtype: "textfield",

+ 1 - 1
frontend/pc-web/app/view/core/form/field/RemoteImgField.scss

@@ -20,7 +20,7 @@
             display: flex;
             justify-content: flex-end;
             background: white;
-            opacity: 0.3;
+            opacity: 0.7;
 
             .tool {
                 width: 24px;

TEMPAT SAMPAH
frontend/pc-web/resources/images/login-text-img.png