Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
imac-vue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Elements-SY
2023-09-15 18:21:40 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8e8a6f8f10e6fc60198a3f1f61ae16cc7de634fe
8e8a6f8f
1 parent
1a8a42ff
modify
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/views/et86Config/et86RuleConfig/edit/index.vue
src/views/et86Config/et86RuleConfig/edit/index.vue
View file @
8e8a6f8
...
...
@@ -60,7 +60,7 @@
align="center"
>
<template slot-scope="scope">
<el-input-number
<
!-- <
el-input-number
v-model="scope.row.calculateDay"
:disabled="scope.row.edit"
:min="-7"
...
...
@@ -71,8 +71,8 @@
placeholder=""
size="small"
style="width: 100%"
/>
<
!-- <
el-input
/>
-->
<el-input
type="text"
v-model="scope.row.calculateDay"
:disabled="scope.row.edit"
...
...
@@ -82,7 +82,7 @@
clearable
placeholder=""
size="small"
/>
-->
/>
</template>
</el-table-column>
<el-table-column
...
...
Please
register
or
login
to post a comment