界面展示处理

20231126-yw
yuanwei 1 year ago
commit bd843ffc42

@ -570,9 +570,9 @@
v-if="item.columnType == 'button' && executeEval(row,item.expression,true)"
:prop="item.columnName"
:label="item.columnDesc"
:width="isChoose?50:180"
:width="isChoose?50:280"
:key="item.columnName"
fixed="right"
fixed="right"1
>
<template slot-scope="scope">
<el-button v-for="(buttonItem, buttonIndex) in item.buttonRulObj"

Loading…
Cancel
Save