屏
This commit is contained in:
@@ -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%"
|
||||
|
||||
Reference in New Issue
Block a user