This commit is contained in:
duanxiaohai 2024-06-13 15:24:44 +08:00
parent f3a96d3b42
commit b4f33ad045
3 changed files with 132 additions and 91 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -72,12 +72,12 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
v-else
:key="item.label" :key="item.label"
:property="item.property" :property="item.property"
:label="item.label" :label="item.label"
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
align="center" align="center"
v-else
/> />
</template> </template>
</el-table> </el-table>

View File

@ -252,21 +252,52 @@
政务服务 政务服务
</div> </div>
</div> </div>
<div class="dailyActivity" v-if="choose == '1'">
<div class="dailyActivityBox">
<div class="dailyActivitybootm">
<img src="../assets/images/sy/dropDown.png" />
<span>浙里办平均日活</span>
</div>
<span style="margin-right: 20px;">8135</span>
</div>
<div class="dailyActivityBox">
<div class="dailyActivitybootm">
<img src="../assets/images/sy/dropDown.png" />
<span>龙游通平均日活</span>
</div>
<span style="margin-right: 20px;" >2714</span>
</div>
</div>
<el-table <el-table
:data="tableData" :data="data.tableData"
style="width: 100%; height: 272px" style="width: 100%; height: 248px"
class="table_border" class="table_border"
:row-style="rowState" :row-style="rowState"
:header-cell-style="tableHeaderColor" :header-cell-style="tableHeaderColor"
v-if="choose == '1'" v-if="choose == '1'"
> >
<el-table-column prop="company" label="企业名称" width="200" />
<el-table-column <el-table-column
prop="address" prop="highFrequencyApp"
label="项目事项牵头单位" label="高频应用"
width="200" width="132"
/> />
<el-table-column prop="finish" label="完成情况">
<el-table-column
prop="monthlyVisits"
label="月访问量"
width="131"
/>
<el-table-column
prop="highFrequencyApp1"
label="高频应用"
width="132"
/>
<el-table-column
prop="monthlyVisits1"
label="月访问量"
width="132"
/>
<!-- <el-table-column prop="finish" label="完成情况">
<template #default="scope"> <template #default="scope">
<div <div
style="letter-spacing: 3px" style="letter-spacing: 3px"
@ -275,7 +306,7 @@
{{ scope.row.finish ? "已完成" : "未完成" }} {{ scope.row.finish ? "已完成" : "未完成" }}
</div> </div>
</template> </template>
</el-table-column> </el-table-column> -->
</el-table> </el-table>
<div class="qyfw" v-if="choose == '2'"> <div class="qyfw" v-if="choose == '2'">
<div <div
@ -860,44 +891,16 @@ const data = reactive({
}, // }, //
tableData: [ tableData: [
{ {
company: "龙游县文旅集团", highFrequencyApp: "高频应用",
address: "龙游县五一单位", monthlyVisits: "183111",
finish: true, highFrequencyApp1: "高频应用",
monthlyVisits1: "183111",
}, },
{ {
company: "龙游县文旅集团", highFrequencyApp: "高频应用",
address: "龙游县五一单位", monthlyVisits: "183111",
finish: true, highFrequencyApp1: "高频应用",
}, monthlyVisits1: "183111",
{
company: "龙游县文旅集团",
address: "龙游县五一单位",
finish: true,
},
{
company: "龙游县文旅集团",
address: "龙游县五一单位",
finish: false,
},
{
company: "龙游县文旅集团",
address: "龙游县五一单位",
finish: false,
},
{
company: "龙游县文旅集团",
address: "龙游县五一单位",
finish: false,
},
{
company: "龙游县文旅集团",
address: "龙游县五一单位",
finish: false,
},
{
company: "龙游县文旅集团",
address: "龙游县五一单位",
finish: false,
}, },
], ],
jysyList: [ jysyList: [
@ -1041,48 +1044,48 @@ const data = reactive({
], ],
}); });
const tableData = ref([ // const tableData = ref([
{ // {
company: "龙游县文旅集团", // company: "",
address: "龙游县五一单位", // address: "",
finish: true, // finish: true,
}, // },
{ // {
company: "龙游县文旅集团", // company: "",
address: "龙游县五一单位", // address: "",
finish: true, // finish: true,
}, // },
{ // {
company: "龙游县文旅集团", // company: "",
address: "龙游县五一单位", // address: "",
finish: true, // finish: true,
}, // },
{ // {
company: "龙游县文旅集团", // company: "",
address: "龙游县五一单位", // address: "",
finish: false, // finish: false,
}, // },
{ // {
company: "龙游县文旅集团", // company: "",
address: "龙游县五一单位", // address: "",
finish: false, // finish: false,
}, // },
{ // {
company: "龙游县文旅集团", // company: "",
address: "龙游县五一单位", // address: "",
finish: false, // finish: false,
}, // },
{ // {
company: "龙游县文旅集团", // company: "",
address: "龙游县五一单位", // address: "",
finish: false, // finish: false,
}, // },
{ // {
company: "龙游县文旅集团", // company: "",
address: "龙游县五一单位", // address: "",
finish: false, // finish: false,
}, // },
]); // ]);
const jysyList = ref([ const jysyList = ref([
{ {
title: "县镇", title: "县镇",
@ -1154,7 +1157,7 @@ const tableHeaderColor = (arg) => {
paddingLeft: "10px", paddingLeft: "10px",
letterSpacing: "1px", letterSpacing: "1px",
fontSize: "15px", fontSize: "15px",
height: "50px", height: "32px",
backgroundColor: "#455F8A", backgroundColor: "#455F8A",
color: "#fff", color: "#fff",
}; };
@ -2418,6 +2421,44 @@ const showTab = (val) => {
} }
} }
} }
.dailyActivity {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 40px;
background: rgba(60, 144, 255, 0.08);
border: 1px solid #7aceff;
border-radius: 2px 2px 0px 0px;
box-sizing: border-box;
padding: 6px;
.dailyActivityBox {
display: flex;
align-items: center;
justify-content: space-between;
width: 50%;
.dailyActivitybootm{
display: flex;
align-items: center;
}
img {
width: 20px;
height: 20px;
}
span {
font-family: PangMenZhengDao;
font-size: 16px;
color: #62f3ff;
letter-spacing: 1px;
text-align: center;
font-style: normal;
display: inline-block;
}
}
}
// //
.qyfw { .qyfw {
height: 272px; height: 272px;