king
2025-04-24 92664ef80a97a63fde223b14097ccda3ae6ff183
src/tabviews/zshare/settingcomponent/editTable/index.jsx
@@ -67,11 +67,11 @@
    editingKey: '',
    visible: false,
    columns: [{
      title: '名称',
      title: window.GLOB.dict['name'] || '名称',
      dataIndex: 'label',
      width: '25%'
    }, {
      title: '快捷键',
      title: window.GLOB.dict['shortcut'] || '快捷键',
      dataIndex: 'shortcut',
      inputType: 'cascader',
      editable: true,
@@ -82,14 +82,14 @@
        return text[0] + '+' + shortkeycode[text[1]]
      }
    }, {
      title: '打印机',
      title: window.GLOB.dict['printer'] || '打印机',
      dataIndex: 'printer',
      inputType: 'select',
      editable: true,
      options: [],
      width: '25%'
    }, {
      title: '操作',
      title: window.GLOB.dict['operation'] || '操作',
      dataIndex: 'operation',
      width: '140px',
      render: (text, record) => {
@@ -120,14 +120,14 @@
        width: '26.1%'
      },
      {
        title: '打印机',
        title: window.GLOB.dict['printer'] || '打印机',
        dataIndex: 'printer',
        inputType: 'select',
        editable: true,
        options: [],
      },
      {
        title: '操作',
        title: window.GLOB.dict['operation'] || '操作',
        dataIndex: 'operation',
        width: '153px',
        render: (text, record) => {