Browse Source

优化

master
陈裕财 4 years ago
parent
commit
62531113d6
  1. 2
      src/views/xm/core/xmTask/XmTaskMng.vue

2
src/views/xm/core/xmTask/XmTaskMng.vue

@ -404,7 +404,7 @@
class-name="title" class-name="title"
fixed="left" fixed="left"
label="名称(点击详情)" label="名称(点击详情)"
min-width="250" show-overflow-tooltip
min-width="300" show-overflow-tooltip
> >
<template slot-scope="scope"> <template slot-scope="scope">
<div class="icon" :style="{backgroundColor: scope.row.ntype==='1'?'#E6A23C':'#409EFF'}"> <div class="icon" :style="{backgroundColor: scope.row.ntype==='1'?'#E6A23C':'#409EFF'}">

Loading…
Cancel
Save