This commit is contained in:
kubo8
2023-02-13 13:15:10 +09:00
parent fdf800e914
commit 64a21cf1cc
2 changed files with 2 additions and 1 deletions

View File

@@ -16,7 +16,7 @@
</thead>
<tbody>
<tr v-for="(option, i) in list" v-bind:key="i">
<td v-html="option.content"></td>
<td v-if="list.status == 'REJ'" v-html="option.content"></td>
</tr>
<tr v-if="list.length === 0">
<td>반려 내용이 없습니다.</td>

View File

@@ -313,6 +313,7 @@ export default {
},
tmpltRejectViewPopOpen(props) {
if(props.stat == "반려"){
console.log(props.sndrprofKey, props.tmpltKey);
this.$refs.TmpltRejectViewPop.tmpltRejectViewPopOpen(props.sndrprofKey, props.tmpltKey);
}
}