Commit d7f325f7 by Mr. Lan

fix bug.

parent 476bd6e2
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<span v-if="scope.row.is_end===0">{{ scope.row.principals }}</span> <span v-if="scope.row.is_end===0">{{ scope.row.principals }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="优先级" :show-overflow-tooltip="true" width="120" align="center"> <el-table-column label="优先级" :show-overflow-tooltip="true" width="120" align="left">
<template slot-scope="scope"> <template slot-scope="scope">
<span v-if="scope.row.priority===2"> <span v-if="scope.row.priority===2">
<el-tag type="warning">紧急</el-tag> <el-tag type="warning">紧急</el-tag>
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<span v-if="scope.row.is_end===0">{{ scope.row.principals }}</span> <span v-if="scope.row.is_end===0">{{ scope.row.principals }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="优先级" :show-overflow-tooltip="true" width="120" align="center"> <el-table-column label="优先级" :show-overflow-tooltip="true" width="120" align="left">
<template slot-scope="scope"> <template slot-scope="scope">
<span v-if="scope.row.priority===2"> <span v-if="scope.row.priority===2">
<el-tag type="warning">紧急</el-tag> <el-tag type="warning">紧急</el-tag>
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<span v-if="scope.row.is_end===0">{{ scope.row.principals }}</span> <span v-if="scope.row.is_end===0">{{ scope.row.principals }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="优先级" :show-overflow-tooltip="true" width="120" align="center"> <el-table-column label="优先级" :show-overflow-tooltip="true" width="120" align="left">
<template slot-scope="scope"> <template slot-scope="scope">
<span v-if="scope.row.priority===2"> <span v-if="scope.row.priority===2">
<el-tag type="warning">紧急</el-tag> <el-tag type="warning">紧急</el-tag>
......
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