This commit is contained in:
linfso 2024-11-29 13:54:06 +08:00
parent dad1254c36
commit 9847fd9bd8
2 changed files with 7 additions and 8 deletions

View File

@ -84,21 +84,21 @@
</el-col> </el-col>
<el-col :span="4"> <el-col :span="4">
<div class="count"> <div class="count">
<span @click="goRouter('/websites')">8960</span> <span @click="goRouter('/websites')">0</span>
</div> </div>
<div class="title">总订单量</div> <div class="title">总订单量</div>
</el-col> </el-col>
<el-col :span="3"> <!-- <el-col :span="3">
<div class="count"> <div class="count">
<span @click="goRouter('/websites')">0</span> <span @click="goRouter('/websites')">0</span>
</div> </div>
<div class="title">已保存</div> <div class="title">已保存</div>
</el-col> </el-col> -->
<el-col :span="3"> <el-col :span="3">
<div class="count"> <div class="count">
<span @click="goRouter('/websites')">0</span> <span @click="goRouter('/websites')">0</span>
</div> </div>
<div class="title">待揽收</div> <div class="title">待接单</div>
</el-col> </el-col>
<el-col :span="3"> <el-col :span="3">
<div class="count"> <div class="count">
@ -114,7 +114,7 @@
</el-col> </el-col>
<el-col :span="4"> <el-col :span="4">
<div class="count"> <div class="count">
<span @click="goRouter('/websites')">89</span> <span @click="goRouter('/websites')">0</span>
</div> </div>
<div class="title">已签收</div> <div class="title">已签收</div>
</el-col> </el-col>
@ -241,7 +241,7 @@
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<div class="count"> <div class="count">
<span @click="goRouter('/websites')">8960</span> <span @click="goRouter('/websites')">0</span>
</div> </div>
<div class="title">已付款</div> <div class="title">已付款</div>
</el-col> </el-col>

View File

@ -97,7 +97,7 @@
<el-table-column type="selection" width="55" align="center" /> <el-table-column type="selection" width="55" align="center" />
<!-- <el-table-column label="角色编号" prop="roleId" width="120" /> --> <!-- <el-table-column label="角色编号" prop="roleId" width="120" /> -->
<el-table-column label="角色名称" prop="roleName" :show-overflow-tooltip="true" width="150" /> <el-table-column label="角色名称" prop="roleName" :show-overflow-tooltip="true" width="150" />
<el-table-column label="权限字符" prop="roleKey" :show-overflow-tooltip="true" width="150" /> <!-- <el-table-column label="权限字符" prop="roleKey" :show-overflow-tooltip="true" width="150" /> -->
<el-table-column label="显示顺序" prop="roleSort" width="100" /> <el-table-column label="显示顺序" prop="roleSort" width="100" />
<el-table-column label="状态" align="center" prop="status"> <el-table-column label="状态" align="center" prop="status">
<template slot-scope="scope"> <template slot-scope="scope">
@ -495,7 +495,6 @@ export default {
/** 新增按钮操作 */ /** 新增按钮操作 */
handleAdd() { handleAdd() {
this.reset(); this.reset();
// this.getMenuTreeselect();
this.open = true; this.open = true;
this.title = "添加角色"; this.title = "添加角色";
}, },