@@ -75,7 +75,7 @@ export const getquanjingSchemas = () => {
return [
{
field: 'sceneName',
- label: '场景标题',
+ label: '作品标题',
component: 'Input',
componentProps: {
maxLength: 100,
@@ -328,7 +328,7 @@
}
async function handleMove(record: Recordable) {
openMoveModal(true, {
- ...record,
+ num: record.num,
sceneName: record.name,
});