|
@ -213,10 +213,12 @@ function Nono() { |
|
|
display: inline-block; |
|
|
display: inline-block; |
|
|
margin-left: 20px; |
|
|
margin-left: 20px; |
|
|
color: rgb(245, 62, 62); |
|
|
color: rgb(245, 62, 62); |
|
|
|
|
|
margin-right: 50px; |
|
|
" |
|
|
" |
|
|
@click="titleEdit = true" |
|
|
|
|
|
|
|
|
@click="() => {titleEdit = true;titleNew.title = info.title}" |
|
|
>修改</el-button |
|
|
>修改</el-button |
|
|
> |
|
|
> |
|
|
|
|
|
<span style="color: rgb(145, 145, 145);;">(标题最高可输入12个字符)</span> |
|
|
</div> |
|
|
</div> |
|
|
<div style="display: flex; align-items: center"> |
|
|
<div style="display: flex; align-items: center"> |
|
|
<h4 style="margin-bottom: 0px; margin-top: 30px">众筹目标:</h4> |
|
|
<h4 style="margin-bottom: 0px; margin-top: 30px">众筹目标:</h4> |
|
@ -238,7 +240,7 @@ function Nono() { |
|
|
margin-top: 30px; |
|
|
margin-top: 30px; |
|
|
color: rgb(245, 62, 62); |
|
|
color: rgb(245, 62, 62); |
|
|
" |
|
|
" |
|
|
@click="raiseEdit = true" |
|
|
|
|
|
|
|
|
@click="() => {raiseEdit = true;targetNumberNew.targetNumber = info.targetNumber }" |
|
|
>修改</el-button |
|
|
>修改</el-button |
|
|
> |
|
|
> |
|
|
</div> |
|
|
</div> |
|
@ -268,10 +270,11 @@ function Nono() { |
|
|
> |
|
|
> |
|
|
<el-table :data="tableData"> |
|
|
<el-table :data="tableData"> |
|
|
<el-table-column |
|
|
<el-table-column |
|
|
prop="id" |
|
|
|
|
|
label="序号" |
|
|
label="序号" |
|
|
width="300px" |
|
|
width="300px" |
|
|
></el-table-column> |
|
|
|
|
|
|
|
|
type="index" |
|
|
|
|
|
> |
|
|
|
|
|
</el-table-column> |
|
|
<el-table-column |
|
|
<el-table-column |
|
|
prop="jwcode" |
|
|
prop="jwcode" |
|
|
label="编号" |
|
|
label="编号" |
|
@ -340,6 +343,7 @@ function Nono() { |
|
|
style="width: 300px; display: inline-block" |
|
|
style="width: 300px; display: inline-block" |
|
|
/> |
|
|
/> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
<span style="color: rgb(145, 145, 145);;">(标题最高可输入12个字符)</span> |
|
|
<el-button type="danger" @click="putTitle()" style="margin-left: 400px" |
|
|
<el-button type="danger" @click="putTitle()" style="margin-left: 400px" |
|
|
>确定</el-button |
|
|
>确定</el-button |
|
|
> |
|
|
> |
|
|