mirror of
https://gitee.com/elegant_wings/dbd-meeting-html.git
synced 2025-06-21 06:49:37 +08:00
描述:首页页面修改
This commit is contained in:
parent
7ee841957b
commit
9a2e3efdf5
@ -4,7 +4,7 @@
|
||||
<a-form layout="inline">
|
||||
<a-row :gutter="48">
|
||||
<a-col :md="5" :sm="15">
|
||||
<a-form-item label="设备类别">
|
||||
<a-form-item label="故障类型">
|
||||
<a-input placeholder="请输入名称" v-model="queryParam.name" />
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
@ -81,7 +81,7 @@ export default {
|
||||
// 表头
|
||||
columns: [
|
||||
{
|
||||
title: '设备类别',
|
||||
title: '故障类型',
|
||||
dataIndex: 'name'
|
||||
},
|
||||
{
|
||||
|
@ -699,8 +699,9 @@ export default {
|
||||
}
|
||||
|
||||
.statusView .caseStatusView .headView .titleView, .statusView .evaluateView .headView .titleView {
|
||||
font-size: 14px;
|
||||
color: gray;
|
||||
font-size: 16px;
|
||||
color: black;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
@ -774,8 +775,9 @@ export default {
|
||||
}
|
||||
|
||||
.faultView .floorView .headView .titleView {
|
||||
font-size: 14px;
|
||||
color: gray;
|
||||
font-size: 16px;
|
||||
color: black;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
@ -817,8 +819,9 @@ export default {
|
||||
}
|
||||
|
||||
.rightView .blockView .headView .titleView {
|
||||
font-size: 14px;
|
||||
color: gray;
|
||||
font-size: 16px;
|
||||
color: black;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.rightView .blockView .headView .conditionView {
|
||||
@ -851,8 +854,9 @@ export default {
|
||||
}
|
||||
|
||||
.tableView .headView .titleView {
|
||||
font-size: 14px;
|
||||
color: gray;
|
||||
font-size: 16px;
|
||||
color: black;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.tableView .headView .conditionView {
|
||||
|
@ -14,8 +14,8 @@
|
||||
<a-form-item style="display:none">
|
||||
<a-input v-decorator="['version']" />
|
||||
</a-form-item>
|
||||
<a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" label="类别名称">
|
||||
<a-input placeholder="名称" v-decorator="['name']" />
|
||||
<a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" label="故障类型">
|
||||
<a-input placeholder="请输入故障类型" v-decorator="['name']" />
|
||||
</a-form-item>
|
||||
<a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" label="派单员">
|
||||
<a-select show-search v-decorator="['staffId', {rules: [{ required: true, message: '派单员' }]}]" optionFilterProp="label"
|
||||
|
@ -277,7 +277,7 @@ export default {
|
||||
},
|
||||
loginSuccess (res) {
|
||||
if (res.code === 0) {
|
||||
this.$router.push({ name: 'analysis' }, () => { // 登录跳转
|
||||
this.$router.push({ name: 'repairStatistics' }, () => { // 登录跳转
|
||||
this.$notification.success({
|
||||
message: '欢迎',
|
||||
description: `${timeFix()},欢迎回来`
|
||||
|
Loading…
x
Reference in New Issue
Block a user