Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zj-manage
Overview
Overview
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
new-zhengjiang
zj-manage
Commits
892296bb
Commit
892296bb
authored
Jan 11, 2024
by
swl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: gx
parent
36c685e4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
21 deletions
+16
-21
.DS_Store
.DS_Store
+0
-0
house.vue
src/views/Policy/house.vue
+14
-9
housemain.vue
src/views/Policy/housemain.vue
+1
-6
index.vue
src/views/Policy/index.vue
+0
-0
talentwindow.vue
src/views/Policy/talentwindow.vue
+1
-6
No files found.
.DS_Store
View file @
892296bb
No preview for this file type
src/views/Policy/house.vue
View file @
892296bb
...
...
@@ -58,20 +58,20 @@
</el-table-column>
<el-table-column
width=
"120"
label=
"状态"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<el-tag
type=
"warning"
v-if=
"scope.row.housingState === 0 && scope.row.state !== 8"
>
待审核
</el-tag
<el-tag
type=
"warning"
v-if=
"scope.row.state === 0"
>
待审核
</el-tag>
<el-tag
type=
"success"
v-if=
"scope.row.state === 8"
>
审核通过
</el-tag
>
<el-tag
<el-tag
type=
"danger"
v-if=
"scope.row.state === 9"
>
已驳回
</el-tag>
<!--
<el-tag
type=
"warning"
v-if=
"scope.row.housingState === 0 && scope.row.state === 8"
>
待复审
</el-tag
>
<el-tag
type=
"success"
v-if=
"scope.row.housingState === 1"
>
初审通过
</el-tag
>
<el-tag
type=
"warning"
v-if=
"scope.row.housingState === 2"
>
-->
<
!--
<
el-tag
type=
"warning"
v-if=
"scope.row.housingState === 2"
>
待终审
</el-tag
>
<el-tag
type=
"success"
v-if=
"scope.row.housingState === 3"
...
...
@@ -88,7 +88,7 @@
>
<el-tag
type=
"success"
v-if=
"scope.row.housingState === 7"
>
发放补贴
</el-tag
>
>
-->
</
template
>
</el-table-column>
<el-table-column
fixed=
"right"
label=
"操作"
width=
"380"
align=
"left"
>
...
...
@@ -107,7 +107,12 @@
type=
"danger"
size=
"mini"
round
v-if=
"scope.row.state === 8 || scope.row.state === 9"
v-if=
"
(scope.row.housingState === 4 && scope.row.state === 9) ||
((scope.row.housingState === 0 ||
scope.row.housingState === 1) &&
(scope.row.state === 8 || scope.row.state === 9))
"
@
click=
"revocationHandle(scope.row)"
>
撤回
</el-button
>
...
...
src/views/Policy/housemain.vue
View file @
892296bb
...
...
@@ -87,12 +87,7 @@
type=
"danger"
size=
"mini"
round
v-if=
"
scope.row.state === 6 ||
scope.row.state === 2 ||
scope.row.state === 3 ||
scope.row.state === 4
"
v-if=
"scope.row.state === 6 || scope.row.state === 4"
@
click=
"revocationHandle(scope.row)"
>
撤回
</el-button
>
...
...
src/views/Policy/index.vue
View file @
892296bb
This diff is collapsed.
Click to expand it.
src/views/Policy/talentwindow.vue
View file @
892296bb
...
...
@@ -83,12 +83,7 @@
type=
"danger"
size=
"mini"
round
v-if=
"
scope.row.state === 6 ||
scope.row.state === 2 ||
scope.row.state === 3 ||
scope.row.state === 4
"
v-if=
"scope.row.state === 2 || scope.row.state === 4"
@
click=
"revocationHandle(scope.row)"
>
撤回
</el-button
>
...
...
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