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