diff --git a/src/assets/imgs/jsc.png b/src/assets/imgs/jsc.png
new file mode 100644
index 0000000..baa03a6
Binary files /dev/null and b/src/assets/imgs/jsc.png differ
diff --git a/src/assets/imgs/sjzt.png b/src/assets/imgs/sjzt.png
new file mode 100644
index 0000000..bd4d143
Binary files /dev/null and b/src/assets/imgs/sjzt.png differ
diff --git a/src/assets/imgs/szls.png b/src/assets/imgs/szls.png
new file mode 100644
index 0000000..5a33c79
Binary files /dev/null and b/src/assets/imgs/szls.png differ
diff --git a/src/assets/imgs/wlzt.png b/src/assets/imgs/wlzt.png
new file mode 100644
index 0000000..0d113fd
Binary files /dev/null and b/src/assets/imgs/wlzt.png differ
diff --git a/src/assets/imgs/znbb.png b/src/assets/imgs/znbb.png
new file mode 100644
index 0000000..0981656
Binary files /dev/null and b/src/assets/imgs/znbb.png differ
diff --git a/src/components/LowDesign/src/LowReport/index.vue b/src/components/LowDesign/src/LowReport/index.vue
index 5e7a9ea..3a9d269 100644
--- a/src/components/LowDesign/src/LowReport/index.vue
+++ b/src/components/LowDesign/src/LowReport/index.vue
@@ -254,6 +254,9 @@ const initTable = async () => {
amountFieds.value[item.isAmount]=config
tableOption.value.showSummary=true
}
+ if(item.width){
+ config.width=item.width
+ }
if(item.isDimension=='Y'){
dimensionFields.value[config.prop]=config
hideFeilds.value[config.prop]=item.isHideDimension
diff --git a/src/views/Login/Login.vue b/src/views/Login/Login.vue
index b8ba447..efca44d 100644
--- a/src/views/Login/Login.vue
+++ b/src/views/Login/Login.vue
@@ -14,10 +14,34 @@