Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
BudgetManagementSystem
Overview
Overview
Details
Activity
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
王利雷
BudgetManagementSystem
Commits
97b2d07a
Commit
97b2d07a
authored
May 19, 2019
by
shj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
会议费可以自定义
parent
20041b92
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
9 deletions
+11
-9
budgetDetail.jsp
src/main/webapp/budgetDetail.jsp
+11
-9
No files found.
src/main/webapp/budgetDetail.jsp
View file @
97b2d07a
...
...
@@ -313,15 +313,6 @@
<tbody>
<tr
v-for=
"item in items"
v-bind:title=
"item.name"
>
<td><input
type=
"text"
readonly
v-model=
"item.name"
class=
"form-control"
></td>
<
%
--
<
td
>
<select
class=
"form-control"
v-model=
"item.expertType"
>
<option
disabled
value=
""
>
请选择其中一项
</option>
<option>
专家
</option>
<option>
B
</option>
<option>
C
</option>
</select>
</td>
<td><input
type=
"number"
v-model=
"item.experts"
></td>
--%>
<td><input
type=
"number"
v-model=
"item.price"
class=
"form-control"
></td>
<td><input
type=
"number"
v-model=
"item.people"
class=
"form-control"
></td>
<td><input
type=
"number"
v-model=
"item.days"
class=
"form-control"
></td>
...
...
@@ -331,6 +322,17 @@
<button
class=
"btn btn-danger"
@
click=
"del(item)"
>
删除
</button>
</td>
</tr>
<tr
class=
"success"
>
<td><input
type=
"text"
v-model=
"sample.name"
class=
"form-control"
></td>
<td><input
type=
"number"
v-model=
"sample.price"
class=
"form-control"
></td>
<td><input
type=
"number"
v-model=
"sample.people"
class=
"form-control"
></td>
<td><input
type=
"number"
v-model=
"sample.days"
class=
"form-control"
></td>
<td><input
type=
"number"
v-model=
"sample.nums"
class=
"form-control"
></td>
<td>
<button
class=
"btn btn-success"
@
click=
"add(sample)"
>
添加
</button>
</td>
</tr>
</tbody>
</table>
...
...
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