优化登录和商户列表显示效果

This commit is contained in:
gyq
2026-01-23 10:52:48 +08:00
parent 527cfcdcf8
commit fdc939b0b7
2 changed files with 6 additions and 6 deletions

View File

@@ -70,11 +70,11 @@ const env = process.env.NODE_ENV
// DEV-START
const accountList = reactive([
{ username: "admin", type: 'primary', label: 'admin' },
{ username: "19191703856", type: 'warning', label: '喜气洋洋' },
{ username: "19107220837", type: 'danger', label: '快乐时光店铺' },
{ username: "18199991111", type: 'success', label: '草莓加盟主店可直接管理' },
{ username: "18821670757", type: 'primary', label: '强盛集团' },
{ username: "19112345678", type: 'danger', label: '酸橘子·云贵小馆' },
// { username: "19191703856", type: 'warning', label: '喜气洋洋' },
// { username: "19107220837", type: 'danger', label: '快乐时光店铺' },
// { username: "18199991111", type: 'success', label: '草莓加盟主店可直接管理' },
{ username: "18821670757", type: 'success', label: '高歌的小店' },
// { username: "19112345678", type: 'danger', label: '酸橘子·云贵小馆' },
]);
// 快捷模拟登录

View File

@@ -75,7 +75,7 @@
</div>
</template>
</el-table-column>
<el-table-column prop="address" label="商户" />
<el-table-column prop="address" label="商户详细地址" />
<el-table-column prop="status" label="店铺状态">
<template v-slot="scope">
<el-switch v-model="scope.row.status" :active-value="1" :inactive-value="0" disabled />