@@ -99,17 +99,6 @@
</el-button>
</template>
</el-table-column>
- <el-table-column label="预览">
- <template slot-scope="scope">
- <el-button
- size="mini"
- icon="el-icon-view"
- :disabled="checkEmptyStr(scope.row.fileUrl)"
- @click="preview(scope.row)"
- >预览
- </el-button>
- </template>
- </el-table-column>
</el-table>
</div>