新增加了项目管理页面
This commit is contained in:
@@ -25,11 +25,14 @@ class ProjectListView extends BaseView_1.BaseView {
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>项目管理</title>
|
||||
<title>飞行器项目管理</title>
|
||||
${this.getStyles()}
|
||||
</head>
|
||||
<body>
|
||||
<h2>🚀 飞行器项目管理</h2>
|
||||
<div class="header">
|
||||
<h2>🚀 飞行器项目管理</h2>
|
||||
<button class="back-btn" onclick="goBackToManagement()">← 返回项目管理</button>
|
||||
</div>
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -107,6 +110,10 @@ class ProjectListView extends BaseView_1.BaseView {
|
||||
);
|
||||
}
|
||||
|
||||
function goBackToManagement() {
|
||||
vscode.postMessage({ type: 'goBackToManagement' });
|
||||
}
|
||||
|
||||
// 对话框函数(与之前相同)
|
||||
function showConfirmDialog(title, message, onConfirm, onCancel) {
|
||||
const overlay = document.createElement('div');
|
||||
|
||||
Reference in New Issue
Block a user