|
|
|
@ -68,7 +68,7 @@ |
|
|
|
</div> |
|
|
|
<div class="handle-operation"> |
|
|
|
<div class="handle-operation-tip">处理操作</div> |
|
|
|
<el-form label-width="120px" label-position="right" style="width: 720px;" :model="dataForm" :rules="dataRule"> |
|
|
|
<el-form ref="dataForm" label-width="120px" label-position="right" style="width: 720px;" :model="dataForm" :rules="dataRule"> |
|
|
|
<el-form-item label="处理:" prop="handleCategory"> |
|
|
|
<el-select v-model="postDataForm.handleCategory" placeholder="请选择"> |
|
|
|
<el-option |
|
|
|
|