diff --git a/src/views/jsc/allTable.vue b/src/views/jsc/allTable.vue
new file mode 100644
index 0000000..dd5b07a
--- /dev/null
+++ b/src/views/jsc/allTable.vue
@@ -0,0 +1,422 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+
+
+
+
+ {
+ modalSelect.page_size = e;
+ modalSelect.page = 1;
+ getChartOverallList();
+ }"
+ @current-change="e => {
+ modalSelect.page = e;
+ getChartOverallList();
+ }"
+ />
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/jsc/components/total.vue b/src/views/jsc/components/1total.vue
similarity index 89%
rename from src/views/jsc/components/total.vue
rename to src/views/jsc/components/1total.vue
index a236da1..cd02302 100644
--- a/src/views/jsc/components/total.vue
+++ b/src/views/jsc/components/1total.vue
@@ -67,8 +67,14 @@
tableHeight: 200
}
},
- created() {},
- mounted() {
+ created() {
+ this.layout = this.$options.layout;
+ },
+ mounted() {
+ if(this.$store.getters.device === 'mobile'){
+ this.layout.w = 12
+ }
+ console.log("this.totallayout",this.layout)
},
watch:{
myData(newval){
@@ -110,12 +116,12 @@
.progress-card {
display: flex;
- flex-wrap: wrap;
+ // flex-wrap: wrap;
align-items: center;
justify-content: space-between;
&-item {
- min-width: 120px;
+ // min-width: 120px;
margin: 10px;
display: flex;
flex-direction: column;
diff --git a/src/views/jsc/components/all.vue b/src/views/jsc/components/all.vue
index e53429f..1492bd5 100644
--- a/src/views/jsc/components/all.vue
+++ b/src/views/jsc/components/all.vue
@@ -13,32 +13,48 @@
-
+
+ }" :height="250" :data="list">
+ :align="item.align" :formatter="item.formatter">
+
+
+ {{scope.row[item.key]}}
+
+
+ {{scope.row[item.key]}}
+
+
+ {{scope.row[item.key]}}
+
+
+
-