Browse Source

补充

feature/syp_points
曲树通 5 years ago
parent
commit
c4587e40fe
  1. 8
      src/views/modules/custom/archivesdept.vue

8
src/views/modules/custom/archivesdept.vue

@ -29,6 +29,14 @@
border
@selection-change="dataListSelectionChangeHandle"
style="width: 100%;">
<el-table-column label="序号"
width="50px"
header-align="center"
align="center">
<template slot-scope="scope">
{{scope.$index+1}}
</template>
</el-table-column>
<el-table-column prop="dept"
label="归属部门"
header-align="center"

Loading…
Cancel
Save