版本变更3.19
This commit is contained in:
@ -234,7 +234,7 @@ const handleLogout = () => {
|
||||
<footer v-if="!isLoginPage" class="app-footer">
|
||||
<span class="version-tag">
|
||||
<el-icon style="vertical-align: middle; margin-right: 4px"><InfoFilled /></el-icon>
|
||||
当前版本:V3.18(4.29部署)
|
||||
当前版本:V3.19(5.14部署)
|
||||
</span>
|
||||
</footer>
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div v-if="userStore.hasPermission('outbound_list:view')" class="app-container">
|
||||
<div class="app-container">
|
||||
<div class="filter-container">
|
||||
<el-input
|
||||
v-model="listQuery.keyword"
|
||||
|
||||
Reference in New Issue
Block a user