问题清单 详情页面

yfy
严飞永 7 days ago
parent cefeca4a36
commit 66dc35fb87

@ -5,5 +5,6 @@ VUE_APP_TITLE = 苏州工业园区工业上楼管理系统
ENV = 'production'
# 苏州工业园区工业上楼管理系统/生产环境
# VUE_APP_BASE_API = 'http://39.101.188.84:7071'
VUE_APP_BASE_API = ''
# VUE_APP_BASE_API = 'http://39.101.188.84:7071'
# VUE_APP_BASE_API = '/api'

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

@ -513,14 +513,13 @@ export default {
height: auto;
display: flex;
justify-content: space-between;
/* padding: .7rem 0; */
padding: .5rem;
border-bottom: 1px solid #E5E5E5;
}
.topleft {
width: 8rem;
height: 2rem;
width: 8rem;
display: flex;
gap: 0.4rem;
align-items: center;

@ -359,20 +359,19 @@ export default {
}
.containertop {
height: auto;
display: flex;
justify-content: space-between;
padding: .7rem 0;
padding: .5rem;
border-bottom: 1px solid #E5E5E5;
height: auto;
display: flex;
justify-content: space-between;
padding: .5rem;
border-bottom: 1px solid #E5E5E5;
}
.topleft {
height: 2rem;
width: 8rem;
display: flex;
gap: 0.4rem;
align-items: center;
height: 2rem;
width: 8rem;
display: flex;
gap: 0.4rem;
align-items: center;
}
.topleft img {

@ -94,6 +94,7 @@ export default {
}
.topleft {
height: 2rem;
width: 8rem;
display: flex;
gap: 0.4rem;

@ -7,7 +7,7 @@
<span>项目备忘录</span>
</div>
<div class="topright">
<el-button type="primary" size="medium" plain
<el-button type="primary" size="medium" plain v-if="action === 'fill' || !action || action === 'okay'"
style="border: none;background-color: rgba(43,98,241,0.1);color: #2B62F1;" @click="handleAdd">
<img src="../../../assets/images/detailsicon/icon-xz@2x.png" alt="新增"
style="width: 0.6rem; height: 0.6rem; margin-right: 4px;">
@ -76,6 +76,10 @@ export default {
xmId: {
type: Number,
required: true
},
action:{
type: String,
required: true
}
},
data() {
@ -278,12 +282,12 @@ export default {
height: auto;
display: flex;
justify-content: space-between;
padding: .7rem 0;
border-bottom: 1px solid #E5E5E5;
padding: .5rem;
border-bottom: 1px solid #E5E5E5;
}
.topleft {
height: 2rem;
width: 8rem;
display: flex;
gap: 0.4rem;

@ -163,14 +163,13 @@ export default {
height: auto;
display: flex;
justify-content: space-between;
padding: .7rem 0;
padding: .5rem;
border-bottom: 1px solid #E5E5E5;
}
.topleft {
width: 10rem;
height: 2rem;
width: auto;
display: flex;
gap: 0.4rem;
align-items: center;

@ -87,7 +87,7 @@ export default {
type: String,
required: true,
},
xmId: {
zwId: {
type: Number,
required: true,
},
@ -108,7 +108,7 @@ export default {
this.download(
"/gysl/projectProgress/export",
{
xmId: this.xmId
zwId: this.zwId
},
`月度信息${new Date().getTime()}.xlsx`
);
@ -206,7 +206,7 @@ export default {
},
async getMonthInformationPage() {
try {
const response = await getMonthInformationPage({ xmId: this.xmId });
const response = await getMonthInformationPage({ zwId: this.zwId });
if (Array.isArray(response.data.records) && response.data.records.length > 0) {
this.tableData = response.data.records;

@ -278,20 +278,19 @@ export default {
}
.containertop {
height: auto;
display: flex;
justify-content: space-between;
padding: .7rem 0;
padding: .5rem;
border-bottom: 1px solid #E5E5E5;
height: auto;
display: flex;
justify-content: space-between;
padding: .5rem;
border-bottom: 1px solid #E5E5E5;
}
.topleft {
width: 8rem;
height: 2rem;
display: flex;
gap: 0.4rem;
align-items: center;
height: 2rem;
width: 8rem;
display: flex;
gap: 0.4rem;
align-items: center;
}
.topleft img {

@ -270,7 +270,7 @@ export default {
},
//
handleFileUploaded(fileName) {
this.form.ghwj = `${this.baseUrl}/${fileName}`; // baseURL
this.form.ghwj = `${this.baseUrl}/${fileName}`;
},
handleClickOutside(event) {
const saveButton = this.$el.querySelector('.el-button:contains("保存")');

@ -113,7 +113,7 @@
type="text"
@click="handleEdit(scope.row)"
style="color: #67c23a"
>修改</el-button
>编辑</el-button
>
<el-button
type="text"

@ -5,10 +5,16 @@
<div style="padding: 0 0.9rem 0 0.5rem;">
<div class="containerheadone" id="listtop">
<Title :basicInfo="basicInformation"></Title>
<el-button type="primary" size="medium" plain
style="border: none;background-color: rgba(43,98,241,0.1);color: #2B62F1;" @click="goBack">
返回
</el-button>
<div style="display: flex;gap: 5%; width: auto;">
<div v-if="checkRole(['common']) && action === 'okay'">
<el-button type="primary" v-if="checkRole(['common'])" @click="aduitAlltwo"></el-button>
</div>
<el-button type="primary" size="medium" plain
style="border: none;background-color: rgba(43,98,241,0.1);color: #2B62F1;" @click="goBack">
返回
</el-button>
</div>
</div>
<!-- 目录 -->
<div class="containerhead">
@ -47,7 +53,7 @@
</div>
<!-- 月度进展信息 -->
<div id="months">
<Months :action="action" :xmId="projectId"></Months>
<Months :action="action" :zwId="projectId"></Months>
</div>
<!-- 企业入驻信息 -->
<div id="companyenter">
@ -84,12 +90,12 @@
<div class="footer" v-if="checkRole(['common']) && action === 'fill'">
<el-button type="primary" v-if="checkRole(['common'])" @click="aduitAll"></el-button>
</div>
<div class="footer" v-if="checkRole(['common']) && action === 'okay'">
<el-button type="primary" v-if="checkRole(['common'])" @click="aduitAlltwo"></el-button>
</div>
</div>
<!-- 返回顶部 -->
<el-backtop target=".containerbody" :visibility-height="200" :bottom="50" :right="10" style="z-index: 1000;">
<el-backtop target=".containerbody" :visibility-height="200" :bottom="50" :right="10" style="z-index: 1000;
border: 1px solid #2B62F1;
">
</el-backtop>
<!-- 消息提醒 -->
<div class="message-notice">

@ -46,7 +46,7 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
// target: `http://192.168.0.110:7071/`,
target: `http://192.168.0.110:7071/`,
// target: `http://39.101.188.84:7071/`,
changeOrigin: true,
pathRewrite: {

Loading…
Cancel
Save