Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
enterprise-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
enterprise-platform
Commits
3ad5ad53
Commit
3ad5ad53
authored
Oct 10, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
7ee844a6
d098f2cb
Changes
10
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
184 additions
and
52 deletions
+184
-52
enterprise-manager-ui/admin/src/assets/mixins/table.js
enterprise-manager-ui/admin/src/assets/mixins/table.js
+5
-1
enterprise-manager-ui/admin/src/components/tools/FormButtons.vue
...ise-manager-ui/admin/src/components/tools/FormButtons.vue
+1
-1
enterprise-manager-ui/admin/src/views/company/list.vue
enterprise-manager-ui/admin/src/views/company/list.vue
+2
-2
enterprise-manager-ui/admin/src/views/feedback/list.vue
enterprise-manager-ui/admin/src/views/feedback/list.vue
+6
-6
enterprise-manager-ui/admin/src/views/labels/list.vue
enterprise-manager-ui/admin/src/views/labels/list.vue
+1
-1
enterprise-manager-ui/admin/src/views/position/list.vue
enterprise-manager-ui/admin/src/views/position/list.vue
+1
-1
enterprise-manager-ui/admin/src/views/product/drawershow.vue
enterprise-manager-ui/admin/src/views/product/drawershow.vue
+164
-36
enterprise-manager-ui/admin/src/views/product/list.vue
enterprise-manager-ui/admin/src/views/product/list.vue
+1
-1
enterprise-manager-ui/admin/src/views/staff/list.vue
enterprise-manager-ui/admin/src/views/staff/list.vue
+1
-1
enterprise-manager-ui/admin/src/views/staff/record/list.vue
enterprise-manager-ui/admin/src/views/staff/record/list.vue
+2
-2
No files found.
enterprise-manager-ui/admin/src/assets/mixins/table.js
View file @
3ad5ad53
...
@@ -222,7 +222,11 @@ export default {
...
@@ -222,7 +222,11 @@ export default {
// 格式化单元格数据
// 格式化单元格数据
formatterDate
(
row
,
column
)
{
formatterDate
(
row
,
column
)
{
//console.log("date:",row,column)
//console.log("date:",row,column)
if
(
formatterDate
(
row
,
column
)){
return
formatterDate
(
row
,
column
)
return
formatterDate
(
row
,
column
)
}
else
{
return
'
--
'
}
},
},
// 格式化单元格数据 只要年月日
// 格式化单元格数据 只要年月日
formatterDateOnly
(
row
,
column
)
{
formatterDateOnly
(
row
,
column
)
{
...
...
enterprise-manager-ui/admin/src/components/tools/FormButtons.vue
View file @
3ad5ad53
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<slot
name=
"prepend"
></slot>
<slot
name=
"prepend"
></slot>
<slot>
<slot>
<el-button
v-if=
"!noSaveBtn"
type=
"primary"
@
click=
'$emit("submit")'
icon=
'el-icon-circle-check-outline'
>
保存
</el-button>
<el-button
v-if=
"!noSaveBtn"
type=
"primary"
@
click=
'$emit("submit")'
icon=
'el-icon-circle-check-outline'
>
保存
</el-button>
<el-button
v-if=
"!noCancelBtn"
@
click=
"$router.go(-1)"
icon=
'el-icon-circle-close-outline'
>
取消
</el-button>
<el-button
v-if=
"!noCancelBtn"
@
click=
'$emit("cancel")'
icon=
'el-icon-circle-close-outline'
>
取消
</el-button>
</slot>
</slot>
<slot
name=
"append"
></slot>
<slot
name=
"append"
></slot>
</el-form-item>
</el-form-item>
...
...
enterprise-manager-ui/admin/src/views/company/list.vue
View file @
3ad5ad53
...
@@ -54,9 +54,9 @@
...
@@ -54,9 +54,9 @@
{
label
:
"
联系电话
"
,
prop
:
"
contactPhone
"
},
{
label
:
"
联系电话
"
,
prop
:
"
contactPhone
"
},
{
label
:
"
经营地址
"
,
prop
:
"
businessAdress
"
},
{
label
:
"
经营地址
"
,
prop
:
"
businessAdress
"
,
formatter
:
this
.
formatters
},
{
label
:
"
描述
"
,
prop
:
"
companyIntroduction
"
},
{
label
:
"
描述
"
,
prop
:
"
companyIntroduction
"
,
formatter
:
this
.
formatters
},
{
label
:
"
更新时间
"
,
prop
:
"
createTime
"
,
formatter
:
this
.
formatterDate
},
{
label
:
"
更新时间
"
,
prop
:
"
createTime
"
,
formatter
:
this
.
formatterDate
},
...
...
enterprise-manager-ui/admin/src/views/feedback/list.vue
View file @
3ad5ad53
...
@@ -105,22 +105,22 @@
...
@@ -105,22 +105,22 @@
{
type
:
"
index
"
,
label
:
"
序号
"
,
width
:
50
},
{
type
:
"
index
"
,
label
:
"
序号
"
,
width
:
50
},
{
label
:
"
内容
"
,
prop
:
"
content
"
},
{
label
:
"
内容
"
,
prop
:
"
content
"
,
formatter
:
this
.
formatter
},
{
label
:
"
真实姓名
"
,
prop
:
"
feedbackName
"
},
{
label
:
"
真实姓名
"
,
prop
:
"
feedbackName
"
,
formatter
:
this
.
formatter
},
{
label
:
"
联系电话
"
,
prop
:
"
contactInfo
"
},
{
label
:
"
联系电话
"
,
prop
:
"
contactInfo
"
,
formatter
:
this
.
formatter
},
{
label
:
"
单位名称
"
,
prop
:
"
companyName
"
},
{
label
:
"
单位名称
"
,
prop
:
"
companyName
"
,
formatter
:
this
.
formatter
},
{
label
:
"
邮箱地址
"
,
prop
:
"
email
"
},
{
label
:
"
邮箱地址
"
,
prop
:
"
email
"
,
formatter
:
this
.
formatter
},
{
label
:
"
提交时间
"
,
prop
:
"
createTime
"
,
formatter
:
this
.
formatterDate
},
{
label
:
"
提交时间
"
,
prop
:
"
createTime
"
,
formatter
:
this
.
formatterDate
},
{
label
:
"
是否回复
"
,
prop
:
"
reply
"
,
formatter
:
this
.
formatter
},
{
label
:
"
是否回复
"
,
prop
:
"
reply
"
,
formatter
:
this
.
formatter
},
{
label
:
"
回复人
"
,
prop
:
"
replyPerson
"
},
{
label
:
"
回复人
"
,
prop
:
"
replyPerson
"
,
formatter
:
this
.
formatter
},
// {label: "反馈类型 ", prop: "feedbackType",formatter: this.formatter},
// {label: "反馈类型 ", prop: "feedbackType",formatter: this.formatter},
...
...
enterprise-manager-ui/admin/src/views/labels/list.vue
View file @
3ad5ad53
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
{
label
:
"
标签名称
"
,
prop
:
"
labelName
"
},
{
label
:
"
标签名称
"
,
prop
:
"
labelName
"
},
{
label
:
"
标签描述
"
,
prop
:
"
labelDesc
"
},
{
label
:
"
标签描述
"
,
prop
:
"
labelDesc
"
,
formatter
:
this
.
formatters
},
{
label
:
"
标签图标
"
,
prop
:
"
labelLogoPath
"
,
formatter
:
(
row
)
=>
{
{
label
:
"
标签图标
"
,
prop
:
"
labelLogoPath
"
,
formatter
:
(
row
)
=>
{
...
...
enterprise-manager-ui/admin/src/views/position/list.vue
View file @
3ad5ad53
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
{
label
:
"
职位名称
"
,
prop
:
"
positionName
"
},
{
label
:
"
职位名称
"
,
prop
:
"
positionName
"
},
{
label
:
"
职位编码
"
,
prop
:
"
positionCode
"
},
{
label
:
"
职位编码
"
,
prop
:
"
positionCode
"
,
formatter
:
this
.
formatters
},
{
{
label
:
"
操作
"
,
label
:
"
操作
"
,
...
...
enterprise-manager-ui/admin/src/views/product/drawershow.vue
View file @
3ad5ad53
This diff is collapsed.
Click to expand it.
enterprise-manager-ui/admin/src/views/product/list.vue
View file @
3ad5ad53
...
@@ -126,7 +126,7 @@
...
@@ -126,7 +126,7 @@
{
label
:
"
所属企业
"
,
prop
:
"
companyId
"
,
formatter
:
this
.
formatters
},
{
label
:
"
所属企业
"
,
prop
:
"
companyId
"
,
formatter
:
this
.
formatters
},
{
label
:
"
产品介绍
"
,
prop
:
"
productIntroduction
"
,
width
:
500
},
{
label
:
"
产品介绍
"
,
prop
:
"
productIntroduction
"
,
width
:
500
,
formatter
:
this
.
formatters
},
{
label
:
"
发布时间
"
,
prop
:
"
publishTime
"
,
formatter
:
this
.
formatterDate
},
{
label
:
"
发布时间
"
,
prop
:
"
publishTime
"
,
formatter
:
this
.
formatterDate
},
...
...
enterprise-manager-ui/admin/src/views/staff/list.vue
View file @
3ad5ad53
...
@@ -76,7 +76,7 @@
...
@@ -76,7 +76,7 @@
{
label
:
"
联系电话
"
,
prop
:
"
phoneNumber
"
},
{
label
:
"
联系电话
"
,
prop
:
"
phoneNumber
"
},
{
label
:
"
邮件地址
"
,
prop
:
"
email
"
},
{
label
:
"
邮件地址
"
,
prop
:
"
email
"
,
formatter
:
this
.
formatters
},
{
label
:
"
所属公司
"
,
prop
:
"
companyIds
"
,
formatter
:
this
.
formatters
},
{
label
:
"
所属公司
"
,
prop
:
"
companyIds
"
,
formatter
:
this
.
formatters
},
...
...
enterprise-manager-ui/admin/src/views/staff/record/list.vue
View file @
3ad5ad53
...
@@ -56,9 +56,9 @@
...
@@ -56,9 +56,9 @@
{
type
:
"
selection
"
,
width
:
60
},
{
type
:
"
selection
"
,
width
:
60
},
{
type
:
"
index
"
,
label
:
"
序号
"
,
width
:
50
},
{
type
:
"
index
"
,
label
:
"
序号
"
,
width
:
50
},
{
label
:
"
被查看员工姓名
"
,
prop
:
"
staffName
"
},
{
label
:
"
被查看员工姓名
"
,
prop
:
"
staffName
"
,
formatter
:
this
.
formatter
},
{
label
:
"
查看人名称
"
,
prop
:
"
viewName
"
},
{
label
:
"
查看人名称
"
,
prop
:
"
viewName
"
,
formatter
:
this
.
formatter
},
{
label
:
"
创建用户
"
,
prop
:
"
createUserId
"
,
formatter
:
this
.
formatter
},
{
label
:
"
创建用户
"
,
prop
:
"
createUserId
"
,
formatter
:
this
.
formatter
},
{
{
...
...
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