Browse Source

fix:涉企涉冻(公安部、国家)

master
pengwei 6 months ago
parent
commit
08a9863ff9
  1. 5
      src/components/data/gab-import.vue
  2. 5
      src/components/data/gj-import.vue
  3. 2
      src/views/data/Gjxf.vue

5
src/components/data/gab-import.vue

@ -124,6 +124,11 @@
width="160" width="160"
show-overflow-tooltip show-overflow-tooltip
/> />
<el-table-column
label="涉企涉冻"
prop="involvedIssue"
width="110"
/>
<el-table-column <el-table-column
label="异常动态" label="异常动态"
prop="abnormal" prop="abnormal"

5
src/components/data/gj-import.vue

@ -125,6 +125,11 @@
width="160" width="160"
show-overflow-tooltip show-overflow-tooltip
/> />
<el-table-column
label="涉企涉冻"
prop="involvedIssue"
width="110"
/>
<el-table-column <el-table-column
label="是否重信" label="是否重信"
prop="initialPetition" prop="initialPetition"

2
src/views/data/Gjxf.vue

@ -100,7 +100,7 @@
> >
<el-button type="primary" @click="handleShowImportReplenish">集访导入</el-button> <el-button type="primary" @click="handleShowImportReplenish">集访导入</el-button>
<el-button type="primary" @click="handleShowldjfReplenish">领导接访导入</el-button> <el-button type="primary" @click="handleShowldjfReplenish">领导接访导入</el-button>
<el-button type="primary" @click="handleInvolvedIssue" >及问题导入</el-button> <el-button type="primary" @click="handleInvolvedIssue" >企涉冻导入</el-button>
<el-button type="primary" @click="handleExport">数据导出</el-button> <el-button type="primary" @click="handleExport">数据导出</el-button>
<el-badge <el-badge
:value="distributeList.length" :value="distributeList.length"

Loading…
Cancel
Save