Merge remote-tracking branch 'origin/master'

master
xhj 2 years ago
commit b38fe7b0c3

@ -8,7 +8,7 @@
<div class="title-container"> <div class="title-container">
<h1 class="title">{{ loginForm.zxtmc }}钢加生产计划排产</h1> <h1 class="title">{{ loginForm.zxtmc }}钢加生产管控系统</h1>
<h3 class="title">{{ loginForm.zxtmc }}登录</h3> <h3 class="title">{{ loginForm.zxtmc }}登录</h3>
</div> </div>
@ -25,7 +25,7 @@
<el-input <el-input
ref="username" ref="username"
v-model="loginForm.username" v-model="loginForm.username"
placeholder="Username" placeholder="用户名"
name="username" name="username"
type="text" type="text"
tabindex="1" tabindex="1"
@ -44,7 +44,7 @@
ref="password" ref="password"
v-model="loginForm.password" v-model="loginForm.password"
:type="passwordType" :type="passwordType"
placeholder="Password" placeholder="密码"
name="password" name="password"
tabindex="2" tabindex="2"
autocomplete="on" autocomplete="on"
@ -324,10 +324,11 @@
</style> </style>
<style lang="scss" scoped> <style lang="scss" scoped>
$bg:#2d3a4b; $bg:#2d3a4b;
$dark_gray:#889aa4; $dark_gray:#889aa4;
$light_gray: #000000; $light_gray: #000000;
.login-container { .login-container {
/*min-height: 100%;*/ /*min-height: 100%;*/
/*width: 100%;*/ /*width: 100%;*/
@ -340,8 +341,6 @@
background-position: center; background-position: center;
position: relative; position: relative;
.login-form { .login-form {
position: relative; position: relative;
width: 520px; width: 520px;
@ -414,3 +413,4 @@
} }
} }
</style> </style>

@ -171,7 +171,6 @@ export default {
{ {
field: "szcs", field: "szcs",
title: "所属部门", title: "所属部门",
formatter: ['dictFormat','BMBM'],
editRender: { name: "input" }, editRender: { name: "input" },
minWidth: "90", minWidth: "90",
}, },

@ -1,5 +1,5 @@
<template> <template>
<!-- 图纸计划管理 样式--> <!-- 图纸计划管理-->
<el-container> <el-container>
<el-header style="width: 100%"> <el-header style="width: 100%">
<el-row> <el-row>
@ -35,9 +35,9 @@
</el-col> </el-col>
</el-col> </el-col>
<el-col :span="6" style="text-align: right"> <el-col :span="6" style="text-align: right">
<!-- <el-button type="success" @click="toolbarButtonClickEvent('insert')"--> <el-button type="success" @click="toolbarButtonClickEvent('insert')"
<!-- >审核</el-button--> >审核</el-button
<!-- >--> >
</el-col> </el-col>
</el-row> </el-row>
</el-header> </el-header>

Loading…
Cancel
Save