@@ -1,7 +1,7 @@
<template>
- <Card title="项目" v-bind="$attrs">
+ <Card title="待办事项" v-bind="$attrs">
<template #extra>
- <a-button type="link" size="small">更多</a-button>
+ <!-- <a-button type="link" size="small">更多</a-button> -->
</template>
<template v-for="item in items" :key="item">
@@ -108,7 +108,7 @@ export const columns: BasicColumn[] = [
title: '状态(status)',
align:"center",
width:120,
- dataIndex: 'status',
+ dataIndex: 'submit',
customRender:function (t, r, index) {
if(t.text==1){
return '已提交(yes)'