优化登录和商户列表显示效果
This commit is contained in:
@@ -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: '酸橘子·云贵小馆' },
|
||||
]);
|
||||
|
||||
// 快捷模拟登录
|
||||
|
||||
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user