|
@@ -3,7 +3,7 @@
|
|
<el-row>
|
|
<el-row>
|
|
<el-col :span="24">
|
|
<el-col :span="24">
|
|
|
|
|
|
- <el-form size="middle" :model="inputForm" ref="inputForm" v-loading="loading" :class="method==='view'?'readonly':''" :disabled="formReadOnly"
|
|
|
|
|
|
+ <el-form size="middle" :model="inputForm" ref="inputForm" v-loading="loading" :class="method==='view'?'readonly':''" :disabled="status === 'audit' || status === 'taskFormDetail'"
|
|
label-width="135px" @submit.native.prevent>
|
|
label-width="135px" @submit.native.prevent>
|
|
<el-divider content-position="left"><i class="el-icon-document"></i> 项目信息</el-divider>
|
|
<el-divider content-position="left"><i class="el-icon-document"></i> 项目信息</el-divider>
|
|
<el-row :gutter="0">
|
|
<el-row :gutter="0">
|