|
|
|
|
@ -11,11 +11,11 @@ const dict = catchStore.getDicts(["personType","injurySeverity","formsOfTort","o
|
|
|
|
|
let InfringerHandleDict = reactive([ |
|
|
|
|
{ |
|
|
|
|
dictValue:"1", |
|
|
|
|
dictLabel:"刑事追究" |
|
|
|
|
dictLabel:"刑事案件" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
dictValue:"2", |
|
|
|
|
dictLabel:"行政处罚" |
|
|
|
|
dictLabel:"行政案件" |
|
|
|
|
}, |
|
|
|
|
]) |
|
|
|
|
const catchSotre = useCatchStore(); |
|
|
|
|
@ -250,7 +250,7 @@ watch(()=>activeName,()=>{
|
|
|
|
|
说明:维权督办,展示执法办案系统相关维权案件,由各单位上报维权至市局。 |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<el-dialog v-model="reportedShow" width="900px" title="维权上报" @close="closeDialog"> |
|
|
|
|
<el-dialog v-model=" reportedShow" width="900px" title="维权上报" @close="closeDialog"> |
|
|
|
|
<el-form :model="detailData" ref="reportedFORM" label-width="148"> |
|
|
|
|
<el-row> |
|
|
|
|
<el-col :span="12"> |
|
|
|
|
|