系统设置中,排班任务模块组件调整,导入结果弹窗中的表格样式修改

This commit is contained in:
任珮宇 2024-04-01 11:35:36 +08:00
parent 46c32d3627
commit 656a02c1ec

View File

@ -196,11 +196,11 @@
</custom-modal>
<!-- 增加/编辑排班弹窗结束 -->
<custom-modal title="Failure record" v-model="visibleRes" :footer="null">
<custom-table size="middle" :columns="columns" :list="dataSource">
<a-table size="middle" :columns="columns" :dataSource="dataSource" :pagination="false" :scroll="{ y: 600 }">
<template slot="index" slot-scope="{ index }">
{{ index + 1 }}
</template>
</custom-table>
</a-table>
</custom-modal>
</div>
</template>