Browse Source

债务预警

dev
yuzongping 1 week ago
parent
commit
67a57ce5da
10 changed files with 6 additions and 30 deletions
  1. +1
    -1
      src/views/property/comps/left/bottom/4/index.html
  2. +1
    -2
      src/views/property/comps/left/middle/4/index.html
  3. +0
    -6
      src/views/property/comps/left/middle/4/index.js
  4. +1
    -2
      src/views/property/comps/left/top/4/index.html
  5. +0
    -6
      src/views/property/comps/left/top/4/index.js
  6. +1
    -1
      src/views/property/comps/right/bottom/4/index.html
  7. +1
    -2
      src/views/property/comps/right/middle/4/index.html
  8. +0
    -4
      src/views/property/comps/right/middle/4/index.js
  9. +1
    -2
      src/views/property/comps/right/top/4/index.html
  10. +0
    -4
      src/views/property/comps/right/top/4/index.js

+ 1
- 1
src/views/property/comps/left/bottom/4/index.html View File

@@ -1,4 +1,4 @@


<Pannel title="资金往来不规范预警分析" height="305">
<Pannel title="负债组织清单" height="305">
<ScrollTable :headers="headers" :data="data"></ScrollTable> <ScrollTable :headers="headers" :data="data"></ScrollTable>
</Pannel> </Pannel>

+ 1
- 2
src/views/property/comps/left/middle/4/index.html View File

@@ -1,4 +1,3 @@


<Pannel title="资源不规范出租预警" height="305">
<ScrollTable :headers="headers" :data="data"></ScrollTable>
<Pannel title="负债分布" height="305">
</Pannel> </Pannel>

+ 0
- 6
src/views/property/comps/left/middle/4/index.js View File

@@ -1,16 +1,10 @@
import Pannel from '@/components/pannel/index.vue'; import Pannel from '@/components/pannel/index.vue';
import ScrollTable from '@/components/scroll-table/index.vue';
export default { export default {
components: { components: {
ScrollTable,
Pannel Pannel
}, },
data () { data () {
return { return {
headers: ['资源名称', '类别', '面积(亩)', '部门'],
data: [
['资源名称', '类别', '面积(亩)', '部门']
]
}; };
} }
}; };

+ 1
- 2
src/views/property/comps/left/top/4/index.html View File

@@ -1,4 +1,3 @@


<Pannel title="资源处置预警" height="305">
<ScrollTable :headers="headers" :data="data"></ScrollTable>
<Pannel title="负债概况" height="305">
</Pannel> </Pannel>

+ 0
- 6
src/views/property/comps/left/top/4/index.js View File

@@ -1,16 +1,10 @@
import Pannel from '@/components/pannel/index.vue'; import Pannel from '@/components/pannel/index.vue';
import ScrollTable from '@/components/scroll-table/index.vue';
export default { export default {
components: { components: {
ScrollTable,
Pannel Pannel
}, },
data () { data () {
return { return {
headers: ['资源名称', '类别', '面积(亩)', '处置类型', '部门'],
data: [
['资源名称', '类别', '面积(亩)', '处置类型', '部门']
]
}; };
} }
}; };

+ 1
- 1
src/views/property/comps/right/bottom/4/index.html View File

@@ -1,4 +1,4 @@


<Pannel title="合同长期未执行预警" height="305">
<Pannel title="债务组织清单" height="305">
<ScrollTable :headers="headers" :data="data"></ScrollTable> <ScrollTable :headers="headers" :data="data"></ScrollTable>
</Pannel> </Pannel>

+ 1
- 2
src/views/property/comps/right/middle/4/index.html View File

@@ -1,4 +1,3 @@


<Pannel title="合同到期预警" height="305">
<ScrollTable :headers="headers" :data="data"></ScrollTable>
<Pannel title="债务分布" height="305">
</Pannel> </Pannel>

+ 0
- 4
src/views/property/comps/right/middle/4/index.js View File

@@ -1,14 +1,10 @@
import Pannel from '@/components/pannel/index.vue'; import Pannel from '@/components/pannel/index.vue';
import ScrollTable from '@/components/scroll-table/index.vue';
export default { export default {
components: { components: {
ScrollTable,
Pannel Pannel
}, },
data () { data () {
return { return {
headers: ['合同编码', '合同名称', '合同截止日期', '部门'],
data: [['合同编码', '合同名称', '合同截止日期', '部门']]
}; };
}, },
created () { created () {


+ 1
- 2
src/views/property/comps/right/top/4/index.html View File

@@ -1,4 +1,3 @@


<Pannel title="合同结款到期预警" height="305">
<ScrollTable :headers="headers" :data="data"></ScrollTable>
<Pannel title="债务概况" height="305">
</Pannel> </Pannel>

+ 0
- 4
src/views/property/comps/right/top/4/index.js View File

@@ -1,14 +1,10 @@
import Pannel from '@/components/pannel/index.vue'; import Pannel from '@/components/pannel/index.vue';
import ScrollTable from '@/components/scroll-table/index.vue';
export default { export default {
components: { components: {
ScrollTable,
Pannel Pannel
}, },
data () { data () {
return { return {
headers: ['合同编码', '合同名称', '预结款日期', '结款金额', '部门'],
data: [['合同编码', '合同名称', '预结款日期', '结款金额', '部门']]
}; };
}, },
created () { created () {


Loading…
Cancel
Save