新增店铺信息配置

This commit is contained in:
gyq
2024-05-16 16:56:15 +08:00
parent 8135d4616b
commit 1d674d15d3
4 changed files with 18 additions and 3 deletions

View File

@@ -72,7 +72,7 @@
<el-dropdown @command="dropdownClick">
<el-button type="text">更多<i class="el-icon-arrow-down"></i></el-button>
<el-dropdown-menu slot="dropdown">
<el-dropdown-item :command="{ row: scope.row, command: 1 }">详情</el-dropdown-item>
<el-dropdown-item :command="{ row: scope.row, command: 1 }">三方配置</el-dropdown-item>
<el-dropdown-item :command="2">续费记录</el-dropdown-item>
<el-dropdown-item :command="3">前往店铺</el-dropdown-item>
<el-dropdown-item :command="4">重置密码</el-dropdown-item>