Browse Source

250307

master
李达明 6 days ago
parent
commit
5d7e3f4588
  1. 55
      src/api/opc/dieCuttingMachine/index.ts
  2. 76
      src/api/opc/thicknessDetection/index.ts
  3. 12
      src/views/battery/monomer/index.vue
  4. 94
      src/views/opc/dieCuttingMachine/dieCuttingMachine.data.ts
  5. 244
      src/views/opc/dieCuttingMachine/index.vue
  6. 244
      src/views/opc/thicknessDetection/index.vue
  7. 228
      src/views/opc/thicknessDetection/thicknessDetection.data.ts

55
src/api/opc/dieCuttingMachine/index.ts

@ -0,0 +1,55 @@
import request from '@/config/axios'
export interface DieCuttingMachineVO {
id: number
mcode: string
mname: string
impDateTime: string
extremelyLong: string
extremelyWidth: string
shoulderWidth: string
extremeEarWidth: string
extremeEarHeight: string
materialHigh: string
}
// 查询模切-CSV列表
export const getDieCuttingMachinePage = async (params) => {
if (params.isSearch) {
delete params.isSearch
const data = {...params}
return await request.post({ url: '/opc/die-cutting-machine/senior', data })
} else {
return await request.get({ url: `/opc/die-cutting-machine/page`, params })
}
}
// 查询模切-CSV详情
export const getDieCuttingMachine = async (id: number) => {
return await request.get({ url: `/opc/die-cutting-machine/get?id=` + id })
}
// 新增模切-CSV
export const createDieCuttingMachine = async (data: DieCuttingMachineVO) => {
return await request.post({ url: `/opc/die-cutting-machine/create`, data })
}
// 修改模切-CSV
export const updateDieCuttingMachine = async (data: DieCuttingMachineVO) => {
return await request.put({ url: `/opc/die-cutting-machine/update`, data })
}
// 删除模切-CSV
export const deleteDieCuttingMachine = async (id: number) => {
return await request.delete({ url: `/opc/die-cutting-machine/delete?id=` + id })
}
// 导出模切-CSV Excel
export const exportDieCuttingMachine = async (params) => {
return await request.download({ url: `/opc/die-cutting-machine/export-excel`, params })
}
// 下载用户导入模板
export const importTemplate = () => {
return request.download({ url: '/opc/die-cutting-machine/get-import-template' })
}

76
src/api/opc/thicknessDetection/index.ts

@ -0,0 +1,76 @@
import request from '@/config/axios'
export interface ThicknessDetectionVO {
id: number
mcode: string
mname: string
impDateTime: string
batch: string
rollFilmNumber: number
scansNumber: number
substrateWidth: string
targetValue: string
specificationUpper: string
specificationUnder: string
averageValue: string
maxValue: string
minValue: string
cpk: string
sigma: string
compensationValue: string
beltSpeed: string
rollLength: string
partitionDate1: string
partitionDate2: string
partitionDate3: string
partitionDate4: string
partitionDate5: string
partitionDate6: string
partitionDate7: string
partitionDate8: string
partitionDate9: string
partitionDate10: string
partitionDate11: string
partitionDate12: string
}
// 查询测厚仪列表
export const getThicknessDetectionPage = async (params) => {
if (params.isSearch) {
delete params.isSearch
const data = {...params}
return await request.post({ url: '/opc/thickness-detection/senior', data })
} else {
return await request.get({ url: `/opc/thickness-detection/page`, params })
}
}
// 查询测厚仪详情
export const getThicknessDetection = async (id: number) => {
return await request.get({ url: `/opc/thickness-detection/get?id=` + id })
}
// 新增测厚仪
export const createThicknessDetection = async (data: ThicknessDetectionVO) => {
return await request.post({ url: `/opc/thickness-detection/create`, data })
}
// 修改测厚仪
export const updateThicknessDetection = async (data: ThicknessDetectionVO) => {
return await request.put({ url: `/opc/thickness-detection/update`, data })
}
// 删除测厚仪
export const deleteThicknessDetection = async (id: number) => {
return await request.delete({ url: `/opc/thickness-detection/delete?id=` + id })
}
// 导出测厚仪 Excel
export const exportThicknessDetection = async (params) => {
return await request.download({ url: `/opc/thickness-detection/export-excel`, params })
}
// 下载用户导入模板
export const importTemplate = () => {
return request.download({ url: '/opc/thickness-detection/get-import-template' })
}

12
src/views/battery/monomer/index.vue

@ -390,17 +390,17 @@ const formsSuccess = async (formType,data) => {
if(data.activeTime==0)data.activeTime = null;
if(data.expireTime==0)data.expireTime = null;
//
data.cellDeviceList= tableDataDevice.value
data.cellDeviceList = tableDataDevice.value
//
data.cellEnvList= tableDataEnv.value
data.cellEnvList = tableDataEnv.value
//
data.cellPassList= tableDataPlate.value
data.cellPlateList = tableDataPlate.value
//
data.cellCoreList= tableDataCore.value
data.cellCoreList = tableDataCore.value
//
data.cellProdList= tableDataProd.value
data.cellProdList = tableDataProd.value
//
data.cellPassList= tableDataPass.value
data.cellPassList = tableDataPass.value
const validateFormDevice = await tableFormDeviceRef.value.validateForm()

94
src/views/opc/dieCuttingMachine/dieCuttingMachine.data.ts

@ -0,0 +1,94 @@
import type { CrudSchema } from '@/hooks/web/useCrudSchemas'
import { dateFormatter } from '@/utils/formatTime'
// 表单校验
export const DieCuttingMachineRules = reactive({
})
export const DieCuttingMachine = useCrudSchemas(reactive<CrudSchema[]>([
// {
// label: 'id',
// field: 'id',
// sort: 'custom',
// isForm: false,
// },
{
label: '设备编号',
field: 'mcode',
sort: 'custom',
isSearch: true,
},
{
label: '设备名称',
field: 'mname',
sort: 'custom',
isSearch: true,
},
{
label: '时间',
field: 'impDateTime',
sort: 'custom',
isSearch: true,
},
{
label: '极片长',
field: 'extremelyLong',
sort: 'custom',
isSearch: true,
},
{
label: '极片宽',
field: 'extremelyWidth',
sort: 'custom',
isSearch: true,
},
{
label: '肩宽',
field: 'shoulderWidth',
sort: 'custom',
isSearch: true,
},
{
label: '极耳宽',
field: 'extremeEarWidth',
sort: 'custom',
isSearch: true,
},
{
label: '极耳高',
field: 'extremeEarHeight',
sort: 'custom',
isSearch: true,
},
{
label: '料高',
field: 'materialHigh',
sort: 'custom',
isSearch: true,
// },
// {
// label: 'create_time',
// field: 'createTime',
// sort: 'custom',
// formatter: dateFormatter,
// isSearch: true,
// search: {
// component: 'DatePicker',
// componentProps: {
// valueFormat: 'YYYY-MM-DD HH:mm:ss',
// type: 'daterange',
// defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')]
// }
// },
// isForm: false,
// },
// {
// label: '操作',
// field: 'action',
// isForm: false,
// table: {
// width: 150,
// fixed: 'right'
// }
}
]))

244
src/views/opc/dieCuttingMachine/index.vue

@ -0,0 +1,244 @@
<template>
<ContentWrap>
<!-- 搜索工作栏 -->
<Search :schema="DieCuttingMachine.allSchemas.searchSchema" @search="setSearchParams" @reset="setSearchParams" />
</ContentWrap>
<!-- 列表头部 -->
<TableHead
:HeadButttondata="HeadButttondata"
@button-base-click="buttonBaseClick"
:routeName="routeName"
@updataTableColumns="updataTableColumns"
@searchFormClick="searchFormClick"
:allSchemas="DieCuttingMachine.allSchemas"
/>
<!-- 列表 -->
<ContentWrap>
<Table
:columns="tableColumns"
:data="tableObject.tableList"
:loading="tableObject.loading"
:pagination="{
total: tableObject.total
}"
v-model:pageSize="tableObject.pageSize"
v-model:currentPage="tableObject.currentPage"
v-model:sort="tableObject.sort"
>
<template #code="{row}">
<el-button type="primary" link @click="openDetail(row, '代码', row.code)">
<span>{{ row.code }}</span>
</el-button>
</template>
<template #action="{ row }">
<ButtonBase :Butttondata="butttondata" @button-base-click="buttonTableClick($event,row)" />
</template>
</Table>
</ContentWrap>
<!-- 表单弹窗添加/修改 -->
<BasicForm
ref="basicFormRef"
@success="formsSuccess"
:rules="DieCuttingMachineRules"
:formAllSchemas="DieCuttingMachine.allSchemas"
:apiUpdate="DieCuttingMachineApi.updateDieCuttingMachine"
:apiCreate="DieCuttingMachineApi.createDieCuttingMachine"
@searchTableSuccess="searchTableSuccess"
:isBusiness="false"
/>
<!-- 详情 -->
<Detail ref="detailRef" :isBasic="true" :allSchemas="DieCuttingMachine.allSchemas" />
<!-- 导入 -->
<ImportForm ref="importFormRef" url="/opc/die-cutting-machine/import" :importTemplateData="importTemplateData" @success="importSuccess" />
</template>
<script setup lang="ts">
import download from '@/utils/download'
import { DieCuttingMachine,DieCuttingMachineRules } from './dieCuttingMachine.data'
import * as DieCuttingMachineApi from '@/api/opc/dieCuttingMachine'
import * as defaultButtons from '@/utils/disposition/defaultButtons'
import TableHead from '@/components/TableHead/src/TableHead.vue'
import ImportForm from '@/components/ImportForm/src/ImportForm.vue'
import Detail from '@/components/Detail/src/Detail.vue'
defineOptions({ name: 'DieCuttingMachine' })
const message = useMessage() //
const { t } = useI18n() //
const route = useRoute() //
const routeName = ref()
routeName.value = route.name
const tableColumns = ref(DieCuttingMachine.allSchemas.tableColumns)
//
const searchTableSuccess = (formField, searchField, val, formRef) => {
nextTick(() => {
const setV = {}
setV[formField] = val[0][searchField]
formRef.setValues(setV)
})
}
//
const updataTableColumns = (val) => {
tableColumns.value = val
}
const { tableObject, tableMethods } = useTable({
getListApi: DieCuttingMachineApi.getDieCuttingMachinePage //
})
//
const { getList, setSearchParams } = tableMethods
//
const HeadButttondata = [
// defaultButtons.defaultAddBtn({hasPermi:'wms:dieCuttingMachine:create'}), //
// defaultButtons.defaultImportBtn({hasPermi:'wms:dieCuttingMachine:import'}), //
defaultButtons.defaultExportBtn({hasPermi:'opc:dieCuttingMachine:export'}), //
defaultButtons.defaultFreshBtn(null), //
// defaultButtons.defaultFilterBtn(null), //
defaultButtons.defaultSetBtn(null), //
// {
// label: '',
// name: 'zdy',
// hide: false,
// type: 'primary',
// icon: 'Select',
// color: ''
// },
]
//
const buttonBaseClick = (val, item) => {
if (val == 'add') { //
openForm('create')
} else if (val == 'import') { //
handleImport()
} else if (val == 'export') { //
handleExport()
} else if (val == 'refresh') { //
getList()
} else if (val == 'filtrate') { //
} else { //
console.log('其他按钮', item)
}
}
// -
const butttondata = [
defaultButtons.mainListEditBtn({hasPermi:'wms:dieCuttingMachine:update'}), //
defaultButtons.mainListDeleteBtn({hasPermi:'wms:dieCuttingMachine:delete'}), //
]
// -
const buttonTableClick = async (val, row) => {
if (val == 'edit') { //
openForm('update', row)
} else if (val == 'delete') { //
handleDelete(row.id)
}
}
/** 添加/修改操作 */
const basicFormRef = ref()
const openForm = (type: string, row?: any) => {
basicFormRef.value.open(type, row)
}
// form
const formsSuccess = async (formType,data) => {
var isHave =DieCuttingMachine.allSchemas.formSchema.some(function (item) {
return item.field === 'activeTime' || item.field === 'expireTime';
});
if(isHave){
if(data.activeTime && data.expireTime && data.activeTime >=data.expireTime){
message.error('失效时间要大于生效时间')
return;
}
}
if(data.activeTime==0)data.activeTime = null;
if(data.expireTime==0)data.expireTime = null;
if (formType === 'create') {
await DieCuttingMachineApi.createDieCuttingMachine(data)
message.success(t('common.createSuccess'))
} else {
await DieCuttingMachineApi.updateDieCuttingMachine(data)
message.success(t('common.updateSuccess'))
}
basicFormRef.value.dialogVisible = false
getList()
}
/** 详情操作 */
const detailRef = ref()
const openDetail = (row: any, titleName: any, titleValue: any) => {
detailRef.value.openDetail(row, titleName, titleValue, 'basicDieCuttingMachine')
}
/** 删除按钮操作 */
const handleDelete = async (id: number) => {
try {
//
await message.delConfirm()
//
await DieCuttingMachineApi.deleteDieCuttingMachine(id)
message.success(t('common.delSuccess'))
//
await getList()
} catch {}
}
/** 导出按钮操作 */
const exportLoading = ref(false) //
const handleExport = async () => {
try {
//
await message.exportConfirm()
//
exportLoading.value = true
const data = await DieCuttingMachineApi.exportDieCuttingMachine(tableObject.params)
download.excel(data, '模切-CSV.xlsx')
} catch {
} finally {
exportLoading.value = false
}
}
/** 导入 */
const importFormRef = ref()
const handleImport = () => {
importFormRef.value.open()
}
//
const importTemplateData = reactive({
templateUrl: '',
templateTitle: '模切-CSV导入模版.xlsx'
})
//
const importSuccess = () => {
getList()
}
//
const searchFormClick = (searchData) => {
tableObject.params = {
isSearch: true,
filters: searchData.filters
}
getList() //
}
/** 初始化 **/
onMounted(async () => {
getList()
importTemplateData.templateUrl = await DieCuttingMachineApi.importTemplate()
})
</script>

244
src/views/opc/thicknessDetection/index.vue

@ -0,0 +1,244 @@
<template>
<ContentWrap>
<!-- 搜索工作栏 -->
<Search :schema="ThicknessDetection.allSchemas.searchSchema" @search="setSearchParams" @reset="setSearchParams" />
</ContentWrap>
<!-- 列表头部 -->
<TableHead
:HeadButttondata="HeadButttondata"
@button-base-click="buttonBaseClick"
:routeName="routeName"
@updataTableColumns="updataTableColumns"
@searchFormClick="searchFormClick"
:allSchemas="ThicknessDetection.allSchemas"
/>
<!-- 列表 -->
<ContentWrap>
<Table
:columns="tableColumns"
:data="tableObject.tableList"
:loading="tableObject.loading"
:pagination="{
total: tableObject.total
}"
v-model:pageSize="tableObject.pageSize"
v-model:currentPage="tableObject.currentPage"
v-model:sort="tableObject.sort"
>
<template #code="{row}">
<el-button type="primary" link @click="openDetail(row, '代码', row.code)">
<span>{{ row.code }}</span>
</el-button>
</template>
<template #action="{ row }">
<ButtonBase :Butttondata="butttondata" @button-base-click="buttonTableClick($event,row)" />
</template>
</Table>
</ContentWrap>
<!-- 表单弹窗添加/修改 -->
<BasicForm
ref="basicFormRef"
@success="formsSuccess"
:rules="ThicknessDetectionRules"
:formAllSchemas="ThicknessDetection.allSchemas"
:apiUpdate="ThicknessDetectionApi.updateThicknessDetection"
:apiCreate="ThicknessDetectionApi.createThicknessDetection"
@searchTableSuccess="searchTableSuccess"
:isBusiness="false"
/>
<!-- 详情 -->
<Detail ref="detailRef" :isBasic="true" :allSchemas="ThicknessDetection.allSchemas" />
<!-- 导入 -->
<ImportForm ref="importFormRef" url="/opc/thickness-detection/import" :importTemplateData="importTemplateData" @success="importSuccess" />
</template>
<script setup lang="ts">
import download from '@/utils/download'
import { ThicknessDetection,ThicknessDetectionRules } from './thicknessDetection.data'
import * as ThicknessDetectionApi from '@/api/opc/thicknessDetection'
import * as defaultButtons from '@/utils/disposition/defaultButtons'
import TableHead from '@/components/TableHead/src/TableHead.vue'
import ImportForm from '@/components/ImportForm/src/ImportForm.vue'
import Detail from '@/components/Detail/src/Detail.vue'
defineOptions({ name: 'ThicknessDetection' })
const message = useMessage() //
const { t } = useI18n() //
const route = useRoute() //
const routeName = ref()
routeName.value = route.name
const tableColumns = ref(ThicknessDetection.allSchemas.tableColumns)
//
const searchTableSuccess = (formField, searchField, val, formRef) => {
nextTick(() => {
const setV = {}
setV[formField] = val[0][searchField]
formRef.setValues(setV)
})
}
//
const updataTableColumns = (val) => {
tableColumns.value = val
}
const { tableObject, tableMethods } = useTable({
getListApi: ThicknessDetectionApi.getThicknessDetectionPage //
})
//
const { getList, setSearchParams } = tableMethods
//
const HeadButttondata = [
// defaultButtons.defaultAddBtn({hasPermi:'opc:thicknessDetection:create'}), //
// defaultButtons.defaultImportBtn({hasPermi:'opc:thicknessDetection:import'}), //
defaultButtons.defaultExportBtn({hasPermi:'opc:thicknessDetection:export'}), //
defaultButtons.defaultFreshBtn(null), //
// defaultButtons.defaultFilterBtn(null), //
defaultButtons.defaultSetBtn(null), //
// {
// label: '',
// name: 'zdy',
// hide: false,
// type: 'primary',
// icon: 'Select',
// color: ''
// },
]
//
const buttonBaseClick = (val, item) => {
if (val == 'add') { //
openForm('create')
} else if (val == 'import') { //
handleImport()
} else if (val == 'export') { //
handleExport()
} else if (val == 'refresh') { //
getList()
} else if (val == 'filtrate') { //
} else { //
console.log('其他按钮', item)
}
}
// -
const butttondata = [
defaultButtons.mainListEditBtn({hasPermi:'wms:thicknessDetection:update'}), //
defaultButtons.mainListDeleteBtn({hasPermi:'wms:thicknessDetection:delete'}), //
]
// -
const buttonTableClick = async (val, row) => {
if (val == 'edit') { //
openForm('update', row)
} else if (val == 'delete') { //
handleDelete(row.id)
}
}
/** 添加/修改操作 */
const basicFormRef = ref()
const openForm = (type: string, row?: any) => {
basicFormRef.value.open(type, row)
}
// form
const formsSuccess = async (formType,data) => {
var isHave =ThicknessDetection.allSchemas.formSchema.some(function (item) {
return item.field === 'activeTime' || item.field === 'expireTime';
});
if(isHave){
if(data.activeTime && data.expireTime && data.activeTime >=data.expireTime){
message.error('失效时间要大于生效时间')
return;
}
}
if(data.activeTime==0)data.activeTime = null;
if(data.expireTime==0)data.expireTime = null;
if (formType === 'create') {
await ThicknessDetectionApi.createThicknessDetection(data)
message.success(t('common.createSuccess'))
} else {
await ThicknessDetectionApi.updateThicknessDetection(data)
message.success(t('common.updateSuccess'))
}
basicFormRef.value.dialogVisible = false
getList()
}
/** 详情操作 */
const detailRef = ref()
const openDetail = (row: any, titleName: any, titleValue: any) => {
detailRef.value.openDetail(row, titleName, titleValue, 'basicThicknessDetection')
}
/** 删除按钮操作 */
const handleDelete = async (id: number) => {
try {
//
await message.delConfirm()
//
await ThicknessDetectionApi.deleteThicknessDetection(id)
message.success(t('common.delSuccess'))
//
await getList()
} catch {}
}
/** 导出按钮操作 */
const exportLoading = ref(false) //
const handleExport = async () => {
try {
//
await message.exportConfirm()
//
exportLoading.value = true
const data = await ThicknessDetectionApi.exportThicknessDetection(tableObject.params)
download.excel(data, '测厚仪.xlsx')
} catch {
} finally {
exportLoading.value = false
}
}
/** 导入 */
const importFormRef = ref()
const handleImport = () => {
importFormRef.value.open()
}
//
const importTemplateData = reactive({
templateUrl: '',
templateTitle: '测厚仪导入模版.xlsx'
})
//
const importSuccess = () => {
getList()
}
//
const searchFormClick = (searchData) => {
tableObject.params = {
isSearch: true,
filters: searchData.filters
}
getList() //
}
/** 初始化 **/
onMounted(async () => {
getList()
importTemplateData.templateUrl = await ThicknessDetectionApi.importTemplate()
})
</script>

228
src/views/opc/thicknessDetection/thicknessDetection.data.ts

@ -0,0 +1,228 @@
import type { CrudSchema } from '@/hooks/web/useCrudSchemas'
import { dateFormatter } from '@/utils/formatTime'
// 表单校验
export const ThicknessDetectionRules = reactive({
})
export const ThicknessDetection = useCrudSchemas(reactive<CrudSchema[]>([
// {
// label: 'id',
// field: 'id',
// sort: 'custom',
// isForm: false,
// },
{
label: '设备编号',
field: 'mcode',
sort: 'custom',
isSearch: true,
},
{
label: '设备名称',
field: 'mname',
sort: 'custom',
isSearch: true,
},
{
label: '扫描时间',
field: 'impDateTime',
sort: 'custom',
isSearch: true,
},
{
label: '批次',
field: 'batch',
sort: 'custom',
isSearch: true,
},
{
label: '膜卷号',
field: 'rollFilmNumber',
sort: 'custom',
isSearch: true,
form: {
component: 'InputNumber',
value: 0
},
},
{
label: '扫描次数',
field: 'scansNumber',
sort: 'custom',
isSearch: false,
form: {
component: 'InputNumber',
value: 0
},
},
{
label: '基材宽度',
field: 'substrateWidth',
sort: 'custom',
isSearch: false,
},
{
label: '目标值',
field: 'targetValue',
sort: 'custom',
isSearch: false,
},
{
label: '规格上限',
field: 'specificationUpper',
sort: 'custom',
isSearch: false,
},
{
label: '规格下限',
field: 'specificationUnder',
sort: 'custom',
isSearch: false,
},
{
label: '平均值',
field: 'averageValue',
sort: 'custom',
isSearch: false,
},
{
label: '最大值',
field: 'maxValue',
sort: 'custom',
isSearch: false,
},
{
label: '最小值',
field: 'minValue',
sort: 'custom',
isSearch: false,
},
{
label: 'CPK',
field: 'cpk',
sort: 'custom',
isSearch: false,
},
{
label: 'sigma',
field: 'sigma',
sort: 'custom',
isSearch: false,
},
{
label: '补偿值',
field: 'compensationValue',
sort: 'custom',
isSearch: false,
},
{
label: '走带速度(m/m)',
field: 'beltSpeed',
sort: 'custom',
isSearch: false,
},
{
label: '卷长(m)',
field: 'rollLength',
sort: 'custom',
isSearch: false,
},
{
label: '分区数据1',
field: 'partitionDate1',
sort: 'custom',
isSearch: false,
},
{
label: '分区数据2',
field: 'partitionDate2',
sort: 'custom',
isSearch: false,
},
{
label: '分区数据3',
field: 'partitionDate3',
sort: 'custom',
isSearch: false,
},
{
label: '分区数据4',
field: 'partitionDate4',
sort: 'custom',
isSearch: false,
},
{
label: '分区数据5',
field: 'partitionDate5',
sort: 'custom',
isSearch: false,
},
{
label: '分区数据6',
field: 'partitionDate6',
sort: 'custom',
isSearch: false,
},
{
label: '分区数据7',
field: 'partitionDate7',
sort: 'custom',
isSearch: false,
},
{
label: '分区数据8',
field: 'partitionDate8',
sort: 'custom',
isSearch: false,
},
{
label: '分区数据9',
field: 'partitionDate9',
sort: 'custom',
isSearch: false,
},
{
label: '分区数据10',
field: 'partitionDate10',
sort: 'custom',
isSearch: false,
},
{
label: '分区数据11',
field: 'partitionDate11',
sort: 'custom',
isSearch: false,
},
{
label: '分区数据12',
field: 'partitionDate12',
sort: 'custom',
isSearch: false,
// },
// {
// label: 'create_time',
// field: 'createTime',
// sort: 'custom',
// formatter: dateFormatter,
// isSearch: true,
// search: {
// component: 'DatePicker',
// componentProps: {
// valueFormat: 'YYYY-MM-DD HH:mm:ss',
// type: 'daterange',
// defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')]
// }
// },
// isForm: false,
// },
// {
// label: '操作',
// field: 'action',
// isForm: false,
// table: {
// width: 150,
// fixed: 'right'
// }
}
]))
Loading…
Cancel
Save