zhaowei
2025-07-15 86f0166e2a759e6ec2c34b0dd0b388bafa80cedd
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:'备注',