明树Git Lab

Commit af5f598d authored by zhanghan's avatar zhanghan

项目模块完成

parent 727ed250
Pipeline #108889 passed with stage
in 21 seconds
...@@ -400,6 +400,15 @@ ...@@ -400,6 +400,15 @@
</template> </template>
</div> </div>
</div> </div>
<!-- 预览模式底部信息区域 -->
<el-collapse v-model="activeCollapse" v-if="isPreview" style="margin-top: 20px;">
<el-collapse-item title="相关信息" name="相关信息">
<div style="padding: 20px; color: #909399; text-align: center;">
<p>此为预览模式,如需编辑请返回列表页点击"编辑"按钮</p>
</div>
</el-collapse-item>
</el-collapse>
</div> </div>
</div> </div>
</template> </template>
......
...@@ -104,7 +104,7 @@ let total = ref(0); ...@@ -104,7 +104,7 @@ let total = ref(0);
let currentPage = ref(1); let currentPage = ref(1);
let pageSize = ref(10); let pageSize = ref(10);
// 获取列表数据 // 获取列表数据
const getProjectData = (params) => { const getProjectData = (params = {}) => {
loading.value = true; loading.value = true;
proxy.$post({ proxy.$post({
url: "/api/project/getJsqtzhsList", url: "/api/project/getJsqtzhsList",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment