|
|
@@ -412,7 +412,7 @@
|
|
|
<div slot="header" class="clearfix">
|
|
|
<span><i class="icon icon-table2"></i> 企业资质</span>
|
|
|
</div>
|
|
|
- <el-table :data="subfileList1" border>
|
|
|
+ <el-table :data="subfileList1" highlight-current-row stripe border>
|
|
|
<el-table-column prop="NeedFileType" label="文件分类" show-overflow-tooltip></el-table-column>
|
|
|
<el-table-column prop="OldFileUrlList" label="原文件" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
@@ -490,7 +490,7 @@
|
|
|
</el-table>
|
|
|
</el-card>
|
|
|
<el-card class="box-card" style="margin-top: 10px;">
|
|
|
- <el-table :data="entityList" size="mini" border style="width: 100%" @sort-change="orderby">
|
|
|
+ <el-table :data="entityList" highlight-current-row stripe size="mini" border style="width: 100%" @sort-change="orderby">
|
|
|
<el-table-column prop="SortFlag" label="分类标记" v-if="1==2" show-overflow-tooltip></el-table-column>
|
|
|
<el-table-column prop="Code" label="分类编码" show-overflow-tooltip></el-table-column>
|
|
|
<el-table-column prop="Name" label="分类名称" show-overflow-tooltip></el-table-column>
|
|
|
@@ -671,7 +671,7 @@
|
|
|
</el-dialog>
|
|
|
|
|
|
<el-dialog title="变更项查看" :visible.sync="myitemsshow" width="780px">
|
|
|
- <el-table :data="InfoData" border style="width: 100%">
|
|
|
+ <el-table :data="InfoData" border highlight-current-row stripe style="width: 100%">
|
|
|
<el-table-column align="center" prop="SelectItemName" label="变更项目">
|
|
|
</el-table-column>
|
|
|
<el-table-column align="center" prop="BeChangeInfo" label="变更前内容">
|