manage-client 3.3.235 → 3.3.236

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "3.3.235",
3
+ "version": "3.3.236",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -890,8 +890,8 @@
890
890
 
891
891
  <script>
892
892
  import {HttpResetClass, PagedList} from 'vue-client'
893
- import defaultPrint from 'config/DefaultPrint'
894
- import exportConfig from 'config/exportConfig'
893
+ import defaultPrint from './config/DefaultPrint'
894
+ import exportConfig from './config/exportConfig'
895
895
  // let cardBtnGen = async function (self, val) {
896
896
  // self.cardInfo = val.data
897
897
  //
@@ -1,5 +1,3 @@
1
- import OnTimePressureRegulatorStation from '../../scada/OnTimePressure/OnTimePressureRegulatorStation'
2
-
3
1
  export default {
4
2
  // 把打印需要默认选中的字段名放在config数组中
5
3
  userConfig: {
File without changes
File without changes