|
|
@ -140,8 +140,9 @@ |
|
|
|
append-to-body |
|
|
|
:close-on-click-modal="false" |
|
|
|
> |
|
|
|
<el-row :gutter="15"> |
|
|
|
|
|
|
|
<el-form ref="form" :model="form" :rules="rules" label-width="130px"> |
|
|
|
<el-row :gutter="15"> |
|
|
|
<el-col :span="12"> |
|
|
|
<el-form-item label="行政单位" prop="administrativeUnit"> |
|
|
|
<el-input v-model="form.administrativeUnit" placeholder="请输入行政单位" /> |
|
|
@ -177,6 +178,8 @@ |
|
|
|
</el-select> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row :gutter="15"> |
|
|
|
<el-col :span="12"> |
|
|
|
<el-form-item label="扣分依据" prop="pointsDeductionBasis"> |
|
|
|
<el-input v-model="form.pointsDeductionBasis" placeholder="请输入扣分依据" /> |
|
|
@ -279,8 +282,9 @@ |
|
|
|
</el-upload> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
</el-form> |
|
|
|
</el-row> |
|
|
|
|
|
|
|
<div slot="footer" class="dialog-footer"> |
|
|
|
<el-button type="primary" @click="submitForm">确 定</el-button> |
|
|
|
<el-button @click="cancel">取 消</el-button> |
|
|
|