|
@@ -674,11 +674,7 @@
|
|
|
<el-input-number :controls="false" :precision="2" v-model="tab2.table.getdataListParm.parammaps.hlzql2" placeholder="混料正确率" :min="0" :max="100" style="width: 120px;" class="filter-item" clearable />
|
|
|
</div>
|
|
|
<el-checkbox v-model="tab2.table.getdataListParm.parammaps.error" style="margin-right: 10px;">只看超出预设值数据</el-checkbox>
|
|
|
-<<<<<<< HEAD
|
|
|
|
|
|
-=======
|
|
|
-
|
|
|
->>>>>>> 63ce8c0319c1ba9f742fea6e6fe1bab17931e17c
|
|
|
<el-button class="successBorder" style="margin-top: 5px;" @click="handleSearch2">查询</el-button>
|
|
|
<el-button class="successBorder" style="margin-top: 5px;" @click="handleRefresh2">重置</el-button>
|
|
|
<el-button style="float: right;margin-right: 10px;margin-bottom:10px;margin-top: 5px;" class="export" icon="el-icon-upload2" @click="handleExport2">导出</el-button>
|
|
@@ -1028,13 +1024,11 @@
|
|
|
<!-- <u-table-column v-for="(item, index) in fenceTemp.tab2.tableLabel" :key="index" align="center" :min-width="item.width" :prop="item.prop" :label="item.label"> -->
|
|
|
<u-table-column v-for="(item, index) in fenceTemp.tab2.tableLabel" :key="index" align="center" :min-width="item.width" :prop="item.prop" :label="item.label">
|
|
|
<template slot-scope="scope">
|
|
|
- <span v-if="scope.row[item.prop] !== undefined && scope.row[item.prop].indexOf('/') !== -1" style="color: red;">
|
|
|
+ <span v-if="scope.row[item.prop] !==undefined &&scope.row[item.prop].indexOf('/') !== -1" style="color: red;">
|
|
|
{{scope.row[item.prop]}}
|
|
|
</span>
|
|
|
<span v-else>{{scope.row[item.prop]}}</span>
|
|
|
</template>
|
|
|
- <!-- :prop="item.prop"
|
|
|
- indexOf("A") != -1 -->
|
|
|
</u-table-column>
|
|
|
</u-table>
|
|
|
</div>
|
|
@@ -1719,10 +1713,7 @@ export default {
|
|
|
tableKey2: 0, total2: 0, listLoading2: false, list2: [],
|
|
|
temp1:{},
|
|
|
temp2:{},
|
|
|
-<<<<<<< HEAD
|
|
|
lastdate:'',currentdate:'',
|
|
|
-=======
|
|
|
->>>>>>> 63ce8c0319c1ba9f742fea6e6fe1bab17931e17c
|
|
|
},
|
|
|
}
|
|
|
},
|