28135
This commit is contained in:
@@ -93,7 +93,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
getList() {
|
getList() {
|
||||||
this.$http
|
this.$http
|
||||||
.post('/app/appvillageactivityinfo/list', null, {
|
.post('/app/appvillageactivityinfo/listUp', null, {
|
||||||
params: {
|
params: {
|
||||||
size: this.size,
|
size: this.size,
|
||||||
current: this.current,
|
current: this.current,
|
||||||
|
|||||||
@@ -97,13 +97,10 @@
|
|||||||
|
|
||||||
<!-- 右 字典值 items.dictionaryCode -->
|
<!-- 右 字典值 items.dictionaryCode -->
|
||||||
<!-- 单下拉框 -->
|
<!-- 单下拉框 -->
|
||||||
<span class="msg_lright" v-if="items.fieldDataType == 9">
|
|
||||||
{{ $dict.getDict(items.dictionaryCode, items.fieldValue)[$dict.getLabel(items.dictionaryCode, items.fieldValue)].dictName }}
|
|
||||||
</span>
|
|
||||||
|
|
||||||
<span class="msg_lright" v-if="items.fieldDataType != 5 && items.fieldDataType != 9">{{ $dict.getLabel(items.dictionaryCode, items.fieldValue) }}</span>
|
<span class="msg_lright" v-if="items.fieldDataType != 5">{{ $dict.getLabel(items.dictionaryCode, items.fieldValue) }}</span>
|
||||||
|
|
||||||
<span class="msg_lright" v-if="items.fieldDataType == 5 && items.fieldDataType != 9">
|
<span class="msg_lright" v-if="items.fieldDataType == 5">
|
||||||
<span v-for="(itemL, indexL) in items.fieldValue" :key="indexL">{{ $dict.getLabel(items.dictionaryCode, itemL) }} </span>
|
<span v-for="(itemL, indexL) in items.fieldValue" :key="indexL">{{ $dict.getLabel(items.dictionaryCode, itemL) }} </span>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user