fix : 表格前方加上序号
This commit is contained in:
@@ -96,6 +96,13 @@ const searchConfig = reactive([
|
||||
const tableIns = ref()
|
||||
const tableConfig = reactive({
|
||||
columns: [
|
||||
{
|
||||
prop: 'index',
|
||||
type: 'index',
|
||||
label: '序号',
|
||||
align: 'center',
|
||||
width:85
|
||||
},
|
||||
{
|
||||
prop: 'shareName',
|
||||
label: '分摊名称',
|
||||
|
||||
Reference in New Issue
Block a user