合并分支 'dev_20230216' 到 'master'

Dev 20230216

查看合并请求 laws-foton-slrs/foton-laws-system-front!40
This commit is contained in:
高嵩
2023-04-06 12:33:14 +08:00
2 changed files with 5 additions and 1 deletions
@@ -294,6 +294,7 @@
</div> </div>
<loading :loading="loading">自动创建流程 <loading :loading="loading">自动创建流程
<el-table <el-table
v-if="false"
ref="selection" ref="selection"
tooltip-effect="dark" tooltip-effect="dark"
style="width:100%;" style="width:100%;"
@@ -137,7 +137,7 @@
<div class="prc-content-border" v-show="verifySarStandard"> <div class="prc-content-border" v-show="verifySarStandard">
<el-row :gutter="24"> <el-row :gutter="24">
<el-col :span="12"> <el-col :span="12">
<el-form-item label="发布稿" prop="FBGBUSSName" class="add-form-item form-item-disabled"> <el-form-item label="发布稿" prop="FBGBUSSName" class="add-form-item form-item-disabled uploadBtnFormItem">
<el-input <el-input
disabled disabled
style="display: none;" style="display: none;"
@@ -982,4 +982,7 @@
/deep/ .fileClass{ /deep/ .fileClass{
line-height: 22px !important; line-height: 22px !important;
} }
.uploadBtnFormItem /deep/ .el-form-item__error{
right: 45px !important;
}
</style> </style>