Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust_web
Project
Project
Details
Activity
Releases
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
张伯涛
cust_web
Commits
a22ad022
Commit
a22ad022
authored
Dec 21, 2024
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新建了主页面
parent
1a29ebc9
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
53 additions
and
8 deletions
+53
-8
index.vue
src/views/contentManagement/topic/index.vue
+15
-0
index.vue
src/views/operationsManagement/article/index.vue
+15
-0
index.vue
src/views/operationsManagement/dynamic/index.vue
+0
-0
index.vue
src/views/operationsManagement/member/index.vue
+15
-0
index.vue
src/views/operationsManagement/topic/index.vue
+0
-0
index.vue
src/views/system/dept/index.vue
+3
-3
index.vue
src/views/system/user/index.vue
+5
-5
No files found.
src/views/contentManagement/topic/index.vue
0 → 100644
View file @
a22ad022
<
template
>
<div>
话题管理
</div>
</
template
>
<
script
>
export
default
{
name
:
'index'
}
</
script
>
<
style
scoped
>
</
style
>
src/views/operationsManagement/article/index.vue
0 → 100644
View file @
a22ad022
<
template
>
<div>
动态管理
</div>
</
template
>
<
script
>
export
default
{
name
:
'Index'
}
</
script
>
<
style
scoped
>
</
style
>
src/views/operationsManagement/dynamic/index.vue
deleted
100644 → 0
View file @
1a29ebc9
src/views/operationsManagement/member/index.vue
0 → 100644
View file @
a22ad022
<
template
>
<div>
会员管理
</div>
</
template
>
<
script
>
export
default
{
name
:
'Index'
}
</
script
>
<
style
scoped
>
</
style
>
src/views/operationsManagement/topic/index.vue
deleted
100644 → 0
View file @
1a29ebc9
src/views/system/dept/index.vue
View file @
a22ad022
...
...
@@ -63,7 +63,7 @@
>
<el-table-column
:show-overflow-tooltip=
"true"
prop=
"deptName"
label=
"部门名称"
width=
"260"
/>
<el-table-column
:show-overflow-tooltip=
"true"
prop=
"orderNum"
label=
"排序"
/>
<el-table-column
label=
"状态"
align=
"center"
width=
"100"
>
<el-table-column
label=
"状态"
align=
"center"
>
<template
slot-scope=
"scope"
>
<el-switch
v-model=
"scope.row.flag"
...
...
@@ -73,8 +73,8 @@
/>
</
template
>
</el-table-column>
<el-table-column
:show-overflow-tooltip=
"true"
prop=
"leader"
label=
"负责人"
width=
"200"
/
>
<el-table-column
:show-overflow-tooltip=
"true"
prop=
"phone"
label=
"联系电话"
width=
"200"
/
>
<!-- <el-table-column :show-overflow-tooltip="true" prop="leader" label="负责人" width="200" />--
>
<!-- <el-table-column :show-overflow-tooltip="true" prop="phone" label="联系电话" width="200" />--
>
<el-table-column
:show-overflow-tooltip=
"true"
label=
"创建时间"
align=
"center"
prop=
"createDate"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
createDate
|
transformDateByFormat
(
'YYYY-MM-DD HH:mm'
)
}}
</span>
...
...
src/views/system/user/index.vue
View file @
a22ad022
...
...
@@ -46,11 +46,11 @@
>
{{
commonField
.
resetName
}}
</el-button>
</el-form-item>
<el-form-item
style=
"float: right"
>
<el-button
:class=
"commonField.addClass"
:type=
"commonField.typePrimary"
@
click=
"handleTest"
>
图片预览测试
</el-button
>
<!--
<el-button-->
<!-- :class="commonField.addClass"-->
<!-- :type="commonField.typePrimary"-->
<!-- @click="handleTest"-->
<!-- >图片预览测试
</el-button>
--
>
<!-- //新增按钮-->
<el-button
v-hasPermi=
"hasAddPerm"
...
...
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