优化表格空数据提示
This commit is contained in:
@@ -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,},
|
||||
|
||||
Reference in New Issue
Block a user