网络舆情修复

Lvtianfang
许宏杰 2 years ago
parent 78689e54af
commit 44ebee4aba

@ -111,7 +111,6 @@ const user = {
},
};
// 获取各镇/村
function getownList() {
return new Promise((resolve, reject) => {
let lsit = [];

@ -82,7 +82,7 @@
<el-table-column type="selection" width="55" align="center" />
<el-table-column label="区域" align="center" prop="areaId">
<template slot-scope="scope">
{{ $filterTown(scope.rows.areaId) }}
{{ $filterTown(scope.row.areaId) }}
</template>
</el-table-column>
<el-table-column label="名称" align="center" prop="unitName" />

@ -0,0 +1,9 @@
<template>
<div>通报</div>
</template>
<script>
export default {};
</script>
<style></style>

@ -163,7 +163,7 @@
</el-table-column>
<el-table-column label="是否转办" align="center" prop="isturn">
<template slot-scope="scope">
<dict-tag :options="dict.type.sys_yes_no" :value="scope.row.isturn" />
<dict-tag :options="dict.type.tc_yes_no" :value="scope.row.isturn" />
</template>
</el-table-column>
<el-table-column
@ -319,7 +319,7 @@
<el-form-item label="是否转办" prop="isturn">
<el-select v-model="form.isturn" placeholder="请选择是否转办">
<el-option
v-for="dict in dict.type.sys_yes_no"
v-for="dict in dict.type.tc_yes_no"
:key="dict.value"
:label="dict.label"
:value="parseInt(dict.value)"
@ -410,7 +410,7 @@
</el-descriptions-item>
<el-descriptions-item label="是否转办">
<dict-tag :options="dict.type.sys_yes_no" :value="form.isturn" />
<dict-tag :options="dict.type.tc_yes_no" :value="form.isturn" />
</el-descriptions-item>
</el-descriptions>
<FileView :fileList="fileList" />
@ -438,7 +438,7 @@ export default {
"tc_yq_media",
"tc_yq_state",
"tc_cy_type",
"sys_yes_no",
"tc_yes_no",
"tc_event_type",
"tc_yq_type",
],

Loading…
Cancel
Save