@@ -732,12 +732,6 @@
</viewer>
</template>
</el-table-column>
- <el-table-column label="操作" width="150" align="center" fixed>
- <template slot-scope="scope">
- <el-button type="primary" plain size="mini" title="删除" style="margin-left:3px"
- v-if="scenefile.FileName != ''" @click="deletedata(scenefile.FileName.split('$')[scope.$index], scenefile.FileUrl.split('$')[scope.$index])">删除</el-button>
- </template>
- </el-table-column>
</el-table>
</el-card>
<!--打印内容结束-->