This commit is contained in:
yanran200730
2022-03-15 17:51:32 +08:00
parent 82bfdc6c3c
commit 458b03dd0c

View File

@@ -69,6 +69,7 @@
</div>
<div v-if="item.type == 'rtf'" v-html="row[item.fieldDbName]"></div>
<div v-if="item.type == 'checkbox'">{{ row[item.fieldDbName] }}</div>
<div v-if="item.type == 'gird'">{{ row[item.fieldDbName + '_name'] }}</div>
</template>
</el-table-column>
<el-table-column slot="options" label="操作" fixed="right" align="center" width="160">