|
@ -153,7 +153,7 @@ |
|
|
|
|
|
|
|
|
<el-dialog v-model="rejectDialogVisible" title="驳回理由" width="500px"> |
|
|
<el-dialog v-model="rejectDialogVisible" title="驳回理由" width="500px"> |
|
|
<el-form> |
|
|
<el-form> |
|
|
<el-form-item label="驳回理由"> |
|
|
|
|
|
|
|
|
<el-form-item label="驳回理由" required> |
|
|
<el-input v-model="rejectReason" type="textarea" :rows="4" placeholder="请输入驳回理由" maxlength="200" |
|
|
<el-input v-model="rejectReason" type="textarea" :rows="4" placeholder="请输入驳回理由" maxlength="200" |
|
|
show-word-limit/> |
|
|
show-word-limit/> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|