From 04102f7237efefa744090ed7c25f7b5d0807b679 Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Thu, 05 Feb 2026 18:11:57 +0800
Subject: [PATCH] 完成运营中心提现和运营中心权限管理
---
supplier_vue/src/views/plus/groupbuy/active/part/Datetime.vue | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/supplier_vue/src/views/plus/groupbuy/active/part/Datetime.vue b/supplier_vue/src/views/plus/groupbuy/active/part/Datetime.vue
index 5bba428..59e1109 100644
--- a/supplier_vue/src/views/plus/groupbuy/active/part/Datetime.vue
+++ b/supplier_vue/src/views/plus/groupbuy/active/part/Datetime.vue
@@ -1,8 +1,7 @@
<template>
<!--
- 作者:参考拼团模块
- 时间:2026-01-17
- 描述:团购活动-时间设置
+ 作者:参考拼团模块 时间:2026-01-17
+ 描述:团购活动-时间设置
-->
<div>
<div class="common-form">活动时间</div>
@@ -39,7 +38,7 @@
export default {
data() {
return {
- /*如果没有后面的-8.64e7就是不可以选择今天的*/
+ /*如果没有后面的8.64e7就是不可以选择今天*/
pickerOptions: {
disabledDate(time) {
return time.getTime() < Date.now() - 8.64e7;
@@ -53,4 +52,4 @@
};
</script>
-<style></style>
\ No newline at end of file
+<style></style>
--
Gitblit v1.9.2