Browse Source

fit:维权说明补充

main
pengwei 6 months ago
parent
commit
cece80aef1
  1. 4
      src/views/rightsComfort/Comfort.vue
  2. 3
      src/views/rightsComfort/MyComfort.vue
  3. 4
      src/views/rightsComfort/Rights.vue
  4. 2
      src/views/rightsComfort/Supervision.vue
  5. 4
      src/views/system/Wqzg.vue

4
src/views/rightsComfort/Comfort.vue

@ -117,6 +117,8 @@
>
</el-pagination>
</div>
说明抚慰记录展示权限范围内的抚慰申请记录
</div>
<comfort-dialog v-model:show="actionShow" :id="activeRpcId" />
@ -180,4 +182,4 @@ const handleDelete = async (row) => {
h5 {
margin: 10px 0;
}
</style>
</style>

3
src/views/rightsComfort/MyComfort.vue

@ -208,6 +208,7 @@
</div>
</el-tab-pane>
</el-tabs>
说明我的抚慰用于展示当前需本人待办的抚慰申请同时可在此界面申请提交抚慰
</div>
<el-dialog
@ -1050,4 +1051,4 @@ const resultShow = ref(true);
h5 {
margin: 10px 0;
}
</style>
</style>

4
src/views/rightsComfort/Rights.vue

@ -102,7 +102,7 @@
</el-pagination>
</div>
</div>
说明维权记录展示各单位申请的维权记录
<el-dialog title="维权详情" v-model="show" width="50vw">
<div class="dialog-container">
<div class="row mt-10">
@ -206,4 +206,4 @@ const handleDetail = (row) => {
h5 {
margin: 10px 0;
}
</style>
</style>

2
src/views/rightsComfort/Supervision.vue

@ -239,7 +239,7 @@ watch(()=>activeName,()=>{
</main>
说明维权督办展示执法办案系统相关维权案件由各单位上报维权至市局
</div>
<el-dialog v-model="reportedShow" width="900px" title="维权上报">

4
src/views/system/Wqzg.vue

@ -98,7 +98,7 @@
</el-pagination>
</div>
</div>
说明维权专干设置各分县局的维权专干抚慰申请将默认提交至该人员由其进行审批呈报市局
<el-dialog
:title="mode === 'add' ? '新增维权专干' : '编辑维权专干'"
v-model="show"
@ -262,4 +262,4 @@ const handleDelete = async (row) => {
};
</script>
<style lang="scss" scoped>
</style>
</style>

Loading…
Cancel
Save