Commit db2f2105 authored by jiaxu.yan's avatar jiaxu.yan

fix: 70604 70626 70649

parent 8f692ef2
......@@ -10,4 +10,4 @@ VUE_APP_BASE_API = '/prod-api'
# 图片服务器地址
VUE_APP_IMAGE_API ='/'
VUE_APP_CLIENT_API = 'http://10.12.48.78:8090'
VUE_APP_CLIENT_API = 'http://10.12.48.80:1234'
......@@ -9,4 +9,4 @@ VUE_APP_BASE_API = 'http://49.232.167.247:22032'
# 图片服务器地址
VUE_APP_IMAGE_API = 'http://49.232.167.247:22037'
VUE_APP_CLIENT_API = 'http://10.12.48.78:8090'
VUE_APP_CLIENT_API = 'http://10.12.48.80:1234'
......@@ -23,7 +23,7 @@ export default {
},
mounted() {
const id = this.$route.query.id
this.url = `http://10.12.48.78:8090/car/complianceTestingCenter/projectOverView/project_items;${id}`
this.url = `http://10.12.48.80:1234/car/complianceTestingCenter/projectOverView/project_items;${id}`
},
methods: {}
}
......
......@@ -75,6 +75,7 @@
sortable
min-width="210"
prop="enterpriseName"
show-overflow-tooltip
align="left"
>
</el-table-column>
......@@ -82,6 +83,7 @@
prop="fileName"
label="文件名称"
min-width="220"
show-overflow-tooltip
align="left"
>
</el-table-column>
......@@ -89,6 +91,7 @@
prop="version"
label="文件版本"
min-width="100"
show-overflow-tooltip
align="left"
>
</el-table-column>
......@@ -96,6 +99,7 @@
prop="publishDate"
label="发布日期"
min-width="100"
show-overflow-tooltip
align="left"
>
<template slot-scope="scope">
......@@ -121,6 +125,7 @@
prop="storage"
label="存储位置"
min-width="210"
show-overflow-tooltip
align="left"
>
</el-table-column>
......@@ -128,6 +133,7 @@
prop="identifyNumber"
label="文件识别号"
min-width="170"
show-overflow-tooltip
align="left"
>
</el-table-column>
......
......@@ -81,6 +81,7 @@
</el-table-column>
<el-table-column
label="企业名称"
show-overflow-tooltip
prop="enterpriseName"
min-width="200"
align="left"
......@@ -88,6 +89,7 @@
</el-table-column>
<el-table-column
label="企业地址"
show-overflow-tooltip
min-width="200"
prop="address"
align="left"
......@@ -95,6 +97,7 @@
</el-table-column>
<el-table-column
label="企业邮编"
show-overflow-tooltip
prop="postcode"
min-width="200"
align="left"
......@@ -102,6 +105,7 @@
</el-table-column>
<el-table-column
label="企业联系人"
show-overflow-tooltip
prop="enterpriseContact"
min-width="200"
align="left"
......@@ -109,6 +113,7 @@
</el-table-column>
<el-table-column
label="联系电话"
show-overflow-tooltip
prop="contactNumber"
min-width="200"
align="left"
......@@ -117,6 +122,7 @@
<el-table-column
v-if="view == 2"
label="创建人员"
show-overflow-tooltip
prop="createBy"
min-width="200"
align="left"
......@@ -223,6 +229,7 @@ export default {
isAsc: this.queryParams.isAsc,
orderByColumn: this.queryParams.orderByColumn
}
this.loadData()
},
sort_change(column, prop, order) {
this.queryParams.pageNum = 1 // 排序后返回第一页
......
......@@ -25,7 +25,7 @@ export default {
},
mounted() {
const id = this.$route.query.id
this.url = `http://10.12.48.78:8090/car/caseManage/case/casePublishDetail/case_items;${id}`
this.url = `http://10.12.48.80:1234/car/caseManage/case/casePublishDetail/case_items;${id}`
},
methods: {
newFileTest() {
......@@ -34,10 +34,11 @@ export default {
// fetchPolicy: 'no-cache',
mutation: FastTestProject,
variables: {
name: 'test108',
name: 'test122',
lawId: 'law_items;106',
principalUserId: 'user_items;2',
caseIdList: 'system;1',
systemId: 'system;1',
caseIdList: ['case_items;391'],
fileList: ['file_management_items;2']
}
})
......
......@@ -77,7 +77,7 @@
>新增</el-button
>
</el-col>
<el-col :span="1.5">
<!-- <el-col :span="1.5">
<el-button
v-hasPermi="['system:config:edit']"
type="success"
......@@ -88,7 +88,7 @@
@click="handleUpdate"
>修改</el-button
>
</el-col>
</el-col> -->
<el-col :span="1.5">
<el-button
v-hasPermi="['system:config:remove']"
......@@ -101,7 +101,7 @@
>删除</el-button
>
</el-col>
<el-col :span="1.5">
<!-- <el-col :span="1.5">
<el-button
v-hasPermi="['system:config:export']"
type="warning"
......@@ -111,7 +111,7 @@
@click="handleExport"
>导出</el-button
>
</el-col>
</el-col> -->
<el-col :span="1.5">
<el-button
v-hasPermi="['system:config:remove']"
......
......@@ -78,7 +78,7 @@
>新增</el-button
>
</el-col>
<el-col :span="1.5">
<!-- <el-col :span="1.5">
<el-button
v-hasPermi="['system:dict:edit']"
type="success"
......@@ -89,7 +89,7 @@
@click="handleUpdate"
>修改</el-button
>
</el-col>
</el-col> -->
<el-col :span="1.5">
<el-button
v-hasPermi="['system:dict:remove']"
......@@ -102,7 +102,7 @@
>删除</el-button
>
</el-col>
<el-col :span="1.5">
<!-- <el-col :span="1.5">
<el-button
v-hasPermi="['system:dict:export']"
type="warning"
......@@ -112,7 +112,7 @@
@click="handleExport"
>导出</el-button
>
</el-col>
</el-col> -->
<el-col :span="1.5">
<el-button
v-hasPermi="['system:dict:remove']"
......
......@@ -64,7 +64,7 @@
>新增</el-button
>
</el-col>
<el-col :span="1.5">
<!-- <el-col :span="1.5">
<el-button
v-hasPermi="['system:post:edit']"
type="success"
......@@ -75,7 +75,7 @@
@click="handleUpdate"
>修改</el-button
>
</el-col>
</el-col> -->
<el-col :span="1.5">
<el-button
v-hasPermi="['system:post:remove']"
......@@ -88,7 +88,7 @@
>删除</el-button
>
</el-col>
<el-col :span="1.5">
<!-- <el-col :span="1.5">
<el-button
v-hasPermi="['system:post:export']"
type="warning"
......@@ -98,7 +98,7 @@
@click="handleExport"
>导出</el-button
>
</el-col>
</el-col> -->
<right-toolbar
:show-search.sync="showSearch"
@queryTable="getList"
......
......@@ -77,7 +77,7 @@
>新增</el-button
>
</el-col>
<el-col :span="1.5">
<!-- <el-col :span="1.5">
<el-button
v-hasPermi="['system:role:edit']"
type="success"
......@@ -88,7 +88,7 @@
@click="handleUpdate"
>修改</el-button
>
</el-col>
</el-col> -->
<el-col :span="1.5">
<el-button
v-hasPermi="['system:role:remove']"
......@@ -101,7 +101,7 @@
>删除</el-button
>
</el-col>
<el-col :span="1.5">
<!-- <el-col :span="1.5">
<el-button
v-hasPermi="['system:role:export']"
type="warning"
......@@ -111,7 +111,7 @@
@click="handleExport"
>导出</el-button
>
</el-col>
</el-col> -->
<right-toolbar
:show-search.sync="showSearch"
@queryTable="getList"
......
......@@ -107,7 +107,7 @@
>新增</el-button
>
</el-col>
<el-col :span="1.5">
<!-- <el-col :span="1.5">
<el-button
v-hasPermi="['system:user:edit']"
type="success"
......@@ -118,7 +118,7 @@
@click="handleUpdate"
>修改</el-button
>
</el-col>
</el-col> -->
<el-col :span="1.5">
<el-button
v-hasPermi="['system:user:remove']"
......@@ -142,7 +142,7 @@
>导入</el-button
>
</el-col>
<el-col :span="1.5">
<!-- <el-col :span="1.5">
<el-button
v-hasPermi="['system:user:export']"
type="warning"
......@@ -152,7 +152,7 @@
@click="handleExport"
>导出</el-button
>
</el-col>
</el-col> -->
<right-toolbar
:show-search.sync="showSearch"
:columns="columns"
......
......@@ -42,7 +42,7 @@ module.exports = {
}
},
[process.env.VUE_APP_CLIENT_API]: {
target: `http://10.12.48.78:8090`,
target: `http://10.12.48.80:1234`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_CLIENT_API]: ''
......
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