eoss-mobiles 0.3.33 → 0.3.35
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/lib/eoss-mobile.common.js +339 -127
- package/lib/flow.js +300 -97
- package/lib/form.js +33 -24
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/components/Handle.vue +82 -15
- package/packages/flow/src/components/Opinion.vue +48 -17
- package/packages/flow/src/components/StartFlow.vue +131 -77
- package/packages/flow/src/components/TaskRead.vue +0 -1
- package/packages/flow/src/components/reset.vue +0 -2
- package/packages/flow/src/components/supervise.vue +4 -2
- package/packages/flow/src/components/taskUnionExamine.vue +0 -1
- package/packages/form/src/main.vue +1 -1
- package/src/index.js +1 -1
package/lib/form.js
CHANGED
|
@@ -199,7 +199,7 @@ function normalizeComponent(
|
|
|
199
199
|
// ESM COMPAT FLAG
|
|
200
200
|
__webpack_require__.r(__webpack_exports__);
|
|
201
201
|
|
|
202
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=
|
|
202
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=041f051e
|
|
203
203
|
var render = function () {
|
|
204
204
|
var _vm = this
|
|
205
205
|
var _h = _vm.$createElement
|
|
@@ -1100,30 +1100,39 @@ var render = function () {
|
|
|
1100
1100
|
},
|
|
1101
1101
|
[_vm._v("提交")]
|
|
1102
1102
|
)
|
|
1103
|
-
: _vm.
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1103
|
+
: _vm._e(),
|
|
1104
|
+
_vm._l(_vm.btnList[0].contents, function (item) {
|
|
1105
|
+
return _c(
|
|
1106
|
+
"em-button",
|
|
1107
|
+
_vm._b(
|
|
1108
|
+
{
|
|
1109
|
+
directives: [
|
|
1107
1110
|
{
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
: "button",
|
|
1113
|
-
},
|
|
1114
|
-
on: {
|
|
1115
|
-
click: function ($event) {
|
|
1116
|
-
_vm.handleClick(item)
|
|
1117
|
-
},
|
|
1118
|
-
},
|
|
1111
|
+
name: "show",
|
|
1112
|
+
rawName: "v-show",
|
|
1113
|
+
value: _vm.btnList.length != 0,
|
|
1114
|
+
expression: "btnList.length != 0",
|
|
1119
1115
|
},
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1116
|
+
],
|
|
1117
|
+
key: item.text,
|
|
1118
|
+
attrs: {
|
|
1119
|
+
"native-type": item.nativeType
|
|
1120
|
+
? item.nativeType
|
|
1121
|
+
: "button",
|
|
1122
|
+
},
|
|
1123
|
+
on: {
|
|
1124
|
+
click: function ($event) {
|
|
1125
|
+
_vm.handleClick(item)
|
|
1126
|
+
},
|
|
1127
|
+
},
|
|
1128
|
+
},
|
|
1129
|
+
"em-button",
|
|
1130
|
+
item,
|
|
1131
|
+
false
|
|
1132
|
+
),
|
|
1133
|
+
[_vm._v(_vm._s(item.text))]
|
|
1134
|
+
)
|
|
1135
|
+
}),
|
|
1127
1136
|
],
|
|
1128
1137
|
2
|
|
1129
1138
|
)
|
|
@@ -1135,7 +1144,7 @@ var staticRenderFns = []
|
|
|
1135
1144
|
render._withStripped = true
|
|
1136
1145
|
|
|
1137
1146
|
|
|
1138
|
-
// CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=
|
|
1147
|
+
// CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=041f051e
|
|
1139
1148
|
|
|
1140
1149
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=script&lang=js
|
|
1141
1150
|
//
|