明树Git Lab

Commit 317b6b17 authored by zhanghan's avatar zhanghan

bug处理

parent f621841e
......@@ -253,11 +253,7 @@
/>
</template>
<template v-else-if="column.type === 'upload'">
<FileUploader
v-model="scope.row[column.prop]"
:isInline="true"
:disabled="disabled || column?.disabled"
/>
<FileUploader v-model="scope.row[column.prop]" :isInline="true" />
</template>
</template>
</el-table-column>
......
......@@ -82,12 +82,6 @@ let tableColumns = ref([
showOverflowTooltip: true,
width: 170,
},
{
prop: "xmgsmc",
label: "项目公司名称",
showOverflowTooltip: true,
width: 120,
},
{
prop: "operations",
......
......@@ -156,10 +156,10 @@
</el-form-item>
</el-col>
<el-col :span="12">
<el-form-item label="我方资本出资额--实际值(万元)">
<el-form-item label="我方资本出资额--实际值(万元)">
<el-input
v-model="formData.wfzbjczesj"
placeholder="请输入我方资本出资额--实际值(万元)"
placeholder="请输入我方资本出资额--实际值(万元)"
/>
</el-form-item>
</el-col>
......
......@@ -116,7 +116,7 @@ let pageSize = ref(10);
const getStatementData = () => {
loading.value = true;
proxy.$post({
url: "/api/project/getTzjhList",
url: "/api/project/getXmtcList",
data: {
page: currentPage.value,
pagesize: pageSize.value,
......
This diff is collapsed.
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