描述:首页页面修改

This commit is contained in:
SelfRidicule 2024-08-30 19:02:53 +08:00
parent 7ee841957b
commit 9a2e3efdf5
4 changed files with 17 additions and 13 deletions

View File

@ -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'
},
{

View File

@ -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 {

View File

@ -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"

View File

@ -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()},欢迎回来`