diff --git a/src/views/dashboard/SingleMonthTotalEcharts.vue b/src/views/dashboard/SingleMonthTotalEcharts.vue
index 6056599..140425c 100644
--- a/src/views/dashboard/SingleMonthTotalEcharts.vue
+++ b/src/views/dashboard/SingleMonthTotalEcharts.vue
@@ -4,6 +4,7 @@
@@ -39,6 +40,8 @@
+
+
@@ -72,6 +75,7 @@ import {MonthDataTotal} from '@views/statisticalReport/statisticData'
import {getAction} from '@api/manage'
import {formatMoney} from '@/utils/formatMoney'
import JYearDate from '@comp/jero/JYearDate'
+import SingleMonthTotalComparisonModal from '@views/dashboard/modules/SingleMonthTotalComparisonModal'
const columns = [
{
@@ -96,6 +100,7 @@ MonthDataTotal.map(tt => {
export default {
name: 'SingleMonthEcharts',
components:{
+ SingleMonthTotalComparisonModal,
JYearDate
},
mixins: [JeroListMixin],
@@ -120,6 +125,10 @@ export default {
},
methods: {
formatMoney,
+ // 比对
+ handleComparison () {
+ this.$refs.singleMonthTotalComparisonModal.open()
+ },
loadData(arg) {
if (!this.url.list) {
this.$message.error('请设置url.list属性!')
diff --git a/src/views/dashboard/modules/SingleMonthTotalComparisonModal.vue b/src/views/dashboard/modules/SingleMonthTotalComparisonModal.vue
new file mode 100644
index 0000000..7792c4a
--- /dev/null
+++ b/src/views/dashboard/modules/SingleMonthTotalComparisonModal.vue
@@ -0,0 +1,655 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 比对
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ text }}
+ {{ text }}
+
+
+
+
+
+ {{ formatMoney(text) }}
+ {{ formatMoney(text) }}
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file