|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 分割线 -->
|
|
|
|
|
<div class="mt10 grid-container grid-container3" style="height: 15%">
|
|
|
|
|
<el-card class="grid-item" body-style="padding:0px;height:100%">
|
|
|
|
|
<el-card class="grid-item" body-style="padding:0px;height:100%" v-hasPermi="['home:index:product']">
|
|
|
|
|
<el-row>
|
|
|
|
|
<div class="height-full fl center ml20" style="width: 30%">
|
|
|
|
|
<el-image style="border-radius: 4%;width: 80%;height: 80%"
|
|
|
|
@ -27,7 +27,7 @@
|
|
|
|
|
</el-row>
|
|
|
|
|
</el-card>
|
|
|
|
|
|
|
|
|
|
<el-card class="grid-item" body-style="padding:0px;height:100%">
|
|
|
|
|
<el-card class="grid-item" body-style="padding:0px;height:100%" v-hasPermi="['home:index:invWarn']">
|
|
|
|
|
<el-row>
|
|
|
|
|
<div class="height-full fl center ml20" style="width: 30%">
|
|
|
|
|
<el-image style="border-radius: 4%;width: 80%;height: 80%"
|
|
|
|
@ -48,7 +48,7 @@
|
|
|
|
|
</el-row>
|
|
|
|
|
</el-card>
|
|
|
|
|
|
|
|
|
|
<el-card class="grid-item" body-style="padding:0px;height:100%">
|
|
|
|
|
<el-card class="grid-item" body-style="padding:0px;height:100%" v-hasPermi="['home:index:certWarn']">
|
|
|
|
|
<el-row>
|
|
|
|
|
<div class="height-full fl center ml20" style="width: 30%">
|
|
|
|
|
<el-image style="border-radius: 4%;width: 80%;height: 80%"
|
|
|
|
@ -71,7 +71,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 分割线 -->
|
|
|
|
|
<div class="m0 grid-container grid-container2" style="height: calc(40%);margin-top: 10px">
|
|
|
|
|
<el-card class="grid-item" body-style="padding:0px;height:100%">
|
|
|
|
|
<el-card class="grid-item" body-style="padding:0px;height:100%" v-hasPermi="['home:index:todo']">
|
|
|
|
|
<div slot="header" class="header">
|
|
|
|
|
<el-icon class="el-icon-s-management"/>
|
|
|
|
|
待办事项{{ `(${todoCount}条)` }}
|
|
|
|
@ -140,7 +140,7 @@
|
|
|
|
|
</el-table-column>
|
|
|
|
|
</el-table>
|
|
|
|
|
</el-card>
|
|
|
|
|
<el-card class="grid-item" body-style="padding:0px;height:100%">
|
|
|
|
|
<el-card class="grid-item" body-style="padding:0px;height:100%" v-hasPermi="['home:index:ioAudit']">
|
|
|
|
|
<div slot="header" class="header">
|
|
|
|
|
<el-icon class="el-icon-s-platform"/>
|
|
|
|
|
审核送货单{{ `(${orderTotal}条)` }}
|
|
|
|
|