yangys
2025-08-18 fb2831158a3f2b744544c0b0e786c8a432ec1eaa
src/views/flowmgr/backImport.vue
@@ -23,7 +23,7 @@
      </avue-form>
    </el-dialog>
    <el-dialog title="文件名称" append-to-body v-model="fileViewModel">
      <el-table :data="tableData" border @row-click="showContent" max-height="200">
      <el-table :data="tableData" border @row-click="showContent" max-height="200" highlight-current-row>
        <el-table-column type="index" label="#" width="40" align="center"/>
        <el-table-column prop="name" label="程序名称"></el-table-column>
      </el-table>
@@ -61,7 +61,7 @@
            prop: 'programNo'
          },
          {
            label: '程序名称',
            label: '程序包名',
            prop: 'programName',
          },
          {