update 添加时间最右
This commit is contained in:
@@ -67,9 +67,9 @@ export default async function () {
|
||||
console.log('category ====> ', categoryList)
|
||||
const tableProps = [
|
||||
{ type: 'index', label: '序号' },
|
||||
{ prop: "createTime", label: "添加时间", width: 180, filter: timeFilter },
|
||||
{ prop: "fileName", label: "报表名称" },
|
||||
{ prop: "category", label: "报表分类", subcomponent: CategoryList, options: categoryList },
|
||||
{ prop: "createTime", label: "添加时间", width: 180, filter: timeFilter },
|
||||
{
|
||||
prop: "operations",
|
||||
name: "操作",
|
||||
|
||||
@@ -49,9 +49,9 @@ export async function fetchCategoryList() {
|
||||
export default function () {
|
||||
const tableProps = [
|
||||
{ type: "index", label: "序号" },
|
||||
{ prop: "createTime", label: "添加时间", width: 180, filter: timeFilter },
|
||||
{ prop: "fileName", label: "报表名称" },
|
||||
{ prop: "category", label: "报表分类", subcomponent: CategoryList, options: [] },
|
||||
{ prop: "createTime", label: "添加时间", width: 180, filter: timeFilter },
|
||||
{
|
||||
prop: "operations",
|
||||
name: "操作",
|
||||
|
||||
Reference in New Issue
Block a user