给机构模块增加提示
This commit is contained in:
parent
c3905016e4
commit
f8b32c7521
@ -8,6 +8,7 @@
|
||||
<a-button v-if="btnEnableList.indexOf(1)>-1" @click="handleAdd()" type="primary">添加机构</a-button>
|
||||
<a-button v-if="btnEnableList.indexOf(1)>-1" title="删除多条数据" @click="batchDel" type="default">批量删除</a-button>
|
||||
<a-button @click="refresh" type="default" icon="reload">刷新</a-button>
|
||||
<a-button type="dashed">提示:机构为公司部门或门店名称</a-button>
|
||||
</a-row>
|
||||
<div style="background: #fff;padding-left:16px;height: 100%; margin-top: 5px">
|
||||
<a-alert type="info" :showIcon="true">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user