update 表格的序号列
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
import TableOperaionComponent from "@/components/noTemplateComponents/operationComponent";
|
||||
import switchBtn from "@/components/noTemplateComponents/switchBtn";
|
||||
import request from "@/utils/request";
|
||||
import { timeFilter } from '@/utils/filters'
|
||||
|
||||
export default function () {
|
||||
const tableProps = [
|
||||
{ type: 'index', label: '序号' },
|
||||
{ prop: "createTime", label: "添加时间", filter: timeFilter },
|
||||
{ prop: "name", label: "供应商名称" },
|
||||
{ prop: "code", label: "编码" },
|
||||
{ prop: "tel", label: "联系电话" },
|
||||
|
||||
Reference in New Issue
Block a user