|
@@ -50,14 +50,14 @@
|
|
<div class="mainModel">
|
|
<div class="mainModel">
|
|
<el-table :data="evaluationWaringData" style="width: 100%">
|
|
<el-table :data="evaluationWaringData" style="width: 100%">
|
|
<el-table-column label="序号" type="index" align="center" />
|
|
<el-table-column label="序号" type="index" align="center" />
|
|
- <el-table-column label="考评单位" prop="company" width="200" />
|
|
|
|
- <el-table-column label="指标类型" prop="title" width="200" />
|
|
|
|
- <el-table-column label="预警内容" prop="content" />
|
|
|
|
|
|
+ <el-table-column label="考评单位" prop="company" width="180" />
|
|
|
|
+ <el-table-column label="指标类型" prop="title" width="120" />
|
|
|
|
+ <el-table-column label="预警内容" prop="content" width="200" />
|
|
<el-table-column label="目标值" prop="targetValue" width="100" />
|
|
<el-table-column label="目标值" prop="targetValue" width="100" />
|
|
<el-table-column label="完成值" prop="completeValue" width="100" />
|
|
<el-table-column label="完成值" prop="completeValue" width="100" />
|
|
- <el-table-column label="预警时间" prop="createTime" />
|
|
|
|
- <el-table-column label="确认人" prop="userName" />
|
|
|
|
- <el-table-column label="确认时间" prop="confirmTime" />
|
|
|
|
|
|
+ <el-table-column label="预警时间" prop="createTime" width="160" />
|
|
|
|
+ <el-table-column label="确认人" prop="userName" width="100" />
|
|
|
|
+ <el-table-column label="确认时间" prop="confirmTime" width="160" />
|
|
<el-table-column label="状态" width="100">
|
|
<el-table-column label="状态" width="100">
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
<span class="statusSty"
|
|
<span class="statusSty"
|