Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_vue
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
杨硕
template_vue
Commits
91b869eb
Commit
91b869eb
authored
Jul 21, 2023
by
岑歆奕
Committed by
AiNoeLiYa
Jul 21, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
初始化了工程管理界面
并使用模拟数据增加了查询和添加功能
parent
8055c500
Changes
9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
378 additions
and
13 deletions
+378
-13
index.vue
src/views/monitor/errorLog/index.vue
+1
-1
index.vue
src/views/monitor/loginInfo/index.vue
+1
-1
index.vue
src/views/monitor/operLog/index.vue
+1
-1
index.vue
src/views/processManagement/basicProcessManagement/index.vue
+365
-0
index.vue
src/views/system/dept/index.vue
+6
-6
data.vue
src/views/system/dict/data.vue
+1
-1
index.vue
src/views/system/dict/index.vue
+1
-1
index.vue
src/views/system/menu/index.vue
+1
-1
index.vue
src/views/system/role/index.vue
+1
-1
No files found.
src/views/monitor/errorLog/index.vue
View file @
91b869eb
...
@@ -146,7 +146,7 @@
...
@@ -146,7 +146,7 @@
<span>
{{
scope
.
row
.
operTime
|
transformDateByFormat
(
'yyyy-MM-DD HH:mm:ss'
)
}}
</span>
<span>
{{
scope
.
row
.
operTime
|
transformDateByFormat
(
'yyyy-MM-DD HH:mm:ss'
)
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
width=
"100px"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-button
<el-button
size=
"mini"
size=
"mini"
...
...
src/views/monitor/loginInfo/index.vue
View file @
91b869eb
...
@@ -144,7 +144,7 @@
...
@@ -144,7 +144,7 @@
<span>
{{
parseTime
(
scope
.
row
.
loginTime
)
|
transformDateByFormat
(
'YYYY-MM-DD HH:mm:ss'
)
}}
</span>
<span>
{{
parseTime
(
scope
.
row
.
loginTime
)
|
transformDateByFormat
(
'YYYY-MM-DD HH:mm:ss'
)
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"操作"
>
<el-table-column
label=
"操作"
width=
"100px"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<!--
<coolbutton
:type=
"textPrimary"
:name=
"deleteName"
:size=
"deleteSize"
@
btn-click=
"handleDelete(scope.row.businessId)"
/>
-->
<!--
<coolbutton
:type=
"textPrimary"
:name=
"deleteName"
:size=
"deleteSize"
@
btn-click=
"handleDelete(scope.row.businessId)"
/>
-->
<el-button
<el-button
...
...
src/views/monitor/operLog/index.vue
View file @
91b869eb
...
@@ -146,7 +146,7 @@
...
@@ -146,7 +146,7 @@
<span>
{{
scope
.
row
.
operTime
|
transformDateByFormat
(
'YYYY-MM'
)
}}
</span>
<span>
{{
scope
.
row
.
operTime
|
transformDateByFormat
(
'YYYY-MM'
)
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
width=
"100px"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-button
<el-button
size=
"mini"
size=
"mini"
...
...
src/views/processManagement/basicProcessManagement/index.vue
0 → 100644
View file @
91b869eb
This diff is collapsed.
Click to expand it.
src/views/system/dept/index.vue
View file @
91b869eb
...
@@ -61,8 +61,8 @@
...
@@ -61,8 +61,8 @@
<!--
{{
scope
.
row
.
businessId
}}
-->
<!--
{{
scope
.
row
.
businessId
}}
-->
<!--
</
template
>
-->
<!--
</
template
>
-->
<!-- </el-table-column>-->
<!-- </el-table-column>-->
<el-table-column
:show-overflow-tooltip=
"true"
prop=
"deptName"
label=
"部门名称"
width=
"260"
/>
<el-table-column
:show-overflow-tooltip=
"true"
prop=
"deptName"
label=
"部门名称"
/>
<el-table-column
:show-overflow-tooltip=
"true"
prop=
"orderNum"
label=
"排序"
width=
"200"
/>
<el-table-column
:show-overflow-tooltip=
"true"
prop=
"orderNum"
label=
"排序"
/>
<el-table-column
label=
"状态"
align=
"center"
width=
"100"
>
<el-table-column
label=
"状态"
align=
"center"
width=
"100"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-switch
<el-switch
...
@@ -73,14 +73,14 @@
...
@@ -73,14 +73,14 @@
/>
/>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
:show-overflow-tooltip=
"true"
prop=
"leader"
label=
"负责人"
width=
"200"
/>
<el-table-column
:show-overflow-tooltip=
"true"
prop=
"leader"
label=
"负责人"
/>
<el-table-column
:show-overflow-tooltip=
"true"
prop=
"phone"
label=
"联系电话"
width=
"200"
/>
<el-table-column
:show-overflow-tooltip=
"true"
prop=
"phone"
label=
"联系电话"
/>
<el-table-column
:show-overflow-tooltip=
"true"
label=
"创建时间"
align=
"center"
prop=
"createDate"
width=
"200"
>
<el-table-column
:show-overflow-tooltip=
"true"
label=
"创建时间"
align=
"center"
prop=
"createDate"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
createDate
|
transformDateByFormat
(
'YYYY-MM-DD HH:mm'
)
}}
</span>
<span>
{{
scope
.
row
.
createDate
|
transformDateByFormat
(
'YYYY-MM-DD HH:mm'
)
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
width=
"180px"
>
<!-- <template slot-scope="scope">-->
<!-- <template slot-scope="scope">-->
<!-- <el-button-->
<!-- <el-button-->
<!-- v-hasPermi="['system:dept:edit']"-->
<!-- v-hasPermi="['system:dept:edit']"-->
...
...
src/views/system/dict/data.vue
View file @
91b869eb
...
@@ -126,7 +126,7 @@
...
@@ -126,7 +126,7 @@
<span>
{{
scope
.
row
.
createDate
|
transformDateByFormat
(
'YYYY-MM-DD HH:mm'
)
}}
</span>
<span>
{{
scope
.
row
.
createDate
|
transformDateByFormat
(
'YYYY-MM-DD HH:mm'
)
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"操作"
class-name=
"small-padding fixed-width"
>
<el-table-column
label=
"操作"
class-name=
"small-padding fixed-width"
width=
"180px"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<!--
<el-button-->
<!--
<el-button-->
<!-- v-hasPermi="['sys:dictConfig:edit']"-->
<!-- v-hasPermi="['sys:dictConfig:edit']"-->
...
...
src/views/system/dict/index.vue
View file @
91b869eb
...
@@ -148,7 +148,7 @@
...
@@ -148,7 +148,7 @@
<span>
{{
scope
.
row
.
createDate
|
transformDateByFormat
(
'YYYY-MM-DD HH:mm'
)
}}
</span>
<span>
{{
scope
.
row
.
createDate
|
transformDateByFormat
(
'YYYY-MM-DD HH:mm'
)
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"操作"
class-name=
"small-padding fixed-width"
>
<el-table-column
label=
"操作"
class-name=
"small-padding fixed-width"
width=
"180px"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<!--
<el-button-->
<!--
<el-button-->
<!-- v-hasPermi="['sys:dict:edit']"-->
<!-- v-hasPermi="['sys:dict:edit']"-->
...
...
src/views/system/menu/index.vue
View file @
91b869eb
...
@@ -60,7 +60,7 @@
...
@@ -60,7 +60,7 @@
<span>
{{
scope
.
row
.
createDate
|
transformDateByFormat
(
'YYYY-MM-DD HH:mm'
)
}}
</span>
<span>
{{
scope
.
row
.
createDate
|
transformDateByFormat
(
'YYYY-MM-DD HH:mm'
)
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
width=
"180px"
>
<!--<template slot-scope="scope">
<!--<template slot-scope="scope">
<el-button
<el-button
v-hasPermi="['system:menu:edit']"
v-hasPermi="['system:menu:edit']"
...
...
src/views/system/role/index.vue
View file @
91b869eb
...
@@ -97,7 +97,7 @@
...
@@ -97,7 +97,7 @@
<span>
{{
scope
.
row
.
createDate
|
transformDateByFormat
(
'YYYY-MM-DD HH:mm'
)
}}
</span>
<span>
{{
scope
.
row
.
createDate
|
transformDateByFormat
(
'YYYY-MM-DD HH:mm'
)
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"操作"
class-name=
"small-padding fixed-width"
width=
"
24
0px"
>
<el-table-column
label=
"操作"
class-name=
"small-padding fixed-width"
width=
"
15
0px"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<!--
<el-button-->
<!--
<el-button-->
<!-- v-hasPermi="['sys:role:update']"-->
<!-- v-hasPermi="['sys:role:update']"-->
...
...
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