guoyuji
2024-12-03 68d7be0814e89ef811c2e7c435dff7af64ea60c1
north-glass-erp/northglass-erp/src/views/pp/glassOptimize/page/ComputeCard.vue
@@ -8,8 +8,10 @@
const checkboxCellRender = reactive({
  name: 'VxeCheckboxGroup',
  options: [
    { label: '允许横排', value: '1' },
    { label: '钢化', value: '2' },
    { label: '幕墙模式', value: '1' },
    { label: '允许横排', value: '2' },
    { label: '钢化', value: '3' },
  ]
})
@@ -43,8 +45,8 @@
  },
  columns:[
    {type:'expand',fixed:"left",slots: { content:'content' },width: 50},
    {field: 'check', title: '选择', width: 200, cellRender: checkboxCellRender },
    {type:'seq',fixed:"left",slots: { content:'content' },width: 50},
    {field: 'check', title: '选择', width: 250, cellRender: checkboxCellRender },
    {field: 'process_id',width: 150, title: t('processCard.processId'), sortable: true},
    {field: 'technology_number',width: 70, title: '层', sortable: true},
    {field: 'TotalFloors',width: 150, title: '总层数', sortable: true},