sasp-flow-render 1.1.20 → 1.1.21

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,6 +1,6 @@
1
1
  {
2
2
  "name": "sasp-flow-render",
3
- "version": "1.1.20",
3
+ "version": "1.1.21",
4
4
  "description": "业务应用支撑平台-智慧流程渲染组件",
5
5
  "scripts": {
6
6
  "build": "vue-cli-service build"
@@ -340,8 +340,8 @@
340
340
  >
341
341
  </flow-new-batch-deal>
342
342
  <div slot="footer" class="dialog-footer">
343
- <el-button type="primary" size="small" @click="newBatchDealAllSubmit">快速提交</el-button>
344
- <el-button size="small" @click="flowBatchSelectPendingDialog = false">取消</el-button>
343
+ <!-- <el-button type="primary" size="small" @click="newBatchDealAllSubmit">快速提交</el-button>-->
344
+ <el-button size="small" @click="flowBatchSelectPendingDialog = false">关 闭</el-button>
345
345
  </div>
346
346
  </el-dialog>
347
347