|
@@ -108,11 +108,11 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
|
|
|
- <el-table-column prop="ext1" label="责任人" width="180">
|
|
|
+ <!-- <el-table-column prop="ext1" label="责任人" width="180">
|
|
|
<template #default="scope">
|
|
|
{{ scope.row.ext1 === "" ? "未派发" : scope.row.ext1 }}
|
|
|
</template>
|
|
|
- </el-table-column>
|
|
|
+ </el-table-column> -->
|
|
|
</el-table>
|
|
|
<div style="position: relative; padding-right: 20px; margin-top: -20px">
|
|
|
<Pagination
|