V3.71,9.4推送
This commit is contained in:
@ -239,7 +239,7 @@ const handleLogout = () => {
|
|||||||
<footer v-if="!isLoginPage" class="app-footer">
|
<footer v-if="!isLoginPage" class="app-footer">
|
||||||
<span class="version-tag">
|
<span class="version-tag">
|
||||||
<el-icon style="vertical-align: middle; margin-right: 4px"><InfoFilled /></el-icon>
|
<el-icon style="vertical-align: middle; margin-right: 4px"><InfoFilled /></el-icon>
|
||||||
当前版本:V3.70
|
当前版本:V3.71
|
||||||
</span>
|
</span>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
<template #header>
|
<template #header>
|
||||||
<div class="card-header">
|
<div class="card-header">
|
||||||
<div class="title-box">
|
<div class="title-box">
|
||||||
<span>还库作业 (库管签字)</span>
|
<span>还库作业 (领用人签字)</span>
|
||||||
<el-tag v-if="returnList.length > 0" type="success" size="small" effect="dark">
|
<el-tag v-if="returnList.length > 0" type="success" size="small" effect="dark">
|
||||||
待还 {{ returnList.length }} 项
|
待还 {{ returnList.length }} 项
|
||||||
</el-tag>
|
</el-tag>
|
||||||
|
|||||||
Reference in New Issue
Block a user