cloud-web-corejs 1.0.54-dev.247 → 1.0.54-dev.248
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
@@ -1082,12 +1082,13 @@ modules = {
|
|
1082
1082
|
this.showFormContent = true;
|
1083
1083
|
this.$nextTick(() => {
|
1084
1084
|
this.handleShowHideRule();
|
1085
|
-
if (hasWf) {
|
1086
|
-
|
1087
|
-
|
1088
|
-
|
1089
|
-
|
1090
|
-
|
1085
|
+
/*if (hasWf) {
|
1086
|
+
|
1087
|
+
}*/
|
1088
|
+
setTimeout(() => {
|
1089
|
+
callback && callback()
|
1090
|
+
callback1 && callback1(wfParam)
|
1091
|
+
}, 1000)
|
1091
1092
|
wfParam.done()
|
1092
1093
|
})
|
1093
1094
|
}
|
@@ -144,19 +144,24 @@ export default {
|
|
144
144
|
field: 'tagRemark',
|
145
145
|
width: 250
|
146
146
|
},
|
147
|
+
{
|
148
|
+
field: 'createBy',
|
149
|
+
title: this.$t1('创建人'),
|
150
|
+
width: 150
|
151
|
+
},
|
147
152
|
{
|
148
153
|
field: 'createDate',
|
149
154
|
title: this.$t1('创建时间'),
|
150
155
|
width: 150
|
151
156
|
},
|
152
157
|
{
|
153
|
-
field: '
|
154
|
-
title: this.$t1('
|
158
|
+
field: 'modifyBy',
|
159
|
+
title: this.$t1('更新人'),
|
155
160
|
width: 150
|
156
161
|
},
|
157
162
|
{
|
158
|
-
field: '
|
159
|
-
title: this.$t1('
|
163
|
+
field: 'modifyDate',
|
164
|
+
title: this.$t1('更新时间'),
|
160
165
|
width: 150
|
161
166
|
},
|
162
167
|
{
|