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
1c1f1fa6
Commit
1c1f1fa6
authored
Nov 26, 2021
by
dxw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面调整
parent
8487369f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
apply-list.vue
src/pages/routes/sys/takeover/apply-list.vue
+2
-1
query-detail.vue
src/pages/routes/sys/takeover/query-detail.vue
+2
-1
No files found.
src/pages/routes/sys/takeover/apply-list.vue
View file @
1c1f1fa6
...
...
@@ -29,7 +29,8 @@
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===1 && scope.row.applyUserName!=="系统"') 总控管理员
font(v-if='scope.row.applyType===1 && scope.row.applyUserName==="系统"') 系统
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')
...
...
src/pages/routes/sys/takeover/query-detail.vue
View file @
1c1f1fa6
...
...
@@ -16,7 +16,8 @@
font(v-if='dataForm.applyType===2') 路网中心
el-col(:span='12')
el-form-item(label="申请人:")
font(v-if='dataForm.applyType===1') 总控管理员
font(v-if='dataForm.applyType===1&& dataForm.applyUserName!=="系统"') 总控管理员
font(v-if='dataForm.applyType===1&& dataForm.applyUserName==="系统"') 系统
font(v-if='dataForm.applyType===2') 路网管理员
el-col(:span='12')
el-form-item(label="申请时间:")
...
...
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