diff --git a/admin-web-master/src/api/commodityLease.js b/admin-web-master/src/api/commodityLease.js index 406b1d0..7bb764d 100644 --- a/admin-web-master/src/api/commodityLease.js +++ b/admin-web-master/src/api/commodityLease.js @@ -56,4 +56,18 @@ export function cereTerminateNotice(data) { method: 'post', data }) +} + +// 上传minio + +export function uploadQuestion(data) { + return request({ + url: '/miniio/uploadQuestion', + method: 'post', + data, + headers: { + 'Content-Type': 'multipart/form-data' + } + + }) } \ No newline at end of file diff --git a/admin-web-master/src/components/add/addmap.vue b/admin-web-master/src/components/add/addmap.vue index 30bffc1..0db9e4a 100644 --- a/admin-web-master/src/components/add/addmap.vue +++ b/admin-web-master/src/components/add/addmap.vue @@ -18,14 +18,14 @@ :key="index" :label="item.label" :value="item.value"> - + + + @@ -149,7 +149,7 @@ import { miniioupload } from '../../api/commodityLease.js' - import { addList } from '@/api/map1.js'; + import { addList ,editList} from '@/api/map1.js'; import wangEditor from "@/components/editor/index" import { lvdaoduan, @@ -232,11 +232,11 @@ message: '请选择所属端', trigger: ['change'] }], - rotationOrder: [{ - required: true, - message: '请选择轮播顺序', - trigger: ['change'] - }], + // rotationOrder: [{ + // required: true, + // message: '请选择轮播顺序', + // trigger: ['change'] + // }], carouselId: [{ required: true, message: '请选择轮播图', @@ -364,6 +364,13 @@ }, methods: { + handleSelectChange(value){ + console.log(value) + const selectedIndex = this.tableData.findIndex(item => item.id === value); + if (selectedIndex!== -1) { + this.formInline.rotationOrder = '第' + (selectedIndex + 1) + '张'; + } + }, validateNumber(field, value) { // 使用正则表达式确保输入的是数字,并且可以包含最多两位小数 const regex = /^\d+(\.\d{1,2})?$/; diff --git a/admin-web-master/src/components/chakan/cd.vue b/admin-web-master/src/components/chakan/cd.vue index 7b635af..0fb53c2 100644 --- a/admin-web-master/src/components/chakan/cd.vue +++ b/admin-web-master/src/components/chakan/cd.vue @@ -287,6 +287,7 @@ changedit } from '@/api/information' import allimg from '@/components/chakan/allimg.vue'; + import oneht from "@/components/chakan/oneht"; import { gongyuan, parkTrails, @@ -297,7 +298,8 @@ TitleWithCircle, newmap, MapXian, - allimg + allimg, + oneht }, props: { leixing: { diff --git a/admin-web-master/src/components/chakan/map.vue b/admin-web-master/src/components/chakan/map.vue index be4ab00..be2d8c4 100644 --- a/admin-web-master/src/components/chakan/map.vue +++ b/admin-web-master/src/components/chakan/map.vue @@ -422,14 +422,14 @@ pageSize: 10, resourcesId: 'gg' + this.editbgid.id } - // cereResourceStrategylist(c1).then(res => { - // console.error(res) - // if (!Array.isArray(res.data)) { - // this.datalist = []; - // return; - // } - // this.datalist = res.data - // }) + cereResourceStrategylist(c1).then(res => { + console.error(res) + if (!Array.isArray(res.data)) { + this.datalist = []; + return; + } + this.datalist = res.data + }) selectByAdPlacementId(this.editbgid.id).then(res => { this.msg.dianji = res.data diff --git a/admin-web-master/src/components/chakan/zl.vue b/admin-web-master/src/components/chakan/zl.vue index 4605328..96713a3 100644 --- a/admin-web-master/src/components/chakan/zl.vue +++ b/admin-web-master/src/components/chakan/zl.vue @@ -218,7 +218,8 @@ - {{getLvdaoNameByCode(info.cereBasicInformationShop.belongingGreenwaySection) || '无'}} + {{getLvdaoNameByCode(info.cereBasicInformationShop.belongingGreenwaySection)|| '无'}} + @@ -233,7 +234,7 @@ - {{info.cereBasicInformationShop.head || '无'}} + {{info.cereBasicInformationShop.head || info.cereBasicInformationVenue.responsiblePerson|| '无'}} @@ -319,7 +320,7 @@ - {{info.cereBasicInformationVenue.belongingParkTrail || '无'}} + {{info.cereBasicInformationVenue.responsiblePerson || '无'}} @@ -330,8 +331,13 @@ + + {{getLvdaoNameByCode(info.cereBasicInformationVenue.belongingGreenwaySection)|| '无'}} + + + - {{info.cereBasicInformationVenue.belongingParkTrail || '无'}} + {{info.cereBasicInformationVenue.phoneNumber || '无'}} @@ -368,8 +374,8 @@ - - {{info.cereBasicInformationVenue.otherImageVideos?'查看详情':'无'}} + + {{info.cereBasicInformationVenue.otherMedia?'查看详情':'无'}} diff --git a/admin-web-master/src/utils/request.js b/admin-web-master/src/utils/request.js index 6570117..6e760a6 100644 --- a/admin-web-master/src/utils/request.js +++ b/admin-web-master/src/utils/request.js @@ -22,7 +22,7 @@ if(host === 'localhost:8080' || host === 'localhost:8081' || host === 'localhost // baseURL = process.env.VUE_APP_DOMAIN_PREFIX_1; - baseURL = 'http://128.10.249.31:9003'; + baseURL = 'http://128.10.249.32:9003'; } else { diff --git a/admin-web-master/src/utils/request2.js b/admin-web-master/src/utils/request2.js index 507158c..6600074 100644 --- a/admin-web-master/src/utils/request2.js +++ b/admin-web-master/src/utils/request2.js @@ -17,10 +17,10 @@ let baseURL = '' // || host === 'localhost:9528' if(host === 'localhost:8080' || host === 'localhost:8081' || host === 'localhost:9528'|| host === '192.168.31.45:9528'|| host === 'localhost:9529' ) { // baseURL = process.env.VUE_APP_DOMAIN_PREFIX_1; - baseURL = 'https://zhgw-uat.028wlkj.com/cdwlMall/business-server'; + // baseURL = 'https://zhgw-uat.028wlkj.com/cdwlMall/business-server'; // baseURL = 'http://172.16.61.125:9004'; // baseURL = 'https://jy.scjysm.asia:18086/cdwlMall/business-server'; - // baseURL = 'http://128.10.249.37:9004'; + baseURL = 'http://128.10.249.32:9004'; } else { console.error('---------------------') console.error(hostall) diff --git a/admin-web-master/src/views/comment/commentSys/index.vue b/admin-web-master/src/views/comment/commentSys/index.vue index 2e5b613..424b36f 100644 --- a/admin-web-master/src/views/comment/commentSys/index.vue +++ b/admin-web-master/src/views/comment/commentSys/index.vue @@ -56,11 +56,11 @@ 查看 - {{ scope.row.state ? "显示" : "隐藏" }} - 删除 + 删除 --> @@ -126,12 +126,12 @@ --> - + diff --git a/admin-web-master/src/views/online/QRCode/index.vue b/admin-web-master/src/views/online/QRCode/index.vue index e542222..c22d52f 100644 --- a/admin-web-master/src/views/online/QRCode/index.vue +++ b/admin-web-master/src/views/online/QRCode/index.vue @@ -24,7 +24,7 @@ - + 商户静态二维码 @@ -34,8 +34,9 @@ + 共{{total}}条 @@ -47,7 +48,7 @@ 商户静态二维码 - + @@ -256,7 +257,7 @@ .fenye { margin-top: 20px; display: flex; - justify-content: flex-start; + justify-content: space-between; position: relative; } @@ -317,27 +318,6 @@ line-height: 20px; } - /deep/ .el-pagination__total { - margin-top: 4px; - } - - /deep/ .btn-prev { - position: absolute; - top: 4px; - right: 266px; - } - - /deep/ .el-pager { - position: absolute; - top: 4px; - right: 40px; - } - - /deep/ .btn-next { - position: absolute; - top: 4px; - right: 10px; - } ::v-deep .buttonHover:hover { color: #3f9b6a !important; diff --git a/admin-web-master/src/views/online/QRFunds/index.vue b/admin-web-master/src/views/online/QRFunds/index.vue index 86050d7..4a0117f 100644 --- a/admin-web-master/src/views/online/QRFunds/index.vue +++ b/admin-web-master/src/views/online/QRFunds/index.vue @@ -48,10 +48,9 @@ /> - + 静态二维码收款 @@ -60,13 +59,13 @@ + 共{{total}}条 静态二维码收款 - + @@ -288,7 +287,7 @@ this.getAll(this.formInline) .fenye { margin-top: 20px; display: flex; - justify-content: flex-start; + justify-content: space-between; position: relative; } @@ -345,24 +344,7 @@ this.getAll(this.formInline) text-align:right; line-height: 20px; } -/deep/ .el-pagination__total{ - margin-top:4px; -} -/deep/ .btn-prev{ - position:absolute ; - top: 4px; - right: 266px; -} -/deep/ .el-pager{ - position:absolute ; - top: 4px; - right: 40px; -} -/deep/ .btn-next{ - position:absolute; - top: 4px; - right: 10px; -} + ::v-deep .buttonHover:hover { color: #3f9b6a !important; border-color: #c5e1d2 !important; diff --git a/admin-web-master/src/views/online/reconciliationProcessing/index.vue b/admin-web-master/src/views/online/reconciliationProcessing/index.vue index dbeee01..bbadc99 100644 --- a/admin-web-master/src/views/online/reconciliationProcessing/index.vue +++ b/admin-web-master/src/views/online/reconciliationProcessing/index.vue @@ -35,7 +35,7 @@ range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" - style="width:168px" + style="width:200px" /> @@ -59,7 +59,7 @@ diff --git a/admin-web-master/src/views/shopRental/rentTermination/add.vue b/admin-web-master/src/views/shopRental/rentTermination/add.vue index 3d9c5c7..3515421 100644 --- a/admin-web-master/src/views/shopRental/rentTermination/add.vue +++ b/admin-web-master/src/views/shopRental/rentTermination/add.vue @@ -4,10 +4,10 @@ - + @@ -35,10 +35,10 @@ 退租日期: - + 待缴租金: @@ -60,7 +60,8 @@