pc登录页面修改

dev-scheduling
zhangdi 2 weeks ago
parent 0daefe8f25
commit 10fd2a434e
  1. BIN
      public/img/logo.png
  2. 2
      src/styles/login.scss
  3. 24
      src/views/logisticsManagement/siteBasic.vue

Binary file not shown.

Before

Width:  |  Height:  |  Size: 243 KiB

After

Width:  |  Height:  |  Size: 21 KiB

@ -34,7 +34,7 @@
display: flex;
}
.login-left {
padding-top: 100px;
padding-top: 40px;
justify-content: center;
flex-direction: column;
color: #fff;

@ -102,30 +102,6 @@ export default {
searchMenuPosition: 'right',
align: 'center',
column: [
{
label: '作业中心',
prop: 'wcName',
search: false,
sortable: true,
span: 12,
display: false,
},
{
label: '作业中心',
prop: 'wcId',
search: true,
sortable: true,
span: 12,
filterable: true,
hide: true,
searchOrder: 17,
type: 'select',
dicUrl: '/api/blade-desk/BA/WorkCenter/listForSelect',
props: {
label: 'wcName',
value: 'id',
},
},
{
label: '作业中心',
prop: 'wcName',

Loading…
Cancel
Save