Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
super_liu
2022-03-29 10:14:56 +08:00
3 changed files with 42 additions and 24 deletions
@@ -128,7 +128,7 @@
</el-radio-group>
<el-button @click="form.isRelateAccess = ''" v-show="form.isRelateAccess !== null>0" size="mini" type="primary" circle icon="el-icon-close" style="margin-left: 10px;margin-bottom: 3px"></el-button>
</el-form-item>
<el-form-item v-show="form.standInData=='0'" label="标准体系" prop="standSystem" class="add-form-item form-item-disabled">
<el-form-item v-show="form.standInData=='1'" label="标准体系" prop="standSystem" class="add-form-item form-item-disabled">
<el-input v-model="form.standSystem" placeholder="选择标准体系" @click.native="choiceZRR1('standSystem', '标准体系', form.standSystem)"></el-input>
<tree-select-new
:key="key"
@@ -1471,6 +1471,9 @@ export default {
@import '~@/assets/styles/style';
.xmqdqr-step1 {
.el-checkbox {
display: block!important;
}
position: relative;
height: 100%;
.myForm {
@@ -1542,4 +1545,11 @@ export default {
}
}
</style>
<style lang="less">
.xmqdqr-step1 {
.el-checkbox {
display: block !important;
}
}
</style>