更新
This commit is contained in:
@@ -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) => {
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user