优化单据的宽度屏幕自适应

This commit is contained in:
季圣华
2022-06-08 01:15:50 +08:00
parent d791191adb
commit 1aa3d94bb7
16 changed files with 41 additions and 17 deletions

View File

@@ -1302,6 +1302,9 @@
this.tableWidth = {
'width': realScreenWidth<1500?'1250px':'1500px'
}
this.tableWidthRetail = {
'width': realScreenWidth<1500?'900px':'1100px'
}
},
methods: {
initSetting(record, type, ds) {