|
@@ -964,9 +964,9 @@
|
|
|
:data="productions"
|
|
|
stripe
|
|
|
ref = "pTable"
|
|
|
- :header-row-style="{ color: '#333333' }"
|
|
|
+ :header-row-style="{ color: '#333333', 'font-size': '16px' }"
|
|
|
border
|
|
|
- style="width: 99%; margin-top:20px;">
|
|
|
+ style="width: 99%; margin-top:20px;font-size: 16px;">
|
|
|
<el-table-column type="expand">
|
|
|
<template slot-scope="props">
|
|
|
<el-form label-position="left" :model="props.row" class="form-container" ref="productionFrom">
|
|
@@ -1115,7 +1115,7 @@
|
|
|
prop="reportNo"
|
|
|
align="center">
|
|
|
<template slot-scope="props">
|
|
|
- <el-tag type="danger"><span style="font-size:16px">{{props.row.reportNo}}</span></el-tag>
|
|
|
+ <span style="color:rgb(131,201,94); font-weight:bold">{{ props.row.reportNo }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|