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
66d844b3
Commit
66d844b3
authored
Nov 25, 2022
by
15051143310
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gx
parent
cf48d4f4
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
index.js
src/config/index.js
+2
-2
request.js
src/utils/request.js
+2
-2
house.vue
src/views/Deedtax/house.vue
+4
-4
No files found.
src/config/index.js
View file @
66d844b3
const
domain
=
{
const
domain
=
{
dev
:
"http://192.168.3.144:8881"
,
// 姚镇接口
//
dev: "http://192.168.3.144:8881", // 姚镇接口
// dev: "http://81.69.231.72:8881", // 测试接口
// dev: "http://81.69.231.72:8881", // 测试接口
//
dev: "https://exam.smart-zj.cn:9100/smartExam/", // 新正式接口
dev
:
"https://exam.smart-zj.cn:9100/smartExam/"
,
// 新正式接口
};
};
export
const
baseUrl
=
domain
.
dev
;
export
const
baseUrl
=
domain
.
dev
;
src/utils/request.js
View file @
66d844b3
...
@@ -4,8 +4,8 @@ import { getToken } from "@/utils/auth";
...
@@ -4,8 +4,8 @@ import { getToken } from "@/utils/auth";
const
config
=
{
const
config
=
{
// proxy: 'http://192.168.3.144:9089/', // 本地
// proxy: 'http://192.168.3.144:9089/', // 本地
//
proxy: "https://exam.smart-zj.cn:9100/exam/", // 新线上地址
proxy
:
"https://exam.smart-zj.cn:9100/exam/"
,
// 新线上地址
proxy
:
"http://81.69.231.72:9089/"
,
// 测试地址
//
proxy: "http://81.69.231.72:9089/", // 测试地址
};
};
//axios基本配置
//axios基本配置
...
...
src/views/Deedtax/house.vue
View file @
66d844b3
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
}}
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"状态"
align=
"center"
>
<el-table-column
label=
"状态"
width=
"180"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-tag
type=
"warning"
v-if=
"scope.row.state == 0"
>
待审核
</el-tag>
<el-tag
type=
"warning"
v-if=
"scope.row.state == 0"
>
待审核
</el-tag>
<el-tag
type=
"warning"
v-if=
"scope.row.state == 1"
>
待复审
</el-tag>
<el-tag
type=
"warning"
v-if=
"scope.row.state == 1"
>
待复审
</el-tag>
...
@@ -62,9 +62,9 @@
...
@@ -62,9 +62,9 @@
<el-button
v-if=
"scope.row.flag == true && searchForm.departmentCode == '10000027'"
type=
"info"
<el-button
v-if=
"scope.row.flag == true && searchForm.departmentCode == '10000027'"
type=
"info"
size=
"mini"
round
@
click=
"drevokeeny(scope.row)"
>
撤销
size=
"mini"
round
@
click=
"drevokeeny(scope.row)"
>
撤销
</el-button>
</el-button>
<el-button
<
!--
<
el-button
v-if=
"(scope.row.state == 3 || scope.row.state == 2) && searchForm.departmentCode == '10000031' &&
this.
$route.query.realEstateArea == '句容市'"
v-if=
"(scope.row.state == 3 || scope.row.state == 2) && searchForm.departmentCode == '10000031' && $route.query.realEstateArea == '句容市'"
type=
"success"
size=
"mini"
round
@
click=
"dispatch(scope.row)"
>
退税办理
</el-button>
type=
"success"
size=
"mini"
round
@
click=
"dispatch(scope.row)"
>
退税办理
</el-button>
-->
<el-button
<el-button
v-if=
"scope.row.state != 0 && scope.row.state != 4 && scope.row.fileUrl && searchForm.departmentCode == '10000027'"
v-if=
"scope.row.state != 0 && scope.row.state != 4 && scope.row.fileUrl && searchForm.departmentCode == '10000027'"
type=
"success"
size=
"mini"
round
@
click=
"download(scope.row.fileUrl)"
>
下载申请表
</el-button>
type=
"success"
size=
"mini"
round
@
click=
"download(scope.row.fileUrl)"
>
下载申请表
</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