Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
55770094
Commit
55770094
authored
Jul 26, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加文本框输入验证,按钮样式修改,图片放大预览
parent
6d87ee26
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
868 additions
and
576 deletions
+868
-576
h_edit_brand.vue
src/components/huimai/h_edit_brand.vue
+338
-252
happraise.vue
src/components/huimai/happraise.vue
+304
-183
hbrand.vue
src/components/huimai/hbrand.vue
+2
-2
hcategory.vue
src/components/huimai/hcategory.vue
+224
-139
No files found.
src/components/huimai/h_edit_brand.vue
View file @
55770094
This diff is collapsed.
Click to expand it.
src/components/huimai/happraise.vue
View file @
55770094
This diff is collapsed.
Click to expand it.
src/components/huimai/hbrand.vue
View file @
55770094
...
...
@@ -45,8 +45,8 @@
</el-table-column>
<el-table-column
label=
"操作"
width=
"250px"
>
<
template
slot-scope=
"scope"
>
<el-button
size=
"mini"
type=
"info"
plain
@
click=
"showBrandForm(scope.row)"
>
编辑
</el-button>
<el-button
size=
"mini"
type=
"info"
plain
@
click=
"RemmoveBrand(scope.row)"
>
删除
</el-button>
<el-button
class=
"el-icon-s-tools"
size=
"mini"
type=
"info"
plain
@
click=
"showBrandForm(scope.row)"
>
</el-button>
<el-button
class=
"el-icon-delete-solid"
size=
"mini"
type=
"info"
plain
@
click=
"RemmoveBrand(scope.row)"
>
</el-button>
</
template
>
</el-table-column>
</el-table>
...
...
src/components/huimai/hcategory.vue
View file @
55770094
This diff is collapsed.
Click to expand it.
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