Browse Source

修改

dev_kxc
xzt 1 year ago
parent
commit
6af83a4d38
  1. 4
      jwtech-admin-page/src/views/project/bid/index.vue
  2. 25
      jwtech-admin-page/src/views/project/bid/options/candidatePage.vue
  3. 6
      jwtech-admin-page/src/views/project/proposal/index.vue

4
jwtech-admin-page/src/views/project/bid/index.vue

@ -21,7 +21,7 @@
>
<el-form-item label="项目名称" prop="projectName">
<el-input
v-model="queryParams.cv.value"
v-model="proQueryParams.cv.value"
placeholder="请输入项目名称"
clearable
size="small"
@ -55,7 +55,7 @@
<el-form-item label="行政区划" prop="adcd">
<el-cascader
:options="areasOptions"
v-model="queryParams.data.adcd"
v-model="proQueryParams.data.adcd"
:props="areasOptionProps"
placeholder="请选择行政区划"
clearable

25
jwtech-admin-page/src/views/project/bid/options/candidatePage.vue

@ -661,10 +661,11 @@
<template slot="label"> 开标日期 </template>
{{ this.infoMsg.bidOpenDate }}
</el-descriptions-item>
<el-descriptions-item>
<el-descriptions-item span="2">
<template slot="label"> 评标情况 </template>
<!-- <div v-html="infoMsg.evaluationSituation"></div> -->
{{ this.infoMsg.evaluationSituation }}
<div class="fuwenben" v-html="infoMsg.evaluationSituation"></div>
<!-- <div v-pre>{{ this.infoMsg.evaluationSituation }}</div> -->
<!-- {{ this.infoMsg.evaluationSituation }} -->
</el-descriptions-item>
<el-descriptions-item>
<template slot="label"> 招标人 </template>
@ -1359,6 +1360,24 @@ export default {
.el-dialog {
margin-top: 2vh !important;
}
.fuwenben {
table {
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-collapse: collapse;
border-spacing: 0;
}
table td,
table th {
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
padding: 3px 5px;
}
table th {
border-bottom: 2px solid #ccc;
text-align: center;
}
}
}
</style>
<style src="@wangeditor/editor/dist/css/style.css"></style>

6
jwtech-admin-page/src/views/project/proposal/index.vue

@ -16,7 +16,7 @@
<el-form :model="queryParams" :inline="true" label-width="68px">
<el-form-item label="项目名称" prop="projectName">
<el-input
v-model="queryParams.cv.value"
v-model="queryParams.data.projectName"
placeholder="请输入项目名称"
clearable
size="small"
@ -873,8 +873,8 @@ export default {
/** 搜索按钮操作 */
handleQuery() {
this.queryParams.cv.name = "projectName";
this.queryParams.cv.type = "like";
// this.queryParams.cv.name = "projectName";
// this.queryParams.cv.type = "like";
this.queryParams.pageNum = 1;
this.getList();
},

Loading…
Cancel
Save