|
@@ -1140,7 +1140,7 @@
|
|
|
<el-row class="row-style" v-if="props.row.production==='REPORT'">
|
|
|
<el-col :xs="24" :sm="12" :lg="6" :span="6" v-if="major.businessObjectType === '房地产'">
|
|
|
<el-form-item label="是否上报协会:" prop="isSubmit"
|
|
|
- :rules="{ required: true, message: '是否上报协会不能为空', trigger: 'blur' }" label-width="120px"
|
|
|
+ :rules="{ required: true, message: '是否上报协会不能为空', trigger: 'blur' }" label-width="140px"
|
|
|
class="postInfo-container-item">
|
|
|
<el-radio v-model="props.row.isSubmit" :label="true" size="medium" disabled readonly>是</el-radio>
|
|
|
<el-radio v-model="props.row.isSubmit" :label="false" size="medium" disabled readonly>否</el-radio>
|