This commit is contained in:
yziiy
2025-09-30 18:21:44 +08:00
parent d8785b0da1
commit 419d6da9a6
2 changed files with 6 additions and 2 deletions

View File

@@ -57,7 +57,11 @@ export function useData() {
},
{
label: "本期开始时间",
prop: "stime"
prop: "stime",
width: 300,
cellRenderer: ({ row }) => (
<span>{row.stime} - {row.etime}</span>
)
}
]);
const onSearch = async (formData) => {

View File

@@ -255,7 +255,7 @@ defineExpose({ getRef, confrimData });
@click="settingReward(ele, item)">
<div>{{ item.name }}</div>
<div v-if="item.content.length === 0">
选择奖励
<el-button type="text">+ 添加奖励</el-button>
</div>
<div v-else>
<div v-for="(child, childIndex) in item.content">