这是js中的代码
{
field: 'stuname',
title: __('Stuname'),
operate: 'LIKE',table: table,
class: 'autocontent',
addclass: 'selectpage',
extend:'data-source="school/stu/index" data-field="stuname"',
formatter: Table.api.formatter.content,
}
这是出现的问题
大佬们,要怎么解决呢