参数管理

Raod 3 years ago
parent f0ade0eaa7
commit 6141f2112a

@ -256,17 +256,17 @@
</el-button> </el-button>
</template> </template>
</el-table-column> </el-table-column>
<!-- <el-table-column :label="$t('btn.operationCol')" <el-table-column label="操作"
width="200"> width="200">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button type="text" <el-button type="text"
size="small" size="small"
@click.native.prevent="cutOutRow(scope.$index, tableData)">{{ $t('btn.delete') }}</el-button> @click.native.prevent="cutOutRow(scope.$index, tableData)">删除</el-button>
<el-button type="text" <el-button type="text"
size="small" size="small"
@click="addRow(scope.row)">追加</el-button> @click="addRow(scope.row)">追加</el-button>
</template> </template>
</el-table-column> --> </el-table-column>
</el-table> </el-table>
<el-checkbox <el-checkbox
v-model="isShowPagination" v-model="isShowPagination"

Loading…
Cancel
Save