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

bug修改

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