lyh
2025-06-05 0d27c826c71c323ff605cd27a53bbc5a0c96f752
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:'备注',