Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
be6e307b
authored
Mar 14, 2023
by
gexinzhineng/gxzn27
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
id显示为序号bug
parent
c6342142
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
src/views/bpm/form/form.data.ts
+1
-1
src/views/infra/apiAccessLog/apiAccessLog.data.ts
+1
-1
src/views/infra/apiErrorLog/apiErrorLog.data.ts
+1
-1
src/views/infra/fileConfig/fileConfig.data.ts
+1
-1
src/views/system/sms/smsLog/index.vue
+1
-1
No files found.
src/views/bpm/form/form.data.ts
View file @
be6e307b
...
@@ -10,7 +10,7 @@ export const rules = reactive({
...
@@ -10,7 +10,7 @@ export const rules = reactive({
// CrudSchema
// CrudSchema
const
crudSchemas
=
reactive
<
VxeCrudSchema
>
({
const
crudSchemas
=
reactive
<
VxeCrudSchema
>
({
primaryKey
:
'id'
,
primaryKey
:
'id'
,
primaryType
:
'
seq
'
,
primaryType
:
'
id
'
,
primaryTitle
:
'表单编号'
,
primaryTitle
:
'表单编号'
,
action
:
true
,
action
:
true
,
columns
:
[
columns
:
[
...
...
src/views/infra/apiAccessLog/apiAccessLog.data.ts
View file @
be6e307b
...
@@ -3,7 +3,7 @@ import type { VxeCrudSchema } from '@/hooks/web/useVxeCrudSchemas'
...
@@ -3,7 +3,7 @@ import type { VxeCrudSchema } from '@/hooks/web/useVxeCrudSchemas'
// CrudSchema
// CrudSchema
const
crudSchemas
=
reactive
<
VxeCrudSchema
>
({
const
crudSchemas
=
reactive
<
VxeCrudSchema
>
({
primaryKey
:
'id'
,
primaryKey
:
'id'
,
primaryType
:
'
seq
'
,
primaryType
:
'
id
'
,
primaryTitle
:
'日志编号'
,
primaryTitle
:
'日志编号'
,
action
:
true
,
action
:
true
,
actionWidth
:
'80px'
,
actionWidth
:
'80px'
,
...
...
src/views/infra/apiErrorLog/apiErrorLog.data.ts
View file @
be6e307b
...
@@ -3,7 +3,7 @@ import type { VxeCrudSchema } from '@/hooks/web/useVxeCrudSchemas'
...
@@ -3,7 +3,7 @@ import type { VxeCrudSchema } from '@/hooks/web/useVxeCrudSchemas'
// CrudSchema
// CrudSchema
const
crudSchemas
=
reactive
<
VxeCrudSchema
>
({
const
crudSchemas
=
reactive
<
VxeCrudSchema
>
({
primaryKey
:
'id'
,
primaryKey
:
'id'
,
primaryType
:
'
seq
'
,
primaryType
:
'
id
'
,
primaryTitle
:
'日志编号'
,
primaryTitle
:
'日志编号'
,
action
:
true
,
action
:
true
,
actionWidth
:
'300'
,
actionWidth
:
'300'
,
...
...
src/views/infra/fileConfig/fileConfig.data.ts
View file @
be6e307b
...
@@ -23,7 +23,7 @@ export const rules = reactive({
...
@@ -23,7 +23,7 @@ export const rules = reactive({
// CrudSchema
// CrudSchema
const
crudSchemas
=
reactive
<
VxeCrudSchema
>
({
const
crudSchemas
=
reactive
<
VxeCrudSchema
>
({
primaryKey
:
'id'
,
primaryKey
:
'id'
,
primaryType
:
'
seq
'
,
primaryType
:
'
id
'
,
primaryTitle
:
'配置编号'
,
primaryTitle
:
'配置编号'
,
action
:
true
,
action
:
true
,
actionWidth
:
'400px'
,
actionWidth
:
'400px'
,
...
...
src/views/system/sms/smsLog/index.vue
View file @
be6e307b
...
@@ -44,7 +44,7 @@ const [registerTable, { exportList }] = useXTable({
...
@@ -44,7 +44,7 @@ const [registerTable, { exportList }] = useXTable({
// 弹窗相关的变量
// 弹窗相关的变量
const
dialogVisible
=
ref
(
false
)
// 是否显示弹出层
const
dialogVisible
=
ref
(
false
)
// 是否显示弹出层
const
dialogTitle
=
ref
(
'详情'
)
// 弹出层标题
const
dialogTitle
=
ref
(
t
(
'action.detail'
)
)
// 弹出层标题
const
actionType
=
ref
(
''
)
// 操作按钮的类型
const
actionType
=
ref
(
''
)
// 操作按钮的类型
// ========== 详情相关 ==========
// ========== 详情相关 ==========
const
detailData
=
ref
()
// 详情 Ref
const
detailData
=
ref
()
// 详情 Ref
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment