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