Commit 3a6a3a18 authored by wangxl's avatar wangxl

333

parent 1ca1a3d8
......@@ -44,7 +44,7 @@
<!-- <span style="margin:6px;display: block;color:red;">评分为 总分/平均分,最终得分=技术专家平均分X80% + 财务专家X20%</span> -->
<a-table :row-selection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }" :dataSource="tableData" :columns="columns" rowKey="id" :scroll="{ x: 'max-content' }" :pagination="false" :loading="loading">
<template slot="projName" slot-scope="record">
<a @click="recordClick(record, 'view')" :style="{'color': record.isFinalReturned==1?'red':'#1890ff'}">{{record.projName}}</a>
<a @click="recordClick(record, 'view')" :style="{'color': record.isFinalReturned==1?'#faad14':'#1890ff'}">{{record.projName}}</a>
</template>
<template slot="defenseTechnologyInfo" slot-scope="record">
<editable-cell :text="record.defenseTechnologyScore" @change="onCellChange(record.id, 'defenseTechnologyScore', $event)" />
......@@ -482,7 +482,7 @@ export default {
.editable-cell-icon-check {
line-height: 28px;
color: inherit;
color:turquoise;
}
.editable-cell:hover .editable-cell-icon {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment