|
@@ -215,12 +215,13 @@
|
|
|
@current-change="handleCurrentChange"
|
|
|
:row-class-name="rowClassName"
|
|
|
>
|
|
|
- <el-table-column
|
|
|
- sortable
|
|
|
- prop="showno"
|
|
|
- label="顺序号"
|
|
|
- width="85px"
|
|
|
- :show-overflow-tooltip="true"
|
|
|
+ <el-table-column
|
|
|
+ sortable
|
|
|
+ type="selection"
|
|
|
+ width="40"
|
|
|
+ align="center"
|
|
|
+ fixed="left"
|
|
|
+ class-name="cnspicuous"
|
|
|
></el-table-column>
|
|
|
<el-table-column
|
|
|
sortable
|
|
@@ -441,13 +442,12 @@
|
|
|
<span v-else>{{ scope.row.fid }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column
|
|
|
- sortable
|
|
|
- type="selection"
|
|
|
- width="40"
|
|
|
- align="center"
|
|
|
- fixed="left"
|
|
|
- class-name="cnspicuous"
|
|
|
+ <el-table-column
|
|
|
+ sortable
|
|
|
+ prop="showno"
|
|
|
+ label="顺序号"
|
|
|
+ width="85px"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
></el-table-column>
|
|
|
<el-table-column
|
|
|
sortable
|