Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pptist
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
pptist
Commits
df5f3990
Commit
df5f3990
authored
Jun 04, 2024
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
支付优化, 颜色列表优化
parent
2ecb9a50
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
9 deletions
+13
-9
index.vue
src/components/CloudDisk/index.vue
+5
-2
Index.vue
src/views/TemplateCenter/Index.vue
+5
-4
colour.vue
src/views/TemplateCenter/colour.vue
+2
-2
Review.vue
src/views/components/Order/Review.vue
+1
-1
No files found.
src/components/CloudDisk/index.vue
View file @
df5f3990
...
...
@@ -3,7 +3,8 @@
<div
class=
"CloudDisk-L"
>
<div
class=
"row CloudDisk-L-inquire"
>
<el-input
v-model=
"GName"
placeholder=
"搜索分组名称"
@
keyup
.
enter=
"querySearchGroup"
>
placeholder=
"搜索分组名称"
@
keyup
.
enter=
"querySearchGroup"
@
change=
"SearchGroup"
>
</el-input>
<el-button
type=
"primary"
@
click=
"addEditGroup"
>
添加
</el-button>
</div>
...
...
@@ -288,7 +289,9 @@ const deleteGroup = (item:any) => {
}
const
SearchGroup
=
()
=>
{
if
(
GName
.
value
==
''
)
querySearchGroup
()
}
const
querySearchGroup
=
async
()
=>
{
try
{
let
datasRes
=
await
CloudDiskService
.
GetPPTCloudList
(
GName
.
value
);
...
...
src/views/TemplateCenter/Index.vue
View file @
df5f3990
...
...
@@ -169,12 +169,13 @@
size=
"small"
>
广告
</el-tag>
</
template
>
</el-table-column>
<
!-- <el-table-column label="创建人/
时间" width="150">
<
el-table-column
label=
"修改
时间"
width=
"150"
>
<
template
#
default=
"scope"
>
{{scope.row.CreateByName}}<br/>
<span class="text-info">{{scope.row.CreateTime}}</span>
<!--
{{
scope
.
row
.
CreateByName
}}
<br/>
-->
<!--
<span
class=
"text-info"
>
{{
scope
.
row
.
CreateTime
}}
</span>
-->
<span
class=
"text-info"
>
{{
scope
.
row
.
UpdateTime
}}
</span>
</
template
>
</el-table-column>
-->
</el-table-column>
<el-table-column
label=
"操作"
width=
"120"
>
<
template
#
default=
"scope"
>
<el-button
type=
"default"
link
:icon=
"Edit"
size=
"small"
@
click=
"goToTemplate(scope.row)"
>
编辑
</el-button>
...
...
src/views/TemplateCenter/colour.vue
View file @
df5f3990
...
...
@@ -51,12 +51,12 @@
:selectable=
"selectable"
:reserve-selection=
"true"
/>
<el-table-column
label=
"颜色分类"
>
<
template
#
default=
"scope"
>
<span
v-html=
"queryObj.Name!=''&&scope.row.Name?(scope.row.Name.replaceAll(queryObj.Name,`
<span
class=
'text-waring'
>
${queryObj.Name}
</span>
`)):scope.row.Name">
</span>
<span
v-
if=
"!scope.row.Code"
v-
html=
"queryObj.Name!=''&&scope.row.Name?(scope.row.Name.replaceAll(queryObj.Name,`
<span
class=
'text-waring'
>
${queryObj.Name}
</span>
`)):scope.row.Name">
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"颜色名称"
>
<
template
#
default=
"scope"
>
<div
v-html=
"queryObj.Name!=''&&scope.row.Name?(scope.row.Name.replaceAll(queryObj.Name,`
<span
class=
'text-waring'
>
${queryObj.Name}
</span>
`)):scope.row.Name">
</div>
<div
v-
if=
"scope.row.Code"
v-
html=
"queryObj.Name!=''&&scope.row.Name?(scope.row.Name.replaceAll(queryObj.Name,`
<span
class=
'text-waring'
>
${queryObj.Name}
</span>
`)):scope.row.Name">
</div>
</
template
>
</el-table-column>
<el-table-column
label=
"色值"
>
...
...
src/views/components/Order/Review.vue
View file @
df5f3990
...
...
@@ -197,10 +197,10 @@ const setPaymentQrCode = async ()=>{
}
const
response
=
await
OrderService
.
CreateTempOrderPaymentAsync
(
parameters
)
if
(
response
.
data
.
resultCode
==
ApiResult
.
SUCCESS
){
beginTimerHandler
()
qrCode
.
value
=
response
.
data
.
data
.
qr
orderNum
.
value
=
response
.
data
.
data
.
no
countValue
.
value
=
Date
.
now
()
+
1000
*
60
*
30
beginTimerHandler
()
}
else
{
qrCode
.
value
=
'none'
}
...
...
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