From c0ae2d732eb9fc13d3cfc0c2f2f2ab71d2592ac6 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期一, 30 一月 2023 12:49:13 +0800
Subject: [PATCH] 1.存货档案 对话框新增 高级设置属性
---
src/layout/components/Navbar.vue | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue
index 47c2260..c39fcd7 100644
--- a/src/layout/components/Navbar.vue
+++ b/src/layout/components/Navbar.vue
@@ -11,7 +11,6 @@
class="hamburger-container"
@toggleClick="toggleSideBar"
/>
-
<breadcrumb
class="breadcrumb-container"
:style="{marginLeft:$store.state.settings.menuIsHorizontal?'20px':''}"
@@ -83,6 +82,7 @@
</el-dropdown>
</div>
<el-dialog
+ v-el-drag-dialog
title="淇敼瀵嗙爜"
:visible.sync="dialogVisible"
width="500px"
@@ -118,6 +118,8 @@
</template>
<script>
+import elDragDialog from '@/directive/el-drag-dialog'
+
const SER_HZ = /^[\u4e00-\u9fa5]+$/
import { mapGetters } from 'vuex'
import MenuItemEx from './Sidebar/MenuItemEx'
@@ -137,6 +139,7 @@
Search,
Screenfull
},
+ directives: { elDragDialog },
data() {
const validatePassword1 = (rule, value, callback) => {
if (!value) {
@@ -203,7 +206,7 @@
return path
},
variables() {
- console.log(variables, 2333)
+ // console.log(variables, 2333)
// 鍏堣緭鍑鸿繖涓獀ariables鍊� 鐒跺悗淇敼鍏跺睘鎬у��
variables.menuActiveText = this.$store.state.settings.theme
// background: rgb(48, 65, 86);
--
Gitblit v1.9.3