cloud-module-bpm 6.2.6 → 6.2.7

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,11 +1,12 @@
1
1
  {
2
2
  "name": "cloud-module-bpm",
3
- "version": "6.2.6",
3
+ "version": "6.2.7",
4
4
  "description": " bpm base lib",
5
5
  "main": "dist/cloud-module-bpm.umd.min.js",
6
6
  "author": "wujx",
7
7
  "private": false,
8
8
  "license": "MIT",
9
+
9
10
  "scripts": {
10
11
  "serve": "vue-cli-service serve",
11
12
  "build": "vue-cli-service build",
@@ -16,7 +17,7 @@
16
17
  "axios": "0.19.0",
17
18
  "babel-loader": "^8.0.6",
18
19
  "babel-polyfill": "^6.26.0",
19
- "cloud-module-base": "6.12.2",
20
+ "cloud-module-base": "6.12.1",
20
21
  "core-js": "^3.4.4",
21
22
  "css-loader": "^3.4.1",
22
23
  "element-ui": "^2.15.7",
@@ -1,14 +1,17 @@
1
1
  <template>
2
2
  <el-col style="text-align:left">
3
- <el-button
4
- style="margin-top:5px;"
5
- v-for="bpmBtn in MeritBPM.bpmBtns"
6
- :key="bpmBtn.id"
7
- :type="bpmBtn.type"
8
- v-prevent-re-click
9
- :class="bpmBtn.id"
10
- @click="BPMEventBus('doSend', bpmBtn)"
11
- >{{ bpmBtn.name }}</el-button>
3
+ <template v-for="bpmBtn in MeritBPM.bpmBtns">
4
+ <el-button
5
+ style="margin-top:5px;"
6
+ :key="bpmBtn.id"
7
+ :type="bpmBtn.type"
8
+ :disabled="bpmBtn.id =='bpmSaveOrUpdateBtn' && flag"
9
+ v-prevent-re-click
10
+ :class="bpmBtn.id"
11
+ v-if='bpmBtn.name=="填写意见"'
12
+ @click="BPMEventBus('doSend', bpmBtn)"
13
+ >{{ bpmBtn.name }}</el-button>
14
+ </template>
12
15
  <bpm-user-select
13
16
  :dialogVisible="MeritBPM.userSelectDialogVisible"
14
17
  :ruleEngine="ruleEngine"
@@ -88,7 +88,7 @@
88
88
  <el-button
89
89
  type="primary"
90
90
  @click="handlePublish"
91
- >发布</el-button>
91
+ >确定</el-button>
92
92
  </span>
93
93
  </el-dialog>
94
94
  </div>
package/node_modules.zip DELETED
Binary file