md
This commit is contained in:
parent
dad1254c36
commit
9847fd9bd8
@ -84,21 +84,21 @@
|
||||
</el-col>
|
||||
<el-col :span="4">
|
||||
<div class="count">
|
||||
<span @click="goRouter('/websites')">8960</span>
|
||||
<span @click="goRouter('/websites')">0</span>
|
||||
</div>
|
||||
<div class="title">总订单量</div>
|
||||
</el-col>
|
||||
<el-col :span="3">
|
||||
<!-- <el-col :span="3">
|
||||
<div class="count">
|
||||
<span @click="goRouter('/websites')">0</span>
|
||||
</div>
|
||||
<div class="title">已保存</div>
|
||||
</el-col>
|
||||
</el-col> -->
|
||||
<el-col :span="3">
|
||||
<div class="count">
|
||||
<span @click="goRouter('/websites')">0</span>
|
||||
</div>
|
||||
<div class="title">待揽收</div>
|
||||
<div class="title">待接单</div>
|
||||
</el-col>
|
||||
<el-col :span="3">
|
||||
<div class="count">
|
||||
@ -114,7 +114,7 @@
|
||||
</el-col>
|
||||
<el-col :span="4">
|
||||
<div class="count">
|
||||
<span @click="goRouter('/websites')">89</span>
|
||||
<span @click="goRouter('/websites')">0</span>
|
||||
</div>
|
||||
<div class="title">已签收</div>
|
||||
</el-col>
|
||||
@ -241,7 +241,7 @@
|
||||
</el-col>
|
||||
<el-col :span="12">
|
||||
<div class="count">
|
||||
<span @click="goRouter('/websites')">8960</span>
|
||||
<span @click="goRouter('/websites')">0</span>
|
||||
</div>
|
||||
<div class="title">已付款</div>
|
||||
</el-col>
|
||||
|
||||
@ -97,7 +97,7 @@
|
||||
<el-table-column type="selection" width="55" align="center" />
|
||||
<!-- <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="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="状态" align="center" prop="status">
|
||||
<template slot-scope="scope">
|
||||
@ -495,7 +495,6 @@ export default {
|
||||
/** 新增按钮操作 */
|
||||
handleAdd() {
|
||||
this.reset();
|
||||
// this.getMenuTreeselect();
|
||||
this.open = true;
|
||||
this.title = "添加角色";
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user