明树Git Lab

Commit ada7604b authored by zhanghan's avatar zhanghan

建设期投资检查开发完毕

parent 1b3f498c
This diff is collapsed.
......@@ -201,6 +201,9 @@
padding: 0 20px;
height: 100%;
}
::v-deep .el-input {
width: 100% !important;
}
.add-dialog .el-tree {
width: 100%;
}
......
......@@ -208,6 +208,9 @@
}
}
}
::v-deep .el-input{
width: 100% !important;
}
.add-dialog{
.el-tree{
width: 100%;
......
......@@ -64,40 +64,10 @@ const { proxy } = getCurrentInstance();
let tableData = ref([]);
let tableColumns = ref([
{
prop: "qc",
label: "项目全称",
prop: "projectName",
label: "项目信息",
showOverflowTooltip: true,
},
{
prop: "jc",
label: "项目简称",
showOverflowTooltip: true,
},
{
prop: "nbtzglzt",
label: "内部投资管理主体",
showOverflowTooltip: true,
width: 170,
},
{
prop: "xmscjd",
label: "项目所处阶段",
showOverflowTooltip: true,
width: 120,
},
{
prop: "gqjg",
label: "股权结构",
showOverflowTooltip: true,
width: 120,
},
{
prop: "xmzbjze",
label: "项目资本金总额(亿元)",
showOverflowTooltip: true,
width: 180,
},
{
prop: "operations",
......@@ -116,7 +86,7 @@ let pageSize = ref(10);
const getStatementData = () => {
loading.value = true;
proxy.$post({
url: "/api/project/getCgqyglList",
url: "/api/project/getJsqtzjcList",
data: {
page: currentPage.value,
pagesize: pageSize.value,
......@@ -168,7 +138,7 @@ const deleteStatement = (item) => {
})
.then(() => {
proxy.$post({
url: "/api/project/deleteCgqygl",
url: "/api/project/deleteJsqtzjc",
data: {
id: item.id,
},
......
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