f5d618f6 by 任超

style:接收报文

1 parent 2f5a0367
......@@ -8,7 +8,7 @@
要素代码: <br />
<p class="label-detail">(YSDM)</p>
</span>
<el-input :disabled="$store.state.business.Edit" v-model="ruleForm.ysdm"
<el-input :disabled="$store.state.business.Edit" v-model="ruleForm.YSDM"
:placeholder="$store.state.business.Edit ? '' : '要素代码'"></el-input>
</el-form-item>
</el-col>
......@@ -257,7 +257,7 @@ export default {
data () {
return {
ruleForm: {
ysdm: '',
YSDM: '',
YWH: '',
DJDL: '',
DJXL: '',
......
......@@ -61,11 +61,13 @@ export default {
/deep/.el-submenu__title:hover {
background: none;
font-weight: 700;
font-size: 20px;
}
/deep/.el-menu--horizontal .el-menu-item:not(.is-disabled):focus {
background: none;
color: #fff;
font-size: 20px;
font-weight: 700 !important;
}
</style>
\ No newline at end of file
......