更新
This commit is contained in:
@@ -20,28 +20,28 @@
|
||||
|
||||
<el-card>
|
||||
<el-table v-loading="loading2" :data="List" highlight-current-row stripe size="mini" height="350" border @row-click="searchProcess" >
|
||||
<el-table-column label="付款状态" sortable prop="实际付款时间" width="100" align="center">
|
||||
<el-table-column label="付款状态" prop="实际付款时间" width="100" align="center">
|
||||
<template slot-scope="scope">
|
||||
<el-tag v-if="scope.row.实际付款时间!==''" type="success" size="small" style="margin: 0px">已付款</el-tag>
|
||||
<el-tag v-else type="info" size="small" style="margin: 0px">未付款</el-tag>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="表单号" sortable prop="表单号" align="center" min-width="200px">
|
||||
<el-table-column label="表单号" prop="表单号" align="center" min-width="200px">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.表单号 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="外协厂家" sortable prop="外协厂家" align="center" min-width="200px">
|
||||
<el-table-column label="外协厂家" prop="外协厂家" align="center" min-width="200px">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.外协厂家 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="任务下达日期" sortable prop="任务下达日期" align="center" min-width="100px">
|
||||
<el-table-column label="任务下达日期" prop="任务下达日期" align="center" min-width="100px">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.任务下达日期 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="外协员" sortable prop="外协计划员" align="center" >
|
||||
<el-table-column label="外协员" prop="外协计划员" align="center" >
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.外协计划员 }}
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user