|
@@ -223,6 +223,9 @@
|
|
|
<a-menu slot="overlay">
|
|
|
<a-menu-item key="0">
|
|
|
<a @click="handleView(record)">查看</a>
|
|
|
+ </a-menu-item>
|
|
|
+ <a-menu-item key="1">
|
|
|
+ <a v-if="$auth('sb-infos-edit')" @click="addLogBySb(record)">新增记录</a>
|
|
|
</a-menu-item>
|
|
|
<a-menu-item key="1">
|
|
|
<a v-if="$auth('sb-infos-edit')" @click="handleEdit(record)">修改</a>
|
|
@@ -271,7 +274,7 @@
|
|
|
<a-col :span="8">
|
|
|
<a-button type="primary" @click="getLogBySbId(record,createdUserName)">查询</a-button>
|
|
|
<a-button style="margin-left: 8px" @click="()=>{getLogBySbId(record);createdUserName=''}">重置</a-button>
|
|
|
- <a-button style="margin-left: 8px" type="primary" icon="plus" @click="addLogBySb(record)">新增</a-button>
|
|
|
+ <!-- <a-button style="margin-left: 8px" type="primary" icon="plus" @click="addLogBySb(record)">新增</a-button> -->
|
|
|
</a-col>
|
|
|
</a-row>
|
|
|
|