apply-clients 3.5.3-49 → 3.5.3-50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -685,7 +685,7 @@ export default {
|
|
|
685
685
|
this.userinfo = row
|
|
686
686
|
},
|
|
687
687
|
},
|
|
688
|
-
|
|
688
|
+
computed: {
|
|
689
689
|
stylecss () {
|
|
690
690
|
let width = this.$appdata.getSingleValue('报建派工单打印宽度') ? this.$appdata.getSingleValue('报建派工单打印宽度') : '12.5%'
|
|
691
691
|
let height = this.$appdata.getSingleValue('报建派工单打印高度') ? this.$appdata.getSingleValue('报建派工单打印高度') : '30px'
|