Commit 670b12a0 authored by 小费同学阿's avatar 小费同学阿 💬

报表中心-招标计划,招标管理高级筛选

parent ecb21841
...@@ -11,7 +11,7 @@ export const completedFormSchema: FormSchema[] = [ ...@@ -11,7 +11,7 @@ export const completedFormSchema: FormSchema[] = [
}, },
{ {
label: '公司名称', label: '公司名称',
field: 'companyName', field: 'company',
labelWidth: '140px', labelWidth: '140px',
required: false, required: false,
component: 'Input', component: 'Input',
......
...@@ -95,16 +95,6 @@ export const performanceFormSchema: FormSchema[] = [ ...@@ -95,16 +95,6 @@ export const performanceFormSchema: FormSchema[] = [
addonAfter: '万元', addonAfter: '万元',
}, },
}, },
{
label: '该年实际完成投资额',
labelWidth: '140px',
field: 'actualOutputValue',
required: false,
component: 'Input',
componentProps: {
addonAfter: '万元',
},
},
{ {
label: '该年计划资金', label: '该年计划资金',
labelWidth: '140px', labelWidth: '140px',
......
...@@ -36,7 +36,8 @@ ...@@ -36,7 +36,8 @@
</template> </template>
</template> </template>
</BasicTable> </BasicTable>
<annex-drawer />
<AnnexDrawer @register="registerDrawer" @success="handleSuccess" />
</div> </div>
</template> </template>
<script lang="ts" setup> <script lang="ts" setup>
......
...@@ -199,11 +199,6 @@ export const performanceColumns: BasicColumn[] = [ ...@@ -199,11 +199,6 @@ export const performanceColumns: BasicColumn[] = [
dataIndex: 'planNum', dataIndex: 'planNum',
width: 180, width: 180,
}, },
{
title: '该年实际完成投资额',
dataIndex: 'actualOutputValue',
width: 180,
},
{ {
title: '该年计划资金', title: '该年计划资金',
dataIndex: 'planFunds', dataIndex: 'planFunds',
......
import { FormSchema, BasicColumn, FormProps } from '@/components/Table'; import { FormSchema, BasicColumn, FormProps } from '@/components/Table';
import { uploadApi } from '@/api/sys/upload';
// 月季度-详情
export const formSchema: FormSchema[] = [ export const formSchema: FormSchema[] = [
{ {
field: 'projectName', field: 'projectName',
......
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