This commit is contained in:
2026-01-30 10:48:06 +08:00
parent 8bcf6e500e
commit 54d5c69892
14 changed files with 109 additions and 27 deletions
@@ -1965,7 +1965,7 @@ layout("/layouts/v4/baseLayout.html"){
<div class="oa-notice-header-icon">
<i class="fa fa-users"></i>
</div>
<h2 class="oa-notice-header-title">基层动态</h2>
<h2 class="oa-notice-header-title">工会动态</h2>
</div>
</div>
<div class="oa-grassroots-content">
@@ -1988,8 +1988,8 @@ layout("/layouts/v4/baseLayout.html"){
<div class="oa-empty-state-icon">
<i class="fa fa-users"></i>
</div>
<div class="oa-empty-state-title">暂无基层动态</div>
<div class="oa-empty-state-desc">当前没有可用的基层动态内容</div>
<div class="oa-empty-state-title">暂无工会动态</div>
<div class="oa-empty-state-desc">当前没有可用的工会动态内容</div>
</div>
</div>
</div>
@@ -3,7 +3,7 @@ const jcdt = {
<div class="jcdt-wrapper">
<div class="jcdt-container">
<div class="jcdt-title">
<span>基层动态</span>
<span>工会动态</span>
</div>
<div class="jcdt-content">
<div class="jcdt-list">
@@ -148,6 +148,15 @@ layout("/layouts/platform.html"){
<enum-tag :value="row.instanceState" name="ProcessInstanceStateEnum" label_key="message"
size="small"></enum-tag>
</template>
<template v-else-if="column.prop === 'researchFindings'" scope="{row}">
<span v-html="row.researchFindings"></span>
</template>
<template v-else-if="column.prop === 'brief'" scope="{row}">
<span v-html="row.brief"></span>
</template>
<template v-else-if="column.prop === 'measures'" scope="{row}">
<span v-html="row.measures"></span>
</template>
</el-table-column>
<el-table-column label="操作" fixed="right" min-width="200px">
<template scope="{row}">
@@ -201,6 +210,7 @@ layout("/layouts/platform.html"){
{label: "立案结果", prop: "caseFilingResult"},
// {label: "立案类型", prop: "caseFilingType"},
{label: "是否并案", prop: "merge"},
{label: "调研情况", prop: "researchFindings", visible: false},
{label: "案由", prop: "brief", visible: false},
{label: "建议措施", prop: "measures", visible: false},
{label: "主办单位", prop: "masterUnitName"},
@@ -139,6 +139,7 @@ layout("/layouts/platform.html"){
processTaskId: row.taskId,
taskName: row.curTaskName,
type: type,
argsUnitId: row.unitId,
tf_opinion: "同意该提案"
}
this.$refs.proposalInfoRef.onOpen(row)
@@ -143,6 +143,7 @@ layout("/layouts/platform_h5.html"){
processTaskId: row.taskId,
taskName: row.curTaskName,
type: type,
argsUnitId: row.unitId,
tf_opinion: "同意该提案"
}
},