src/views/system/SysParamsList.vue
@@ -100,7 +100,10 @@ </template> </span> <!-- 字符串超长截取省略号显示--> <span slot="settingValue" slot-scope="text"> <j-ellipsis :value="text"/> </span> </a-table> </div> @@ -150,7 +153,9 @@ { title:'参数值', align:"center", dataIndex: 'settingValue' dataIndex: 'settingValue', key: 'settingValue', scopedSlots: { customRender: 'settingValue' } }, { title:'备注',