manage-client 3.3.213 → 3.3.215

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.
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "3.3.213",
3
+ "version": "3.3.215",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -250,7 +250,9 @@ export default {
250
250
  }
251
251
  },
252
252
  computed: {
253
-
253
+ user_type () {
254
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('用户类型')]
255
+ },
254
256
  charge_state () {
255
257
  return [{label: '全部', value: ''}, ...this.$appdata.getParam('收费状态')]
256
258
  }