king
2022-12-06 0245e64a9dff794903e546c3bdf9fef7efeefdf1
src/templates/sharecomponent/actioncomponent/verifyexcelout/index.jsx
@@ -841,7 +841,7 @@
  changeColumns = (columns) => {
    const { verify } = this.state
    if (columns[0] && (columns[0].type !== 'image' && columns[0].type !== 'text' && columns[0].type !== 'number')) {
    if (columns[0] && !['image', 'text', 'number'].includes(columns[0].type)) {
      columns = columns.map(col => {
        let _cell = {
          uuid: Utils.getuuid(),
@@ -849,7 +849,7 @@
          Text: col.Text,
          Width: 20,
          abs: 'false',
          output: 'true',
          output: col.output || 'true',
          type: 'text',
        }