From 9b788804691f2039dffe793e0db76bcb68d2bb26 Mon Sep 17 00:00:00 2001
From: 鲁班七号 <9159450+luban-71@user.noreply.gitee.com>
Date: Sat, 28 Jan 2023 14:35:05 +0800
Subject: [PATCH] 升级提示
---
src/views/purchase/person.vue | 1 +
src/views/login/index.vue | 2 --
2 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index 78b072d..323ef0d 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -1,7 +1,6 @@
<template>
<div class="login-container">
<div v-title :data-title="titleName" class="main"/>
-
<div class="left-container">
<div class="login_title"></div>
<div v-if="action==='login'" class="login-component">
@@ -606,4 +605,3 @@
margin:auto;
}
</style>
-
diff --git a/src/views/purchase/person.vue b/src/views/purchase/person.vue
index cd82d61..7bf62bb 100644
--- a/src/views/purchase/person.vue
+++ b/src/views/purchase/person.vue
@@ -127,6 +127,7 @@
</div>
</div>
</div>
+ <p style="color:red">提示:2023年1月13日(08:00~18:00)系统服务器升级期间,销售数据可能产生个别偏差,1月13日销售数据请以线下手工台账为准。</p>
<div class="table_content">
<el-table
v-loading="listLoading"
--
Gitblit v1.9.2