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