|
@@ -1,17 +1,23 @@
|
|
|
<template>
|
|
<template>
|
|
|
<cwg-page-wrapper class="create-page" :isHeaderFixed="true">
|
|
<cwg-page-wrapper class="create-page" :isHeaderFixed="true">
|
|
|
-
|
|
|
|
|
- <view class="content-container">
|
|
|
|
|
- <!-- 动态字段列表 -->
|
|
|
|
|
- <view class="content-title">
|
|
|
|
|
- <cwg-header :title="t('Documentary.TundManagement.item11')" />
|
|
|
|
|
- <view class="content-title-btns">
|
|
|
|
|
- <view class="btn-primary btn-primary1" @click="getCustomLoginDownLogin()">
|
|
|
|
|
- <cwg-icon icon="crm-plus" :size="16" color="#fff" />
|
|
|
|
|
- <text v-t="'Documentary.TundManagement.item12'" />
|
|
|
|
|
|
|
+ <view class="container">
|
|
|
|
|
+ <view class="row">
|
|
|
|
|
+ <view class="col-12">
|
|
|
|
|
+ <view class="border-0 card-header">
|
|
|
|
|
+ <view class="d-flex flex-wrap gap-3 align-items-center justify-content-between mb-3">
|
|
|
|
|
+ <h3 class="mb-0" v-t="'Documentary.TundManagement.item11'"></h3>
|
|
|
|
|
+ <view class="btn btn-secondary btn-shadow waves-effect" @click="getCustomLoginDownLogin">
|
|
|
|
|
+ <view class="d-flex align-items-center">
|
|
|
|
|
+ <cwg-icon icon="crm-plus" :size="16" color="#fff" />
|
|
|
|
|
+ <text v-t="'Documentary.TundManagement.item12'" />
|
|
|
|
|
+ </view>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view class="content-container">
|
|
|
<uni-loading v-if="accountDataLoading" />
|
|
<uni-loading v-if="accountDataLoading" />
|
|
|
<template v-else>
|
|
<template v-else>
|
|
|
<view class="field-container" v-if="accountData.length > 0">
|
|
<view class="field-container" v-if="accountData.length > 0">
|