待办事项注释

This commit is contained in:
Yuan 2024-01-09 15:03:25 +08:00
parent fd50783b11
commit f847d5f101
3 changed files with 15 additions and 0 deletions

View File

@ -16,6 +16,8 @@ const config = {
}, },
plugins: [ plugins: [
alias({ alias({
//FIXME components中生成的导入路径不可用待调整
//可能这个插件不太合适
entries: [{ find: 'common', replacement: 'src/common' }], entries: [{ find: 'common', replacement: 'src/common' }],
}), }),
typescript({ typescript({

View File

@ -209,6 +209,13 @@ export class Section extends JlGraphic {
} }
} }
//TODO
/**
* * Relation处理考虑按不同区段类型分别处理或交子类处理后导出子类
*
*
*/
buildRelation() { buildRelation() {
this.relationManage.deleteRelationOfGraphicAndOtherType(this, Section.Type); this.relationManage.deleteRelationOfGraphicAndOtherType(this, Section.Type);

View File

@ -510,6 +510,12 @@ export class SectionPointEditPlugin extends GraphicInteractionPlugin<Section> {
clearWaypointsConfig.handler = () => { clearWaypointsConfig.handler = () => {
clearWayPoint(section, false); clearWayPoint(section, false);
}; };
// TODO
/**
* Quasar组件不是很合适
* Section中已有获取拆分的数据的方法
*/
// splitSectionConfig.disabled = false; // splitSectionConfig.disabled = false;
// splitSectionConfig.handler = () => { // splitSectionConfig.handler = () => {
// Dialog.create({ // Dialog.create({