浏览代码

纯文字

chenken 6 年之前
父节点
当前提交
c896993a58
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      src/modules/oe/views/examScheduling.vue

+ 1 - 3
src/modules/oe/views/examScheduling.vue

@@ -169,9 +169,7 @@
             </el-table-column>
             <el-table-column sortable label="完成状态" width="120">
               <template slot-scope="scope">
-                <span>
-                  <el-tag> {{ scope.row.finishedStatus }} </el-tag>
-                </span>
+                <span> {{ scope.row.finishedStatus }} </span>
               </template>
             </el-table-column>
             <el-table-column fixed="right" label="操作" width="120">