Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Y
yishuju-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
何远江
yishuju-ui
Commits
59737b8e
Commit
59737b8e
authored
Feb 13, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
问题清单
parent
06d193a8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
6 deletions
+8
-6
index.vue
src/layouts/components/ThemeDrawer/index.vue
+1
-1
index.vue
src/layouts/index.vue
+4
-2
global.js
src/stores/modules/global.js
+1
-1
index.vue
src/views/property/import/index.vue
+2
-2
No files found.
src/layouts/components/ThemeDrawer/index.vue
View file @
59737b8e
...
...
@@ -116,7 +116,7 @@
<span>
菜单手风琴
</span>
<el-switch
v-model=
"accordion"
/>
</div>
<div
class=
"theme-item"
>
<div
class=
"theme-item"
v-permission=
"'watermark'"
>
<span>
水印
</span>
<el-switch
v-model=
"watermark"
/>
</div>
...
...
src/layouts/index.vue
View file @
59737b8e
<
template
>
<!-- 水印 -->
<el-watermark
id=
"watermark"
:font=
"font"
:content=
"watermark ?
'Admin Template'
: ''"
>
<el-watermark
id=
"watermark"
:font=
"font"
:content=
"watermark ?
username
: ''"
>
<component
:is=
"LayoutComponents[layout]"
/>
<ThemeDrawer
/>
</el-watermark>
...
...
@@ -14,7 +14,9 @@
import
LayoutClassic
from
'./LayoutClassic/index.vue'
;
import
LayoutTransverse
from
'./LayoutTransverse/index.vue'
;
import
LayoutColumns
from
'./LayoutColumns/index.vue'
;
import
{
useUserStore
}
from
'@/stores/modules/user'
;
const
userStore
=
useUserStore
();
const
username
=
computed
(()
=>
userStore
.
userInfo
?.
username
);
const
LayoutComponents
=
{
vertical
:
LayoutVertical
,
classic
:
LayoutClassic
,
...
...
src/stores/modules/global.js
View file @
59737b8e
...
...
@@ -31,7 +31,7 @@ export const useGlobalStore = defineStore({
// 菜单手风琴
accordion
:
true
,
// 页面水印
watermark
:
fals
e
,
watermark
:
tru
e
,
// 面包屑导航
breadcrumb
:
true
,
// 面包屑导航图标
...
...
src/views/property/import/index.vue
View file @
59737b8e
...
...
@@ -71,7 +71,7 @@
<div
class=
"w-full flex items-center justify-center pt-5"
>
<div
class=
"px-7"
>
<el-form
ref=
"formRef"
inline
:model=
"form"
:rules=
"rules"
label-width=
"85px"
>
<el-form-item
class=
"w-full"
label=
"导入
编号
:"
prop=
"code"
>
<el-form-item
class=
"w-full"
label=
"导入
批次
:"
prop=
"code"
>
<el-input
v-model=
"form.code"
placeholder=
"请输入"
style=
"width: 100%"
/>
</el-form-item>
<!--
<el-form-item
class=
"w-full"
label=
"委案合同:"
prop=
"contractNo"
>
...
...
@@ -159,7 +159,7 @@
columns
:
[
{
field
:
'code'
,
title
:
'导入
编号
'
,
title
:
'导入
批次
'
,
showOverflow
:
'tooltip'
,
search
:
{
el
:
'input'
,
props
:
{
clearable
:
true
}
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment