cloud-web-corejs 1.0.54-dev.201 → 1.0.54-dev.202

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,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.54-dev.201",
4
+ "version": "1.0.54-dev.202",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -5,18 +5,24 @@
5
5
  import {
6
6
  getParameterVauleByCode,
7
7
  } from '@base/api/user'
8
-
9
8
  export default {
10
9
  data() {
11
10
  return {
12
11
  imgUrl: null,
12
+ isFormDev:false
13
13
  }
14
14
  },
15
15
  created() {
16
16
  this.init();
17
17
  },
18
18
  methods: {
19
+ initIsFormDev() {
20
+ let userFlag = this.$store.getters.userFlag
21
+ this.isFormDev = userFlag == 6 || userFlag == 7 || userFlag == 8;
22
+ },
19
23
  init() {
24
+ this.initIsFormDev();
25
+ if(this.isFormDev)return;
20
26
  getParameterVauleByCode({
21
27
  data: {"code": "showWatermark"},
22
28
  success: res => {
@@ -92,11 +92,11 @@
92
92
  </tr>
93
93
  <tr>
94
94
  <th>{{ $t1('创建人') }}</th>
95
- <td>{{ bdAttachSetting._createBy }}</td>
95
+ <td>{{ bdAttachSetting.createBy }}</td>
96
96
  <th>{{ $t1('创建时间') }}</th>
97
97
  <td>{{ bdAttachSetting.createDate }}</td>
98
98
  <th>{{ $t1('更新人') }}</th>
99
- <td>{{ bdAttachSetting._modifyBy }}</td>
99
+ <td>{{ bdAttachSetting.modifyBy }}</td>
100
100
  <th>{{ $t1('更新时间') }}</th>
101
101
  <td>{{ bdAttachSetting.modifyDate }}</td>
102
102
  </tr>
@@ -106,7 +106,7 @@ modules = {
106
106
  width: 250
107
107
  },
108
108
  {
109
- field: '_createBy',
109
+ field: 'createBy',
110
110
  title: this.$t1('创建人'),
111
111
  width: 150
112
112
  },
@@ -116,7 +116,7 @@ modules = {
116
116
  width: 150
117
117
  },
118
118
  {
119
- field: '_modifyBy',
119
+ field: 'modifyBy',
120
120
  title: this.$t1('更新人'),
121
121
  width: 150
122
122
  },
@@ -62,11 +62,11 @@
62
62
  </tr>
63
63
  <tr>
64
64
  <th>{{ $t1('创建人') }}</th>
65
- <td>{{ formImportLog._createBy }}</td>
65
+ <td>{{ formImportLog.createBy }}</td>
66
66
  <th>{{ $t1('创建时间') }}</th>
67
67
  <td>{{ formImportLog.createDate }}</td>
68
68
  <th>{{ $t1('更新人') }}</th>
69
- <td>{{ formImportLog._modifyBy }}</td>
69
+ <td>{{ formImportLog.modifyBy }}</td>
70
70
  <th>{{ $t1('更新时间') }}</th>
71
71
  <td>{{ formImportLog.modifyDate }}</td>
72
72
  </tr>
@@ -76,11 +76,11 @@
76
76
  </tr>
77
77
  <tr>
78
78
  <th>{{ $t1('创建人') }}</th>
79
- <td>{{ formScript._createBy }}</td>
79
+ <td>{{ formScript.createBy }}</td>
80
80
  <th>{{ $t1('创建时间') }}</th>
81
81
  <td>{{ formScript.createDate }}</td>
82
82
  <th>{{ $t1('更新人') }}</th>
83
- <td>{{ formScript._modifyBy }}</td>
83
+ <td>{{ formScript.modifyBy }}</td>
84
84
  <th>{{ $t1('更新时间') }}</th>
85
85
  <td>{{ formScript.modifyDate }}</td>
86
86
  </tr>
@@ -145,11 +145,11 @@
145
145
  </tr>
146
146
  <tr>
147
147
  <th>{{ $t1('创建人') }}</th>
148
- <td>{{ formScript._createBy }}</td>
148
+ <td>{{ formScript.createBy }}</td>
149
149
  <th>{{ $t1('创建时间') }}</th>
150
150
  <td>{{ formScript.createDate }}</td>
151
151
  <th>{{ $t1('更新人') }}</th>
152
- <td>{{ formScript._modifyBy }}</td>
152
+ <td>{{ formScript.modifyBy }}</td>
153
153
  <th>{{ $t1('更新时间') }}</th>
154
154
  <td>{{ formScript.modifyDate }}</td>
155
155
  </tr>
@@ -172,7 +172,7 @@ modules = {
172
172
  width: 280
173
173
  },
174
174
  {
175
- field: '_createBy',
175
+ field: 'createBy',
176
176
  title: this.$t1('创建人'),
177
177
  width: 150
178
178
  },
@@ -182,7 +182,7 @@ modules = {
182
182
  width: 150
183
183
  },
184
184
  {
185
- field: '_modifyBy',
185
+ field: 'modifyBy',
186
186
  title: this.$t1('更新人'),
187
187
  width: 150
188
188
  },
@@ -109,7 +109,7 @@ modules = {
109
109
  width: 280
110
110
  },
111
111
  {
112
- field: '_createBy',
112
+ field: 'createBy',
113
113
  title: this.$t1('创建人'),
114
114
  width: 150
115
115
  },
@@ -119,7 +119,7 @@ modules = {
119
119
  width: 150
120
120
  },
121
121
  {
122
- field: '_modifyBy',
122
+ field: 'modifyBy',
123
123
  title: this.$t1('更新人'),
124
124
  width: 150
125
125
  },
@@ -200,7 +200,7 @@ modules = {
200
200
  width: 280
201
201
  },
202
202
  {
203
- field: '_createBy',
203
+ field: 'createBy',
204
204
  title: this.$t1('创建人'),
205
205
  width: 150
206
206
  },
@@ -210,7 +210,7 @@ modules = {
210
210
  width: 150
211
211
  },
212
212
  {
213
- field: '_modifyBy',
213
+ field: 'modifyBy',
214
214
  title: this.$t1('更新人'),
215
215
  width: 150
216
216
  },
@@ -121,11 +121,11 @@
121
121
  </tr>
122
122
  <tr>
123
123
  <th>{{ $t1('创建人') }}</th>
124
- <td>{{ formTemplate._createBy }}</td>
124
+ <td>{{ formTemplate.createBy }}</td>
125
125
  <th>{{ $t1('创建时间') }}</th>
126
126
  <td>{{ formTemplate.createDate }}</td>
127
127
  <th>{{ $t1('更新人') }}</th>
128
- <td>{{ formTemplate._modifyBy }}</td>
128
+ <td>{{ formTemplate.modifyBy }}</td>
129
129
  <th>{{ $t1('更新时间') }}</th>
130
130
  <td>{{ formTemplate.modifyDate }}</td>
131
131
  </tr>
@@ -331,7 +331,7 @@ modules = {
331
331
  { field: "serviceName", title: this.$t1("服务名"), width: 150 },
332
332
  { title: this.$t1("唯一标识"), field: "sid", width: 280 },
333
333
  {
334
- field: '_createBy',
334
+ field: 'createBy',
335
335
  title: this.$t1('创建人'),
336
336
  width: 150
337
337
  },
@@ -341,7 +341,7 @@ modules = {
341
341
  width: 150
342
342
  },
343
343
  {
344
- field: '_modifyBy',
344
+ field: 'modifyBy',
345
345
  title: this.$t1('更新人'),
346
346
  width: 150
347
347
  },
@@ -182,7 +182,7 @@ modules = {
182
182
  {field: 'serviceName', title: this.$t1('服务名'), width: 150},
183
183
  {title: this.$t1('唯一标识'), field: 'sid', width: 280},
184
184
  {
185
- field: '_createBy',
185
+ field: 'createBy',
186
186
  title: this.$t1('创建人'),
187
187
  width: 150
188
188
  },
@@ -192,7 +192,7 @@ modules = {
192
192
  width: 150
193
193
  },
194
194
  {
195
- field: '_modifyBy',
195
+ field: 'modifyBy',
196
196
  title: this.$t1('更新人'),
197
197
  width: 150
198
198
  },