提交 f60217cd authored 作者: lidongxu's avatar lidongxu

refactor(effectiveplan): 修复城市经理新增计划时_归属人禁用问题_并修复工资输入框宽度

上级 6a47a75b
......@@ -205,6 +205,7 @@
placeholder="请选择归属人"
filterable
clearable
:disabled="isCityManager"
@change="selEmployee">
<el-option v-for="item in belongPerList"
:key="item.employeeNo"
......@@ -1045,5 +1046,10 @@ defineExpose({
.info_error {
color: rgb(167, 0, 0);
}
/* 工资和杂费输入框 */
.el-input-number{
width: 170px;
}
}
</style>
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论