mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-06 22:19:41 +09:00
test
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr v-for="(option, i) in list" v-bind:key="i">
|
<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>
|
||||||
<tr v-if="list.length === 0">
|
<tr v-if="list.length === 0">
|
||||||
<td>반려 내용이 없습니다.</td>
|
<td>반려 내용이 없습니다.</td>
|
||||||
|
|||||||
@@ -313,6 +313,7 @@ export default {
|
|||||||
},
|
},
|
||||||
tmpltRejectViewPopOpen(props) {
|
tmpltRejectViewPopOpen(props) {
|
||||||
if(props.stat == "반려"){
|
if(props.stat == "반려"){
|
||||||
|
console.log(props.sndrprofKey, props.tmpltKey);
|
||||||
this.$refs.TmpltRejectViewPop.tmpltRejectViewPopOpen(props.sndrprofKey, props.tmpltKey);
|
this.$refs.TmpltRejectViewPop.tmpltRejectViewPopOpen(props.sndrprofKey, props.tmpltKey);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user