This commit is contained in:
蔡玲
2024-11-08 13:48:45 +08:00
parent 0166ce4cbc
commit 3d6a2d7ec5

View File

@@ -17,7 +17,7 @@
<div v-show="type === 'IN'" class="pop-wraper" :class="{'popshow': show, 'pophide': !show}">
<div class="pop-grid">
<el-row type="flex" justify="space-between">
<el-col :span="13">
<el-col :span="14">
<el-table
:data="popList"
style="width: 100%"
@@ -43,9 +43,13 @@
prop="due_date"
label="交期时间"
/>
<el-table-column
prop="priority"
label="优先级"
/>
</el-table>
</el-col>
<el-col :span="10">
<el-col :span="9">
<el-table
:data="popSecList"
style="width: 100%"