合并调整完成
This commit is contained in:
parent
8b0b7d608c
commit
7f805412d9
@ -4,9 +4,7 @@ import { useClipboard } from '@vueuse/core';
|
||||
import { useFormRules, useNaiveForm } from '@/hooks/common/form';
|
||||
import OperateDrawer from '@/components/common/operate-drawer.vue';
|
||||
import { $t } from '@/locales';
|
||||
import { fetchAddNamespace, fetchEditNamespace } from '@/service/api';
|
||||
import { useAuthStore } from '@/store/modules/auth';
|
||||
import { translateOptions } from '@/utils/common';
|
||||
import { fetchAddCategory, fetchEditCategory } from '@/service/api'
|
||||
// import { categoryTypeOptions } from '@/constants/business';
|
||||
import dict from '@/utils/dict';
|
||||
|
@ -40,12 +40,12 @@ const { columns, columnChecks, data, getData, loading, mobilePagination, searchP
|
||||
key: 'dictCode',
|
||||
title: $t('page.dictionaryData.dictionaryCode'),
|
||||
align: 'center',
|
||||
width: 64
|
||||
width: 200
|
||||
},
|
||||
{
|
||||
key: 'dictLabel',
|
||||
title: $t('page.dictionaryData.dictionaryLabel' as App.I18n.I18nKey),
|
||||
align: 'left',
|
||||
align: 'center',
|
||||
width: 200,
|
||||
render: row => {
|
||||
function showDetailDrawer() {
|
||||
@ -63,7 +63,7 @@ const { columns, columnChecks, data, getData, loading, mobilePagination, searchP
|
||||
{
|
||||
key: 'dictValue',
|
||||
title: $t('page.dictionaryData.dictionaryValue'),
|
||||
align: 'left',
|
||||
align: 'center',
|
||||
width: 200,
|
||||
render: row => {
|
||||
if (row.dictType === null) {
|
||||
@ -75,7 +75,7 @@ const { columns, columnChecks, data, getData, loading, mobilePagination, searchP
|
||||
{
|
||||
key: 'dictType',
|
||||
title: $t('page.dictionaryData.dictionaryType'),
|
||||
align: 'left',
|
||||
align: 'center',
|
||||
width: 200,
|
||||
render: row => {
|
||||
if (row.dictType === null) {
|
||||
|
@ -50,7 +50,7 @@ const { columns, columnChecks, data, getData, loading, mobilePagination, searchP
|
||||
{
|
||||
key: 'dictName',
|
||||
title: $t('page.dictionaryType.dictionaryName' as App.I18n.I18nKey),
|
||||
align: 'left',
|
||||
align: 'center',
|
||||
width: 200,
|
||||
render: row => {
|
||||
function showDetailDrawer() {
|
||||
@ -67,7 +67,7 @@ const { columns, columnChecks, data, getData, loading, mobilePagination, searchP
|
||||
{
|
||||
key: 'dictType',
|
||||
title: $t('page.dictionaryType.dictionaryType'),
|
||||
align: 'left',
|
||||
align: 'center',
|
||||
width: 200,
|
||||
render: row => {
|
||||
if (row.dictType === null) {
|
||||
|
Loading…
Reference in New Issue
Block a user