mirror of
https://gitee.com/elegant_wings/dbd-meeting-html.git
synced 2025-06-21 06:49:37 +08:00
Merge remote-tracking branch 'origin/shoot-hand-html' into shoot-hand-html
This commit is contained in:
commit
dff6ecb0b9
@ -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-input-number placeholder="预计完成时间" v-decorator="['days']" />
|
<a-input-number placeholder="预计完成时间" v-decorator="['days']" />
|
||||||
|
@ -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