This commit is contained in:
JyuHsin
2025-05-27 13:48:28 +08:00
parent f8a630d101
commit e60bb8c4ce
6 changed files with 11 additions and 9 deletions
@@ -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>