Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
C
crsf-ptvue
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
wuhan
crsf-ptvue
Commits
8487369f
Commit
8487369f
authored
Nov 26, 2021
by
dxw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面调整
parent
3d3e4116
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
apply-list.vue
src/pages/routes/sys/takeover/apply-list.vue
+4
-1
query-detail.vue
src/pages/routes/sys/takeover/query-detail.vue
+3
-2
No files found.
src/pages/routes/sys/takeover/apply-list.vue
View file @
8487369f
...
...
@@ -25,9 +25,12 @@
el-table-column( prop="stationName" columnKey="station_name" header-align="center" align="center" label="站点名称" sortable='custom')
el-table-column( prop="applyType" columnKey="apply_type" header-align="center" align="center" label="申请接管类型" sortable='custom')
template(slot-scope='scope')
font(v-if='scope.row.applyType===1')
线路中心
font(v-if='scope.row.applyType===1')
总控平台
font(v-if='scope.row.applyType===2') 路网中心
el-table-column( prop="applyUserName" columnKey="apply_user_name" header-align="center" align="center" label="申请人" sortable='custom')
template(slot-scope='scope')
font(v-if='scope.row.applyType===1') 总控管理员
font(v-if='scope.row.applyType===2') 路网管理员
el-table-column( prop="applyTime" columnKey="apply_time" header-align="center" align="center" label="申请时间" sortable='custom')
el-table-column( prop="takeoverType" columnKey="takeover_type" header-align="center" align="center" label="接管类型" sortable='custom')
template(slot-scope='scope')
...
...
src/pages/routes/sys/takeover/query-detail.vue
View file @
8487369f
...
...
@@ -12,11 +12,12 @@
font
{{
dataForm
.
stationName
}}
el-col(:span='12')
el-form-item(label="申请接管类型:" )
font(v-if='dataForm.applyType===1')
线路中心
font(v-if='dataForm.applyType===1')
总控平台
font(v-if='dataForm.applyType===2') 路网中心
el-col(:span='12')
el-form-item(label="申请人:")
font
{{
dataForm
.
applyUserName
}}
font(v-if='dataForm.applyType===1') 总控管理员
font(v-if='dataForm.applyType===2') 路网管理员
el-col(:span='12')
el-form-item(label="申请时间:")
font
{{
dataForm
.
applyTime
}}
...
...
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