Commit 6ed33ec0 authored by 张伯涛's avatar 张伯涛

bug修改

parent 3b6eda99
......@@ -101,7 +101,7 @@
},
{
label: '第三季度',
value: '第季度',
value: '第季度',
},
{
label: '第四季度',
......
......@@ -75,7 +75,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
label: '第三季度',
value: '第季度',
value: '第季度',
},
{
label: '第四季度',
......
......@@ -7,7 +7,7 @@
headerSticky
>
<template #extra>
<a-button type="primary" danger> 删除 </a-button>
<!-- <a-button type="primary" danger> 删除 </a-button>-->
<a-button type="primary" v-if="!disabled" @click="handleSubmit"> 提交 </a-button>
<a-button type="default" @click="router.back()"> 返回 </a-button>
</template>
......
......@@ -75,7 +75,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
label: '第三季度',
value: '第季度',
value: '第季度',
},
{
label: '第四季度',
......
......@@ -7,7 +7,7 @@
headerSticky
>
<template #extra>
<a-button type="primary" danger> 删除 </a-button>
<!-- <a-button type="primary" danger> 删除 </a-button>-->
<a-button type="primary" v-if="!disabled" @click="handleSubmit"> 提交 </a-button>
<a-button type="default" @click="router.back()"> 返回 </a-button>
</template>
......
......@@ -9,7 +9,7 @@
{{ index + 1 }}
</template>
<template v-if="column.key === 'tenderYear'">
{{ record.tenderYear + '年' + record.biddingQuarter + '季度' }}
{{ record.tenderYear + '年' + record.biddingQuarter }}
</template>
<template v-if="column.key === 'action'">
<TableAction
......@@ -22,7 +22,7 @@
},
},
{
label: '修改',
label: '编辑',
onClick: handleEdit.bind(null, record, 0),
ifShow: (_action) => {
return record.reviewStatus == null;
......
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