update 更新upload组件样式,更新列表的index

This commit is contained in:
2022-09-07 15:02:05 +08:00
parent 2d557c8196
commit 08aa78fdb1
14 changed files with 69 additions and 14 deletions

View File

@@ -67,6 +67,10 @@ import TableOperateComponent from '@/components/base-table/components/operationC
import AttrForm from './workshopSectionDialogAttrForm.vue'
import { calcMaxHeight } from '@/utils'
const tableProps = [
{
type: 'index',
name: i18n.t('index')
},
{ name: i18n.t('eq.name'), prop: 'equipmentName' },
{ name: i18n.t('dept.sort'), prop: 'sort' },
{