factory_web/public/code/table.vue

33 lines
435 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--
* @Descripttion: 此文件由SCUI生成典型的VUE增删改列表页面组件
* @version: 1.0
* @Author: SCUI AutoCode 模板版本 1.0
* @Date: <%= date %>
* @LastEditors: (最后更新作者)
* @LastEditTime: (最后更新时间)
-->
<template>
table
</template>
<script>
export default {
name: '<%= name %>',
data() {
return {
}
},
mounted(){
},
methods: {
}
}
</script>
<style>
</style>