表格 #76

Merged
lukeyan merged 1 commits from lukeyan into master 1 year ago

@ -3,12 +3,12 @@
<el-table
:data="table_data"
class="company_table"
height="662"
height="660"
:stripe="stripe"
:header-cell-style="table_header"
:cell-style="{ background: 'revert', 'text-align': 'center' }"
>
<el-table-column prop="companyName" label="企业名称" width="300">
<el-table-column prop="companyName" label="企业名称" width="280">
</el-table-column>
<el-table-column prop="score" label="平安指数"> </el-table-column>
<el-table-column label="指标得分">

@ -94,13 +94,13 @@ export default {
},
{
prop: "numValue",
label: "填报数量",
width: "200",
label: "疫苗接种数",
width: "280",
},
{
prop: "alarmLevel",
label: "预警情况",
width: "200",
width: "140",
},
{
prop: "userName",
@ -152,6 +152,7 @@ export default {
);
this.note = JSON.parse(new_arr[0].note);
this.input_text = new_arr[0].levelIndexThree;
this.table_list[1].label = new_arr[0].levelIndexThree
this.massage_title = this.note.titleNote;
this.get_detail_data();
});

Loading…
Cancel
Save