|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<a-card :bordered="false" class="processSettingsSetup-wrap">
|
|
|
- <a-alert message="提示:勾选某个节点时表示需要该节点流程" banner />
|
|
|
+ <a-alert message="提示:勾选某个节点时表示需要该节点流程" type="warning" show-icon />
|
|
|
<a-form-model
|
|
|
id="processSettingsSetup-form"
|
|
|
ref="ruleForm"
|
|
@@ -44,7 +44,6 @@
|
|
|
<a-checkbox value="B">付款</a-checkbox>
|
|
|
</a-checkbox-group>
|
|
|
</a-form-model-item>
|
|
|
-
|
|
|
</a-form-model>
|
|
|
<div class="btn-cont">
|
|
|
<a-button type="primary" id="processSettingsSetup-save" @click="handleSave">保存</a-button>
|