|
<el-input :disabled="status === 'audit' || status === 'taskFormDetail' || method === 'view'" type="textarea" placeholder="请输入说明" maxlength="500" style="width:100%" v-model="inputForm.evectionReason" show-word-limit></el-input>
|
|
<el-input :disabled="status === 'audit' || status === 'taskFormDetail' || method === 'view'" type="textarea" placeholder="请输入说明" maxlength="500" style="width:100%" v-model="inputForm.evectionReason" show-word-limit></el-input>
|