|
@@ -44,7 +44,8 @@
|
|
|
</a-card>
|
|
|
</div>
|
|
|
|
|
|
- <!-- 数据渲染 表单 -->
|
|
|
+ <!-- 其他弹框 -->
|
|
|
+
|
|
|
<a-modal v-model="lcModal.visible" :title="lcModal.Title" :footer="null" :maskClosable="false">
|
|
|
<component
|
|
|
:disabled="lcModal.disabled"
|
|
@@ -58,7 +59,6 @@
|
|
|
</component>
|
|
|
</a-modal>
|
|
|
</div>
|
|
|
-
|
|
|
<!-- 底部 -->
|
|
|
<a-layout-footer class="footer">
|
|
|
上海萃颠信息科技有限公司出品
|
|
@@ -78,6 +78,7 @@ import JSelectUserByDep from '@/components/jeecgbiz/JSelectUserByDep'
|
|
|
import { getCode } from '../../utils/dingding'
|
|
|
|
|
|
export default {
|
|
|
+ loading: true,
|
|
|
name: 'Login',
|
|
|
components: {},
|
|
|
data() {
|
|
@@ -313,7 +314,7 @@ export default {
|
|
|
font-size: 12px;
|
|
|
margin-top: 10px;
|
|
|
color: rgb(128, 127, 127);
|
|
|
- font-weight:400;
|
|
|
+ font-weight: 400;
|
|
|
}
|
|
|
}
|
|
|
}
|