|
@@ -24,6 +24,7 @@
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<template v-slot:priority="{ row }">
|
|
<template v-slot:priority="{ row }">
|
|
|
|
|
+ <div style="display: flex">
|
|
|
<el-input
|
|
<el-input
|
|
|
v-model="row.priority"
|
|
v-model="row.priority"
|
|
|
type="number"
|
|
type="number"
|
|
@@ -31,6 +32,7 @@
|
|
|
:min="0"
|
|
:min="0"
|
|
|
:max="10"
|
|
:max="10"
|
|
|
@change="priorityChange(row)"
|
|
@change="priorityChange(row)"
|
|
|
|
|
+ style="width: 80px"
|
|
|
></el-input>
|
|
></el-input>
|
|
|
<el-popover
|
|
<el-popover
|
|
|
placement="right"
|
|
placement="right"
|
|
@@ -43,6 +45,7 @@
|
|
|
<i class="el-icon-caret-bottom" @click="sortBottom(row)"></i>
|
|
<i class="el-icon-caret-bottom" @click="sortBottom(row)"></i>
|
|
|
</div>
|
|
</div>
|
|
|
</el-popover>
|
|
</el-popover>
|
|
|
|
|
+ </div>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<template v-slot:status="{ row }">
|
|
<template v-slot:status="{ row }">
|