Browse Source

优化

master
陈裕财 3 years ago
parent
commit
98d94f1da5
  1. 2
      src/views/xm/core/xmMenu/XmMenuMng.vue
  2. 2
      src/views/xm/core/xmMenuWorkItem/XmSubBugList.vue
  3. 2
      src/views/xm/core/xmMenuWorkItem/XmSubMenuList.vue
  4. 2
      src/views/xm/core/xmMenuWorkItem/XmSubTaskList.vue
  5. 2
      src/views/xm/core/xmQuestion/XmQuestionMng.vue
  6. 2
      src/views/xm/core/xmTask/XmTaskMng.vue
  7. 2
      src/views/xm/core/xmTaskWorkItem/XmSubTaskList.vue
  8. 2
      src/views/xm/core/xmTestCase/XmTestCaseMng.vue

2
src/views/xm/core/xmMenu/XmMenuMng.vue

@ -251,7 +251,7 @@
</div> </div>
<el-link @click="showEdit( scope.row,scope.$index)">{{scope.row.seqNo}} &nbsp; {{scope.row.menuName}} </el-link> <el-link @click="showEdit( scope.row,scope.$index)">{{scope.row.seqNo}} &nbsp; {{scope.row.menuName}} </el-link>
<div class="tool-bar"> <div class="tool-bar">
<el-button type="warning" @click="copyOne(scope.row,scope.$index)" icon="el-icon-document-copy" circle title="复制一行"></el-button>
<el-button @click="copyOne(scope.row,scope.$index)" icon="el-icon-document-copy" circle title="复制一行"></el-button>
</div> </div>
</div> </div>
</template> </template>

2
src/views/xm/core/xmMenuWorkItem/XmSubBugList.vue

@ -20,7 +20,7 @@
<div class="cell-bar"> <div class="cell-bar">
<el-button class="hidden-md-and-down" @click="showEdit( scope.row,scope.$index)" icon="el-icon-edit" title="编辑任务" circle plain > </el-button> <el-button class="hidden-md-and-down" @click="showEdit( scope.row,scope.$index)" icon="el-icon-edit" title="编辑任务" circle plain > </el-button>
<el-button type="warning" @click="copyOne(scope.row,scope.$index)" icon="el-icon-document-copy" circle title="复制一行"></el-button>
<el-button @click="copyOne(scope.row,scope.$index)" icon="el-icon-document-copy" circle title="复制一行"></el-button>
</div> </div>
</div> </div>
</template> </template>

2
src/views/xm/core/xmMenuWorkItem/XmSubMenuList.vue

@ -28,7 +28,7 @@
<div class="cell-bar"> <div class="cell-bar">
<el-button class="hidden-md-and-down" @click="showEdit( scope.row,scope.$index)" icon="el-icon-edit" title="编辑任务" circle plain > </el-button> <el-button class="hidden-md-and-down" @click="showEdit( scope.row,scope.$index)" icon="el-icon-edit" title="编辑任务" circle plain > </el-button>
<el-button type="warning" @click="copyOne(scope.row,scope.$index)" icon="el-icon-document-copy" circle title="复制一行"></el-button>
<el-button @click="copyOne(scope.row,scope.$index)" icon="el-icon-document-copy" circle title="复制一行"></el-button>
</div> </div>
</div> </div>
</template> </template>

2
src/views/xm/core/xmMenuWorkItem/XmSubTaskList.vue

@ -19,7 +19,7 @@
<div class="cell-bar"> <div class="cell-bar">
<el-button class="hidden-md-and-down" @click="showEdit( scope.row,scope.$index)" icon="el-icon-edit" title="编辑任务" circle plain > </el-button> <el-button class="hidden-md-and-down" @click="showEdit( scope.row,scope.$index)" icon="el-icon-edit" title="编辑任务" circle plain > </el-button>
<el-button type="warning" @click="copyOne(scope.row,scope.$index)" icon="el-icon-document-copy" circle title="复制一行"></el-button>
<el-button @click="copyOne(scope.row,scope.$index)" icon="el-icon-document-copy" circle title="复制一行"></el-button>
</div> </div>
</div> </div>
</template> </template>

2
src/views/xm/core/xmQuestion/XmQuestionMng.vue

@ -123,7 +123,7 @@
<template slot-scope="scope"> <template slot-scope="scope">
<el-link type="primary" @click="showEdit(scope.row)"> {{scope.row.name}}</el-link> <el-link type="primary" @click="showEdit(scope.row)"> {{scope.row.name}}</el-link>
<span class="tool-bar"> <span class="tool-bar">
<el-button type="warning" @click="copyOne(scope.row,scope.$index)" icon="el-icon-document-copy" circle title="复制一行"></el-button>
<el-button @click="copyOne(scope.row,scope.$index)" icon="el-icon-document-copy" circle title="复制一行"></el-button>
</span> </span>
</template> </template>
</el-table-column> </el-table-column>

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

@ -396,7 +396,7 @@
<el-link @click="showEdit(scope.row)">{{ scope.row.sortLevel }}&nbsp; {{ scope.row.name }}</el-link> <el-link @click="showEdit(scope.row)">{{ scope.row.sortLevel }}&nbsp; {{ scope.row.name }}</el-link>
<span class="tool-bar"> <span class="tool-bar">
<el-button type="warning" @click="copyOne(scope.row,scope.$index)" icon="el-icon-document-copy" circle title="复制一行"></el-button>
<el-button @click="copyOne(scope.row,scope.$index)" icon="el-icon-document-copy" circle title="复制一行"></el-button>
</span> </span>
</div> </div>
</template> </template>

2
src/views/xm/core/xmTaskWorkItem/XmSubTaskList.vue

@ -19,7 +19,7 @@
<div class="cell-bar"> <div class="cell-bar">
<el-button class="hidden-md-and-down" @click="showEdit( scope.row,scope.$index)" icon="el-icon-edit" title="编辑任务" circle plain > </el-button> <el-button class="hidden-md-and-down" @click="showEdit( scope.row,scope.$index)" icon="el-icon-edit" title="编辑任务" circle plain > </el-button>
<el-button type="warning" @click="copyOne(scope.row,scope.$index)" icon="el-icon-document-copy" circle title="复制一行"></el-button>
<el-button @click="copyOne(scope.row,scope.$index)" icon="el-icon-document-copy" circle title="复制一行"></el-button>
</div> </div>
</div> </div>
</template> </template>

2
src/views/xm/core/xmTestCase/XmTestCaseMng.vue

@ -32,7 +32,7 @@
<template slot-scope="scope"> <template slot-scope="scope">
<span> <el-link @click="showEdit( scope.row,scope.$index)">{{scope.row.caseName}} </el-link></span> <span> <el-link @click="showEdit( scope.row,scope.$index)">{{scope.row.caseName}} </el-link></span>
<span class="tool-bar"> <span class="tool-bar">
<el-button type="warning" @click="copyOne(scope.row,scope.$index)" icon="el-icon-document-copy" circle title="复制一行"></el-button>
<el-button @click="copyOne(scope.row,scope.$index)" icon="el-icon-document-copy" circle title="复制一行"></el-button>
</span> </span>
</template> </template>
</el-table-column> </el-table-column>

Loading…
Cancel
Save