mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 06:38:22 +09:00
test
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user