修复已知问题
This commit is contained in:
@@ -157,7 +157,9 @@
|
||||
|
||||
<!-- 底部按钮 -->
|
||||
<bottom-view>
|
||||
<cb-button @click="submitForm">确认添加</cb-button>
|
||||
<cb-button @click="submitForm">
|
||||
{{ props.type == 'edit' ? '修改' : '添加' }}
|
||||
</cb-button>
|
||||
</bottom-view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user