|
|
|
@ -1,6 +1,6 @@ |
|
|
|
<template> |
|
|
|
<div class="project-handle"> |
|
|
|
<el-form :model="dataForm" :rules="dataRule" ref="dataForm" style="width: 100%; height: 100%;"> |
|
|
|
<div> |
|
|
|
<div class="project-detail"> |
|
|
|
<div class="project-detail-tip">议题详情</div> |
|
|
|
<el-form label-position="right" label-width="120px"> |
|
|
|
@ -34,7 +34,7 @@ |
|
|
|
</div> |
|
|
|
<div class="handle-operation"> |
|
|
|
<div class="handle-operation-tip">处理操作</div> |
|
|
|
<el-form label-width="120px" label-position="right" style="width: 720px;"> |
|
|
|
<el-form label-width="120px" label-position="right" style="width: 720px;" :model="dataForm" :rules="dataRule"> |
|
|
|
<el-form-item label="审核:" prop="eventState"> |
|
|
|
<el-radio v-model="dataForm.eventState" label="4">审核通过</el-radio> |
|
|
|
<el-radio v-model="dataForm.eventState" label="2">驳回</el-radio> |
|
|
|
@ -59,7 +59,7 @@ |
|
|
|
</el-form> |
|
|
|
|
|
|
|
</div> |
|
|
|
</el-form> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
|
|
|
|
|