优化表格空数据提示

This commit is contained in:
庞东林
2021-12-27 09:52:09 +08:00
parent 4ba63e2d2e
commit 35e5d10be0
14 changed files with 14 additions and 12 deletions

View File

@@ -123,7 +123,7 @@ export default {
bill: {},
editableData:[],
// 表格数据接口
datasource:{},
datasource:[],
selection: [],
columns:[
{key: "index",title:"序号",dataIndex: "index",width: 48,align: "center",customRender: ({ index }) => index + 1,},