Commit 18129972 by LJM

js

parent 7550aab2
Showing with 1 additions and 1 deletions
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<el-tag v-else-if="scope.row.status==4" type="warning">审核未通过</el-tag> <el-tag v-else-if="scope.row.status==4" type="warning">审核未通过</el-tag>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column fixed prop="error_msg" label="同步提示" width="100"></el-table-column> <el-table-column fixed prop="error_msg" label="同步提示" width="100" :show-overflow-tooltip="true"></el-table-column>
<el-table-column fixed prop="goods_sn" label="供应商内部型号编码" width="180"></el-table-column> <el-table-column fixed prop="goods_sn" label="供应商内部型号编码" width="180"></el-table-column>
<el-table-column fixed prop="goods_name" label="型号" width="180"></el-table-column> <el-table-column fixed prop="goods_name" label="型号" width="180"></el-table-column>
<el-table-column fixed prop="brand_name" label="品牌" width="180"></el-table-column> <el-table-column fixed prop="brand_name" label="品牌" width="180"></el-table-column>
......
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 sign in to comment