Commit 66d844b3 by 15051143310

gx

parent cf48d4f4
const domain = {
dev: "http://192.168.3.144:8881", // 姚镇接口
// dev: "http://192.168.3.144: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;
......@@ -4,8 +4,8 @@ import { getToken } from "@/utils/auth";
const config = {
// proxy: 'http://192.168.3.144:9089/', // 本地
// proxy: "https://exam.smart-zj.cn:9100/exam/", // 新线上地址
proxy: "http://81.69.231.72:9089/", // 测试地址
proxy: "https://exam.smart-zj.cn:9100/exam/", // 新线上地址
// proxy: "http://81.69.231.72:9089/", // 测试地址
};
//axios基本配置
......
......@@ -39,7 +39,7 @@
}}
</template>
</el-table-column>
<el-table-column label="状态" align="center">
<el-table-column label="状态" width="180" align="center">
<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 == 1">待复审</el-tag>
......@@ -62,9 +62,9 @@
<el-button v-if="scope.row.flag == true && searchForm.departmentCode == '10000027'" type="info"
size="mini" round @click="drevokeeny(scope.row)">撤销
</el-button>
<el-button
v-if="(scope.row.state == 3 || scope.row.state == 2) && searchForm.departmentCode == '10000031' && this.$route.query.realEstateArea == '句容市'"
type="success" size="mini" round @click="dispatch(scope.row)">退税办理</el-button>
<!-- <el-button
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> -->
<el-button
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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment