更改
This commit is contained in:
@@ -115,7 +115,7 @@ layout("/mobile/platform.html"){
|
||||
</van-tab>
|
||||
</van-tabs>
|
||||
|
||||
<van-button @click="toSign" color="#1867b0" block style="position: fixed; bottom: 0; z-index: 2">去报名</van-button>
|
||||
<van-button @click="toSign" color="#1867b0" block style="position: fixed; bottom: 0; z-index: 2; font-size: 16px">去报名</van-button>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
|
||||
@@ -115,8 +115,9 @@ layout("/layouts/platform.html"){
|
||||
|
||||
<el-table-column label="字段名称" prop="columnName">
|
||||
<template scope="{row}">
|
||||
<el-input v-model="row.columnName" placeholder="请输入字段名称"
|
||||
:disabled="formData.isBringFamily === true && row.columnCode === 'xdqsrs'"></el-input>
|
||||
<!-- <el-input v-model="row.columnName" placeholder="请输入字段名称"-->
|
||||
<!-- :disabled="formData.isBringFamily === true && row.columnCode === 'xdqsrs'"></el-input>-->
|
||||
<el-input v-model="row.columnName" placeholder="请输入字段名称"></el-input>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user