|
@@ -9,7 +9,7 @@
|
|
</div>
|
|
</div>
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
- <el-table :data="tableData" border class="mt-4 " v-if="costcheck==1" :header-cell-style="headerStyle">
|
|
|
|
|
|
+ <el-table :data="tableData" border class="mt-4 " v-if="costcheck==1" :header-cell-style="headerStyle" stripe>
|
|
<el-table-column v-for="item in tableColData" align="center"
|
|
<el-table-column v-for="item in tableColData" align="center"
|
|
:prop="item.id"
|
|
:prop="item.id"
|
|
:label="item.name"
|
|
:label="item.name"
|
|
@@ -26,7 +26,7 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table>
|
|
</el-table>
|
|
- <el-table :data="tableData" border class="mt-4" v-if="costcheck==2" :header-cell-style="{ background:'rgb(214, 225, 255)', fontSize:'16px',color:'black'}" >
|
|
|
|
|
|
+ <el-table stripe :data="tableData" border class="mt-4" v-if="costcheck==2" :header-cell-style="{ background:'rgb(214, 225, 255)', fontSize:'16px',color:'black'}" >
|
|
<el-table-column
|
|
<el-table-column
|
|
v-for="item in tableprojectColData"
|
|
v-for="item in tableprojectColData"
|
|
:prop="item.id"
|
|
:prop="item.id"
|
|
@@ -35,7 +35,7 @@
|
|
|
|
|
|
></el-table-column>
|
|
></el-table-column>
|
|
</el-table>
|
|
</el-table>
|
|
- <el-table :data="tableData" border class="mt-4" v-if="costcheck!=='2'&&costcheck!=='1'" :header-cell-style="{ background:'rgb(214, 225, 255)', fontSize:'16px',color:'black'}" >
|
|
|
|
|
|
+ <el-table stripe :data="tableData" border class="mt-4" v-if="costcheck!=='2'&&costcheck!=='1'" :header-cell-style="{ background:'rgb(214, 225, 255)', fontSize:'16px',color:'black'}" >
|
|
<el-table-column
|
|
<el-table-column
|
|
v-for="item in otherColData"
|
|
v-for="item in otherColData"
|
|
:prop="item.id"
|
|
:prop="item.id"
|