【修改】修改样式
This commit is contained in:
@@ -165,6 +165,8 @@ export default {
|
||||
this.PERMISSION = this.PERMISSION.map(item=>{
|
||||
if(item.value == oldPower){
|
||||
item.disabled=true
|
||||
}else{
|
||||
item.disabled=false
|
||||
}
|
||||
return item
|
||||
})
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<el-row>
|
||||
<el-col :span="24">
|
||||
<el-form-item label="内容摘要:" prop="mainContent">
|
||||
<el-input v-model="applicationForm.mainContent" ></el-input>
|
||||
<el-input type="textarea" :title="applicationForm.mainContent" v-model="applicationForm.mainContent" ></el-input>
|
||||
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
@@ -49,9 +49,9 @@
|
||||
class="label-input-form no_border" size="medium"
|
||||
:disabled="formControl">
|
||||
<el-row>
|
||||
<el-col :span="9">
|
||||
<el-col :span="24">
|
||||
<el-form-item label="申请原因:" prop="applyReason">
|
||||
<el-input v-model="applicationForm2.applyReason" ></el-input>
|
||||
<el-input type="textarea" :title="applicationForm2.applyReason" v-model="applicationForm2.applyReason" ></el-input>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
||||
@@ -249,6 +249,12 @@ export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
::v-deep .el-input.is-disabled .el-input__inner{
|
||||
color: #858585;
|
||||
}
|
||||
::v-deep .el-textarea.is-disabled .el-textarea__inner{
|
||||
color: #858585;
|
||||
resize: none;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<process-header v-else :title="'发起人修改'" :proceesNum="prcNum"></process-header>
|
||||
<div class="procedure">
|
||||
<div class="process_content">
|
||||
<span class="base_title">基础信息</span>
|
||||
<span class="base_title">报告信息</span>
|
||||
<el-row>
|
||||
<report-table v-model="tableData" @updateTable="getV" :disabled="showTableD"></report-table>
|
||||
</el-row>
|
||||
|
||||
Reference in New Issue
Block a user