Commit deeb4ef0 authored by mhw's avatar mhw

--

parent d0ea71d8
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<template> <template>
<div class="tableBox" style=" width:100% "> <div class="tableBox" style=" width:100% ">
<vxe-table border show-header-overflow show-overflow :row-config="{ isHover: true }" :data="tableData.impl.dataList" min-height="96"> <vxe-table border show-header-overflow show-overflow :row-config="{ isHover: true }" :data="tableData.impl.dataList" min-height="96">
<vxe-column field="cleanId" title="序号"></vxe-column> <vxe-column align="center" title="序号" type="seq" show-overflow-tooltip width="50px" />
<vxe-column field="cleanBeforeData" title="清洗前"> <vxe-column field="cleanBeforeData" title="清洗前">
<!-- <template slot-scope="scope"> <!-- <template slot-scope="scope">
{{CleanStatus.getValue(scope.row.cleanStatus)}} {{CleanStatus.getValue(scope.row.cleanStatus)}}
......
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