Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica.cloud.web-education-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
提交
打开侧边栏
com.pica.cloud.education.frontend
pica.cloud.web-education-admin
提交
40c52f61
提交
40c52f61
编写于
9月 06, 2024
作者:
xinglee23
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix: change text
上级
c364810b
变更
2
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
13 行增加
和
8 行删除
+13
-8
create-good-new.scss
src/views/goods/create-good-new.scss
+5
-1
create-good-new.vue
src/views/goods/create-good-new.vue
+8
-7
未找到文件。
src/views/goods/create-good-new.scss
浏览文件 @
40c52f61
...
...
@@ -113,7 +113,7 @@
}
.backTip
{
font-size
:
12px
;
color
:
red
;
color
:
#f56c6c
;
cursor
:
pointer
;
}
.ad-back
{
...
...
@@ -349,4 +349,8 @@
height
:
100%
;
}
}
.tips
{
color
:
#f56c6c
;
}
}
src/views/goods/create-good-new.vue
浏览文件 @
40c52f61
...
...
@@ -484,7 +484,7 @@
class=
"required-label"
>
<el-col
:span=
"20"
>
<div
class=
"stock-com"
style=
"width: 5
0
0px; display: flex"
>
<div
class=
"stock-com"
style=
"width: 5
5
0px; display: flex"
>
<el-input-number
class=
"stock-com"
@
input=
"$forceUpdate()"
...
...
@@ -526,7 +526,7 @@
class=
"required-label"
>
<el-col
:span=
"20"
style=
"width: 300%"
>
<div
class=
"stock-com"
style=
"width: 5
0
0px; display: flex"
>
<div
class=
"stock-com"
style=
"width: 5
5
0px; display: flex"
>
<el-input-number
class=
"stock-com"
@
input=
"$forceUpdate()"
...
...
@@ -536,9 +536,10 @@
:min=
"-1"
:max=
"9999"
></el-input-number>
<span
class=
"word-num"
style=
"margin-left: 10px"
>
数值为-1时,代表单次购买上限已无限制(最高9999件哦)
</span
>
<span
class=
"word-num"
style=
"margin-left: 10px"
>
数值为-1时,代表单次购买上限已无限制(最高9999件哦)
<span
v-if=
"formData.saleType == 2"
class=
"tips"
>
(仅CRM 生效)
</span>
</span>
</div>
<p
class=
"error-message"
v-if=
"formData.mostCount === 0"
>
单次购买上限不能为0
...
...
@@ -579,7 +580,7 @@
class=
"required-label"
>
<el-col
:span=
"20"
>
<div
class=
"stock-com"
style=
"width: 5
0
0px; display: flex"
>
<div
class=
"stock-com"
style=
"width: 5
5
0px; display: flex"
>
<el-input-number
class=
"stock-com"
@
input=
"$forceUpdate()"
...
...
@@ -616,7 +617,7 @@
</el-form-item>
</div>
<div
class=
"basic-item-icon"
>
<div
class=
"part-tit"
>
限购条件
</div>
<div
class=
"part-tit"
>
限购条件
<
span
v-if=
"formData.saleType == 2"
class=
"tips"
>
(仅CRM生效)
</span><
/div>
<div
v-for=
"(item, index) in buyLimitDtoList"
:key=
"index"
>
<el-form-item
label=
"限制条件"
>
<el-button
@
click=
"delLimit(index)"
type=
"text"
size=
"small"
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录