chenrui 4 năm trước cách đây
mục cha
commit
ffb7e97e9f
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      src/views/basicData/processSettings/setup.vue

+ 1 - 2
src/views/basicData/processSettings/setup.vue

@@ -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>