Browse Source

修改各模块标题图标

master
guoxing 2 years ago
parent
commit
1b1f7c4324
  1. BIN
      supervise-business-ui/src/assets/loginImg/logo.png
  2. 11
      supervise-business-ui/src/layout/components/Navbar.vue
  3. 2
      supervise-business-ui/src/settings.js
  4. BIN
      supervise-crm-ui/src/assets/loginImg/logo.png
  5. 19
      supervise-crm-ui/src/layout/components/Navbar.vue
  6. 2
      supervise-customer-ui/.env.development
  7. BIN
      supervise-customer-ui/src/assets/loginImg/logo.png
  8. 12
      supervise-customer-ui/src/layout/components/Navbar.vue
  9. BIN
      supervise-message-ui/src/assets/loginImg/logo.png
  10. 19
      supervise-message-ui/src/layout/components/Navbar.vue
  11. BIN
      supervise-organizational-ui/src/assets/loginImg/logo.png
  12. 5
      supervise-organizational-ui/src/layout/components/Navbar.vue
  13. 2
      supervise-organizational-ui/src/settings.js
  14. 4
      supervise-report-ui/.env.development
  15. BIN
      supervise-report-ui/src/assets/loginImg/logo.png
  16. 12
      supervise-report-ui/src/layout/components/Navbar.vue
  17. 2
      supervise-report-ui/src/settings.js
  18. BIN
      supervise-risk-ui/src/assets/loginImg/logo.png
  19. 12
      supervise-risk-ui/src/layout/components/Navbar.vue
  20. 3
      supervise-uniapp/common/request.api.js
  21. 1
      supervise-uniapp/components/uni-section/uni-section.vue
  22. 55
      supervise-uniapp/pages.json
  23. 150
      supervise-uniapp/pages/login/index.vue
  24. 3
      supervise-uniapp/uni_modules/uni-card/components/uni-card/uni-card.vue
  25. 6
      supervise-uniapp/uni_modules/uni-datetime-picker/changelog.md
  26. 29
      supervise-uniapp/uni_modules/uni-datetime-picker/components/uni-datetime-picker/uni-datetime-picker.vue
  27. 2
      supervise-uniapp/uni_modules/uni-datetime-picker/package.json
  28. 2
      supervise-uniapp/uni_modules/uni-table/changelog.md
  29. 24
      supervise-uniapp/uni_modules/uni-table/components/uni-th/filter-dropdown.vue
  30. 13
      supervise-uniapp/uni_modules/uni-table/components/uni-th/uni-th.vue
  31. 12
      supervise-uniapp/uni_modules/uni-table/components/uni-tr/table-checkbox.vue
  32. 11
      supervise-uniapp/uni_modules/uni-table/package.json
  33. BIN
      supervise-work-ui/src/assets/loginImg/logo.png
  34. 19
      supervise-work-ui/src/layout/components/Navbar.vue
  35. 2
      supervise-work-ui/src/settings.js
  36. 2
      yxt-portal-ui/.env.development
  37. 5
      yxt-portal-ui/src/layout/components/Navbar.vue
  38. 2
      yxt-portal-ui/src/views/Home/Home.vue

BIN
supervise-business-ui/src/assets/loginImg/logo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

11
supervise-business-ui/src/layout/components/Navbar.vue

@ -1,9 +1,10 @@
<template>
<div>
<div class="navbar">
<h3 class="breadcrumb-container">贷后监管体系</h3>
<p class="breadcrumb-container"><img src="@/assets/loginImg/logo.png" style="width: 45px;height: 45px;margin-right: 10px;"/>汇融银行供应链贷后监管平台</p>
<!-- <h3 class="breadcrumb-container">汇融银行供应链贷后监管平台</h3> -->
<div class="right-menu">
<!-- <p>{{Orgname}} {{departmentName}} 欢迎, {{name}}</p>-->
<!-- <p>{{Orgname}} {{departmentName}} 欢迎, {{name}}</p>-->
<p>欢迎您{{name}}</p>
<img src="@/assets/images/info.png">
<!-- <img src="@/assets/images/dy.png" @click="logout"> -->
@ -21,8 +22,8 @@
Orgname: '',
departmentName: '',
name: '',
year:'',
pNameAndDepartmentNameAndPostName:''
year: '',
pNameAndDepartmentNameAndPostName: ''
}
},
mounted() {
@ -68,6 +69,8 @@
}
.breadcrumb-container {
display: flex;
align-items: center;
color: #fff;
font-size: 26px;
line-height: 60px;

2
supervise-business-ui/src/settings.js

@ -1,6 +1,6 @@
module.exports = {
title: '贷后监管体系',
title: '汇融银行供应链贷后监管平台',
/**
* @type {boolean} true | false

BIN
supervise-crm-ui/src/assets/loginImg/logo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

19
supervise-crm-ui/src/layout/components/Navbar.vue

@ -1,7 +1,8 @@
<template>
<div>
<div class="navbar">
<h3 class="breadcrumb-container">汇融银行供应链贷后监管平台</h3>
<p class="breadcrumb-container"><img src="@/assets/loginImg/logo.png" style="width: 45px;height: 45px;margin-right: 10px;"/>汇融银行供应链贷后监管平台</p>
<!-- <h3 class="breadcrumb-container">汇融银行供应链贷后监管平台</h3> -->
<div class="right-menu">
<!-- <p>{{Orgname}} {{departmentName}} 欢迎, {{name}}</p>-->
<p>欢迎您{{name}}</p>
@ -67,13 +68,15 @@
}
}
.breadcrumb-container {
color: #fff;
font-size: 26px;
line-height: 60px;
margin: 0;
float: left;
}
.breadcrumb-container {
display: flex;
align-items: center;
color: #fff;
font-size: 26px;
line-height: 60px;
margin: 0;
float: left;
}
.right-menu {
float: right;

2
supervise-customer-ui/.env.development

@ -5,5 +5,5 @@ ENV = 'development'
VUE_APP_BASE_API = '/api/service'
## 配置测试和本地开发时的 接口地址
VUE_APP_URL = "http://127.0.0.1:8112"
VUE_APP_URL = "http://192.168.3.108:8112"
##VUE_APP_URL = "http://120.46.172.184:8111"

BIN
supervise-customer-ui/src/assets/loginImg/logo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

12
supervise-customer-ui/src/layout/components/Navbar.vue

@ -1,9 +1,11 @@
<template>
<div>
<div class="navbar">
<h3 class="breadcrumb-container">汇融银行供应链贷后监管平台</h3>
<p class="breadcrumb-container"><img src="@/assets/loginImg/logo.png"
style="width: 45px;height: 45px;margin-right: 10px;" />汇融银行供应链贷后监管平台</p>
<!-- <h3 class="breadcrumb-container">汇融银行供应链贷后监管平台</h3> -->
<div class="right-menu">
<!-- <p>{{Orgname}} {{departmentName}} 欢迎, {{name}}</p>-->
<!-- <p>{{Orgname}} {{departmentName}} 欢迎, {{name}}</p>-->
<p>欢迎您{{name}}</p>
<img src="@/assets/images/info.png">
<!-- <img src="@/assets/images/dy.png" @click="logout"> -->
@ -21,8 +23,8 @@
Orgname: '',
departmentName: '',
name: '',
year:'',
pNameAndDepartmentNameAndPostName:''
year: '',
pNameAndDepartmentNameAndPostName: ''
}
},
mounted() {
@ -68,6 +70,8 @@
}
.breadcrumb-container {
display: flex;
align-items: center;
color: #fff;
font-size: 26px;
line-height: 60px;

BIN
supervise-message-ui/src/assets/loginImg/logo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

19
supervise-message-ui/src/layout/components/Navbar.vue

@ -1,7 +1,8 @@
<template>
<div>
<div class="navbar">
<h3 class="breadcrumb-container">贷后监管体系</h3>
<p class="breadcrumb-container"><img src="@/assets/loginImg/logo.png" style="width: 45px;height: 45px;margin-right: 10px;"/>汇融银行供应链贷后监管平台</p>
<!-- <h3 class="breadcrumb-container">汇融银行供应链贷后监管平台</h3> -->
<div class="right-menu">
<!-- <p>{{Orgname}} {{departmentName}} 欢迎, {{name}}</p>-->
<p>欢迎您{{name}}</p>
@ -67,13 +68,15 @@
}
}
.breadcrumb-container {
color: #fff;
font-size: 26px;
line-height: 60px;
margin: 0;
float: left;
}
.breadcrumb-container {
display: flex;
align-items: center;
color: #fff;
font-size: 26px;
line-height: 60px;
margin: 0;
float: left;
}
.right-menu {
float: right;

BIN
supervise-organizational-ui/src/assets/loginImg/logo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

5
supervise-organizational-ui/src/layout/components/Navbar.vue

@ -1,7 +1,8 @@
<template>
<div>
<div class="navbar">
<h3 class="breadcrumb-container">贷后监管体系</h3>
<p class="breadcrumb-container"><img src="@/assets/loginImg/logo.png" style="width: 45px;height: 45px;margin-right: 10px;"/>汇融银行供应链贷后监管平台</p>
<!-- <h3 class="breadcrumb-container">汇融银行供应链贷后监管平台</h3> -->
<div class="right-menu">
<!-- <p>{{Orgname}} {{departmentName}} 欢迎, {{name}}</p>-->
<p>欢迎您{{name}}</p>
@ -68,6 +69,8 @@
}
.breadcrumb-container {
display: flex;
align-items: center;
color: #fff;
font-size: 26px;
line-height: 60px;

2
supervise-organizational-ui/src/settings.js

@ -1,6 +1,6 @@
module.exports = {
title: '贷后监管体系',
title: '汇融银行供应链贷后监管平台',
/**
* @type {boolean} true | false

4
supervise-report-ui/.env.development

@ -5,5 +5,5 @@ ENV = 'development'
VUE_APP_BASE_API = '/api/service'
## 配置测试和本地开发时的 接口地址
VUE_APP_URL = "http://127.0.0.1:8112"
##VUE_APP_URL = "http://120.46.172.184:8111"
##VUE_APP_URL = "http://192.168.3.7:8112"
VUE_APP_URL = "http://127.0.0.1:4523/m1/1913288-0-default"

BIN
supervise-report-ui/src/assets/loginImg/logo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

12
supervise-report-ui/src/layout/components/Navbar.vue

@ -1,9 +1,11 @@
<template>
<div>
<div class="navbar">
<h3 class="breadcrumb-container">贷后监管体系</h3>
<p class="breadcrumb-container"><img src="@/assets/loginImg/logo.png"
style="width: 45px;height: 45px;margin-right: 10px;" />汇融银行供应链贷后监管平台</p>
<!-- <h3 class="breadcrumb-container">汇融银行供应链贷后监管平台</h3> -->
<div class="right-menu">
<!-- <p>{{Orgname}} {{departmentName}} 欢迎, {{name}}</p>-->
<!-- <p>{{Orgname}} {{departmentName}} 欢迎, {{name}}</p>-->
<p>欢迎您{{name}}</p>
<img src="@/assets/images/info.png">
<!-- <img src="@/assets/images/dy.png" @click="logout"> -->
@ -21,8 +23,8 @@
Orgname: '',
departmentName: '',
name: '',
year:'',
pNameAndDepartmentNameAndPostName:''
year: '',
pNameAndDepartmentNameAndPostName: ''
}
},
mounted() {
@ -68,6 +70,8 @@
}
.breadcrumb-container {
display: flex;
align-items: center;
color: #fff;
font-size: 26px;
line-height: 60px;

2
supervise-report-ui/src/settings.js

@ -1,6 +1,6 @@
module.exports = {
title: '贷后监管体系',
title: '汇融银行供应链贷后监管平台',
/**
* @type {boolean} true | false

BIN
supervise-risk-ui/src/assets/loginImg/logo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

12
supervise-risk-ui/src/layout/components/Navbar.vue

@ -1,9 +1,11 @@
<template>
<div>
<div class="navbar">
<h3 class="breadcrumb-container">贷后监管体系</h3>
<p class="breadcrumb-container"><img src="@/assets/loginImg/logo.png"
style="width: 45px;height: 45px;margin-right: 10px;" />汇融银行供应链贷后监管平台</p>
<!-- <h3 class="breadcrumb-container">汇融银行供应链贷后监管平台</h3> -->
<div class="right-menu">
<!-- <p>{{Orgname}} {{departmentName}} 欢迎, {{name}}</p>-->
<!-- <p>{{Orgname}} {{departmentName}} 欢迎, {{name}}</p>-->
<p>欢迎您{{name}}</p>
<img src="@/assets/images/info.png">
<!-- <img src="@/assets/images/dy.png" @click="logout"> -->
@ -21,8 +23,8 @@
Orgname: '',
departmentName: '',
name: '',
year:'',
pNameAndDepartmentNameAndPostName:''
year: '',
pNameAndDepartmentNameAndPostName: ''
}
},
mounted() {
@ -68,6 +70,8 @@
}
.breadcrumb-container {
display: flex;
align-items: center;
color: #fff;
font-size: 26px;
line-height: 60px;

3
supervise-uniapp/common/request.api.js

@ -2,5 +2,6 @@ import request from '@/utils/requester.js'
export default {
login: (params = {}) => request.post("/portal/v1/sysuser/login", params),
sayhello: (params = {}) => request.get("/sayb", params)
sayhello: (params = {}) => request.get("/sayb", params),
getSalesReport: (params = {}) => request.get("/system/reportCenter/getSalesReport", params)
}

1
supervise-uniapp/components/uni-section/uni-section.vue

@ -76,6 +76,7 @@
background-color: #fff;
// overflow: hidden;
margin-top: 10px;
padding-bottom: 1px;
}
.uni-section-header {
position: relative;

55
supervise-uniapp/pages.json

@ -9,12 +9,22 @@
// },
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/index",
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false
}
},
{
"path": "pages/home/AddFragment",
"style": {}
},{
"path": "pages/home/FindFragment",
"style": {}
}, {
"path": "pages/home/UserFragment",
"style": {}
},{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "APP示例"
@ -22,9 +32,44 @@
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uView脚手架",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF"
"pageOrientation": "portrait",
"navigationBarTitleText": "Hello uniapp",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#007AFF",
"backgroundColor": "#F8F8F8",
"backgroundColorTop": "#F4F5F6",
"backgroundColorBottom": "#F4F5F6",
"mp-360": {
"navigationStyle": "custom"
},
"h5": {
"maxWidth": 1190,
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#F1F1F1"
}
},
"tabBar": {
"color": "#959595",
"selectedColor": "#41adf8",
"backgroundColor": "#FFFFFF",
"borderStyle": "black",
"list": [{
"pagePath": "pages/home/FindFragment",
"iconPath": "static/bottom-icon/find_normal.png",
"selectedIconPath": "static/bottom-icon/find_press.png",
"text": "发现"
}, {
"pagePath": "pages/home/AddFragment",
"iconPath": "static/bottom-icon/add_normal.png",
"selectedIconPath": "static/bottom-icon/add_press.png",
"text": "发布"
}, {
"pagePath": "pages/home/UserFragment",
"iconPath": "static/bottom-icon/mine_normal.png",
"selectedIconPath": "static/bottom-icon/mine_press.png",
"text": "我的"
}]
}
}

150
supervise-uniapp/pages/login/index.vue

@ -1,150 +0,0 @@
<template>
<view class="u-page">
<uni-section title="使用uni-ui表单" type="line">
<uni-card :is-shadow="false" :isFull="true">
<text>
使用uni-ui的组件创建表单提交时使用的request.api.js中的网络请求方式在VUEX里发起登录请求并将结果保存到本地先调用VUEX在VUEX中发送网络请求
</text>
</uni-card>
<uni-card title="uni-ui的表单" :thumbnail="avatar" sub-title="输入框为uni-easyinput" extra="使用uni-forms" note="Tips">
<uni-forms ref="form" :modelValue="formData" :rules="rules">
<uni-forms-item label="账号:" name="userName">
<uni-easyinput prefixIcon="person" type="text" v-model="formData.userName" placeholder="请输入账号" />
</uni-forms-item>
<uni-forms-item label="密码:" name="password">
<uni-easyinput prefixIcon="locked" type="password" v-model="formData.password" placeholder="请输入密码" />
</uni-forms-item>
</uni-forms>
<button @click="dologin">登录</button>
</uni-card>
</uni-section>
<uni-section title="使用uView表单" type="line">
<uni-card :is-shadow="false" :isFull="true">
<text>
使用uView的组件创建表单提交时使用uview封装的网络请求请求成功后再将返回的数据通过VUEX保存到本地先发起网络请求请求返回后再调用VUEX保存状态
</text>
</uni-card>
<uni-card title="uView表单" :thumbnail="vavatar" sub-title="输入框为u--input" extra="使用u--form" note="Tips">
<u--form ref="vform" :model="formData" :rules="vrules" labelPosition="left">
<u-form-item label="账号:" prop="userName">
<u--input prefixIcon="account" v-model="formData.userName" type="text" placeholder="请输入账号" />
</u-form-item>
<u-form-item label="密码:" prop="password">
<u--input prefixIcon="lock" v-model="formData.password" type="password" placeholder="请输入密码" />
</u-form-item>
</u--form>
<button @click="vdologin">登录</button>
</uni-card>
</uni-section>
</view>
</template>
<script>
import req from '@/common/req.js'
export default {
data() {
return {
avatar: '/static/uniui.png',
vavatar: '/static/uview/common/logo.png',
//
formData: {
userName: '',
password: ''
},
rules: {
// name
name: {
rules: [
{
required: true,
errorMessage: '账号不可以为空'
}
]
},
// passwd
passwd: {
rules: [
{
required: true,
errorMessage: '密码不可以为空'
}
]
}
},
vrules: {
// name
name: {
type: 'string',
required: true,
message: '账号不可以为空',
trigger: ['blur', 'change']
},
// passwd
passwd: {
type: 'string',
required: true,
message: '密码不可以为空',
trigger: ['blur', 'change']
}
}
}
},
methods: {
dologin() {
let _this = this
this.$refs.form
.validate()
.then(r => {
_this.$store
.dispatch('login', _this.formData)
.then(uinfo => {
console.log('MMMM:', uinfo)
getApp().globalData.username = uinfo.name
getApp().globalData.token = uinfo.token
console.log('gd--:', getApp().globalData)
uni.redirectTo({ url: '/pages/index/index' })
})
.catch(er => {
console.log('EEEE:', er)
})
})
.catch(err => {
console.log('eeee:', err)
})
},
vdologin() {
let _this = this
this.$refs.vform
.validate()
.then(r => {
uni.showLoading()
// uni.showLoading({
// mask: true,
// title: '~~~'
// })
req
.login(_this.formData)
.then(uinfo => {
uni.hideLoading()
console.log('vMMMM:', uinfo)
_this.$store.dispatch('logined', uinfo).then(() => {
getApp().globalData.username = uinfo.name
getApp().globalData.token = uinfo.token
console.log('vgd--:', getApp().globalData)
uni.redirectTo({ url: '/pages/index/index' })
})
})
.catch(er => {
uni.hideLoading()
console.log('vEEEE:', er)
})
})
.catch(err => {
console.log('veeee:', err)
})
}
}
}
</script>
<style></style>

3
supervise-uniapp/uni_modules/uni-card/components/uni-card/uni-card.vue

@ -234,7 +234,8 @@
}
.uni-card--border {
border: 1px solid $uni-border-color;
border-top: 1px solid $uni-border-color;
border-bottom: 1px solid $uni-border-color;
}
.uni-card--shadow {

6
supervise-uniapp/uni_modules/uni-datetime-picker/changelog.md

@ -1,3 +1,7 @@
## 2.2.13(2023-01-10)
- 修复 多次加载组件造成内存占用的 bug
## 2.2.12(2022-12-01)
- 修复 vue3 下 i18n 国际化初始值不正确的 bug
## 2.2.11(2022-09-19)
- 修复,支付宝小程序样式错乱,[详情](https://github.com/dcloudio/uni-app/issues/3861)
## 2.2.10(2022-09-19)
@ -23,7 +27,7 @@
## 2.2.0(2021-11-19)
- 优化 组件UI,并提供设计资源,详见:[https://uniapp.dcloud.io/component/uniui/resource](https://uniapp.dcloud.io/component/uniui/resource)
- 文档迁移,详见:[https://uniapp.dcloud.io/component/uniui/uni-datetime-picker](https://uniapp.dcloud.io/component/uniui/uni-datetime-picker)
## 2.1.5(2021-11-09)
## 2.1.5(2021-11-09)
- 新增 提供组件设计资源,组件样式调整
## 2.1.4(2021-09-10)
- 修复 hide-second 在移动端的 bug

29
supervise-uniapp/uni_modules/uni-datetime-picker/components/uni-datetime-picker/uni-datetime-picker.vue

@ -27,7 +27,7 @@
</view>
<view v-show="popup" class="uni-date-mask" @click="close"></view>
<view v-if="!isPhone" ref="datePicker" v-show="popup" class="uni-date-picker__container">
<view v-if="!isPhone && popup" ref="datePicker" class="uni-date-picker__container">
<view v-if="!isRange" class="uni-date-single--x" :style="popover">
<view class="uni-popper__arrow"></view>
<view v-if="hasTime" class="uni-date-changed popup-x-header">
@ -88,7 +88,7 @@
</view>
</view>
</view>
<calendar v-show="isPhone" ref="mobile" :clearDate="false" :date="defSingleDate" :defTime="reactMobDefTime"
<calendar v-if="isPhone" ref="mobile" :clearDate="false" :date="defSingleDate" :defTime="reactMobDefTime"
:start-date="caleRange.startDate" :end-date="caleRange.endDate" :selectableTimes="mobSelectableTime"
:pleStatus="endMultipleStatus" :showMonth="false" :range="isRange" :typeHasTime="hasTime" :insert="false"
:hideSecond="hideSecond" @confirm="mobileChange" @maskClose="close" />
@ -121,9 +121,7 @@
initVueI18n
} from '@dcloudio/uni-i18n'
import messages from './i18n/index.js'
const {
t
} = initVueI18n(messages)
let t = null
export default {
name: 'UniDatetimePicker',
@ -399,14 +397,11 @@
}
},
created() {
// if (this.form && this.formItem) {
// this.$watch('formItem.errMsg', (newVal) => {
// this.localMsg = newVal
// })
// }
},
mounted() {
this.platform()
if(!t) {
const vueI18n = initVueI18n(messages)
t = vueI18n.t
}
this.platform()
},
methods: {
initPicker(newVal) {
@ -516,7 +511,7 @@
setTimeout(() => {
this.popup = false
this.$emit('maskClick', this.value)
this.$refs.mobile.close()
this.$refs.mobile && this.$refs.mobile.close()
}, 20)
},
setEmit(value) {
@ -542,8 +537,8 @@
}
}
}
this.$emit('change', value)
this.$emit('input', value)
this.$emit('update:modelValue', value)
@ -785,7 +780,7 @@
<style lang="scss">
$uni-primary: #007aff !default;
.uni-date {
/* #ifndef APP-NVUE */
width: 100%;

2
supervise-uniapp/uni_modules/uni-datetime-picker/package.json

@ -1,7 +1,7 @@
{
"id": "uni-datetime-picker",
"displayName": "uni-datetime-picker 日期选择器",
"version": "2.2.11",
"version": "2.2.13",
"description": "uni-datetime-picker 日期时间选择器,支持日历,支持范围选择",
"keywords": [
"uni-datetime-picker",

2
supervise-uniapp/uni_modules/uni-table/changelog.md

@ -1,3 +1,5 @@
## 1.2.2(2022-11-29)
- 优化 主题样式
## 1.2.1(2022-06-06)
- 修复 微信小程序存在无使用组件的问题
## 1.2.0(2021-11-19)

24
supervise-uniapp/uni_modules/uni-table/components/uni-th/filter-dropdown.vue

@ -112,6 +112,12 @@
value: 'value'
}
}
},
filterDefaultValue: {
type: [Array,String],
default () {
return ""
}
}
},
computed: {
@ -157,7 +163,7 @@
enabled: true,
isOpened: false,
dataList: [],
filterValue: '',
filterValue: this.filterDefaultValue,
checkedValues: [],
gtValue: '',
ltValue: '',
@ -286,6 +292,8 @@
</script>
<style lang="scss">
$uni-primary: #1890ff !default;
.flex-r {
display: flex;
flex-direction: row;
@ -315,8 +323,8 @@
}
.icon-select.active {
background-color: #1890ff;
border-top-color: #1890ff;
background-color: $uni-primary;
border-top-color: $uni-primary;
}
.icon-search {
@ -343,11 +351,11 @@
}
.icon-search.active .icon-search-0 {
border-color: #1890ff;
border-color: $uni-primary;
}
.icon-search.active .icon-search-1 {
background-color: #1890ff;
background-color: $uni-primary;
}
.icon-calendar {
@ -387,14 +395,14 @@
}
.icon-calendar.active {
color: #1890ff;
color: $uni-primary;
}
.icon-calendar.active .icon-calendar-0,
.icon-calendar.active .icon-calendar-1,
.icon-calendar.active .icon-calendar-0:before,
.icon-calendar.active .icon-calendar-0:after {
background-color: #1890ff;
background-color: $uni-primary;
}
.uni-filter-dropdown {
@ -497,7 +505,7 @@
}
.btn-submit {
background-color: #1890ff;
background-color: $uni-primary;
color: #ffffff;
}
</style>

13
supervise-uniapp/uni_modules/uni-table/components/uni-th/uni-th.vue

@ -9,7 +9,7 @@
<text class="arrow down" :class="{ active: descending }" @click.stop="descendingFn"></text>
</view>
</view>
<dropdown v-if="filterType || filterData.length" :filterData="filterData" :filterType="filterType" @change="ondropdown"></dropdown>
<dropdown v-if="filterType || filterData.length" :filterDefaultValue="filterDefaultValue" :filterData="filterData" :filterType="filterType" @change="ondropdown"></dropdown>
</view>
</th>
<!-- #endif -->
@ -79,6 +79,12 @@ export default {
default () {
return []
}
},
filterDefaultValue: {
type: [Array,String],
default () {
return ""
}
}
},
data() {
@ -200,6 +206,7 @@ export default {
<style lang="scss">
$border-color: #ebeef5;
$uni-primary: #007aff !default;
.uni-table-th {
padding: 12px 10px;
@ -254,7 +261,7 @@ $border-color: #ebeef5;
}
&.active {
::after {
background-color: #007aff;
background-color: $uni-primary;
}
}
}
@ -271,7 +278,7 @@ $border-color: #ebeef5;
}
&.active {
::after {
background-color: #007aff;
background-color: $uni-primary;
}
}
}

12
supervise-uniapp/uni_modules/uni-table/components/uni-tr/table-checkbox.vue

@ -77,7 +77,7 @@
</script>
<style lang="scss">
$checked-color: #007aff;
$uni-primary: #007aff !default;
$border-color: #DCDFE6;
$disable:0.4;
@ -125,8 +125,8 @@
}
&.checkbox--indeterminate {
border-color: $checked-color;
background-color: $checked-color;
border-color: $uni-primary;
background-color: $uni-primary;
.checkbox__inner-icon {
position: absolute;
@ -147,7 +147,7 @@
}
}
&:hover{
border-color: $checked-color;
border-color: $uni-primary;
}
//
&.is-disable {
@ -160,8 +160,8 @@
//
&.is-checked {
border-color: $checked-color;
background-color: $checked-color;
border-color: $uni-primary;
background-color: $uni-primary;
.checkbox__inner-icon {
opacity: 1;

11
supervise-uniapp/uni_modules/uni-table/package.json

@ -1,7 +1,7 @@
{
"id": "uni-table",
"displayName": "uni-table 表格",
"version": "1.2.1",
"version": "1.2.2",
"description": "表格组件,多用于展示多条结构类似的数据,如",
"keywords": [
"uni-ui",
@ -16,11 +16,7 @@
"directories": {
"example": "../../temps/example_temps"
},
"dcloudext": {
"category": [
"前端组件",
"通用组件"
],
"dcloudext": {
"sale": {
"regular": {
"price": "0.00"
@ -37,7 +33,8 @@
"data": "无",
"permissions": "无"
},
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui"
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue"
},
"uni_modules": {
"dependencies": ["uni-scss","uni-datetime-picker"],

BIN
supervise-work-ui/src/assets/loginImg/logo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

19
supervise-work-ui/src/layout/components/Navbar.vue

@ -1,7 +1,8 @@
<template>
<div>
<div class="navbar">
<h3 class="breadcrumb-container">贷后监管体系</h3>
<p class="breadcrumb-container"><img src="@/assets/loginImg/logo.png" style="width: 45px;height: 45px;margin-right: 10px;"/>汇融银行供应链贷后监管平台</p>
<!-- <h3 class="breadcrumb-container">汇融银行供应链贷后监管平台</h3> -->
<div class="right-menu">
<!-- <p>{{Orgname}} {{departmentName}} 欢迎, {{name}}</p>-->
<p>欢迎您{{name}}</p>
@ -67,13 +68,15 @@
}
}
.breadcrumb-container {
color: #fff;
font-size: 26px;
line-height: 60px;
margin: 0;
float: left;
}
.breadcrumb-container {
display: flex;
align-items: center;
color: #fff;
font-size: 26px;
line-height: 60px;
margin: 0;
float: left;
}
.right-menu {
float: right;

2
supervise-work-ui/src/settings.js

@ -1,6 +1,6 @@
module.exports = {
title: '贷后监管体系',
title: '汇融银行供应链贷后监管平台',
/**
* @type {boolean} true | false

2
yxt-portal-ui/.env.development

@ -5,4 +5,4 @@ ENV = 'development'
VUE_APP_BASE_API = '/api'
## 配置测试和本地开发时的 接口地址
VUE_APP_URL = "http://192.168.3.9:8112"
VUE_APP_URL = "http://192.168.3.108:8112"

5
yxt-portal-ui/src/layout/components/Navbar.vue

@ -1,7 +1,8 @@
<template>
<div>
<div class="navbar">
<h3 class="breadcrumb-container">汇融银行供应链贷后监管平台</h3>
<p class="breadcrumb-container"><img src="@/assets/loginImg/logo.png" style="width: 45px;height: 45px;margin-right: 10px;"/>汇融银行供应链贷后监管平台</p>
<!-- <h3 class="breadcrumb-container">汇融银行供应链贷后监管平台</h3> -->
<div class="right-menu">
<!-- <p>{{Orgname}} 欢迎, {{name}}</p> &lt;!&ndash;{{departmentName}}&ndash;&gt;-->
<p>欢迎您{{pNameAndDepartmentNameAndPostName}} {{name}}</p>
@ -68,6 +69,8 @@ export default {
}
.breadcrumb-container {
display: flex;
align-items: center;
color: #fff;
font-size: 26px;
line-height: 60px;

2
yxt-portal-ui/src/views/Home/Home.vue

@ -399,7 +399,7 @@ export default {
if (index === 8) {
window.open('/#/index', '_blank')
} else if (index === 0) {
window.open('http://jianguan.yyundong.com/customer/#/' + '?token=' + getStorage(), '_blank')
window.open('http://192.168.3.8:9531/customer/#/' + '?token=' + getStorage(), '_blank')
} else if (index === 1) {
window.open('http://jianguan.yyundong.com/report/#/' + '?token=' + getStorage(), '_blank')
} else if (index === 2) {

Loading…
Cancel
Save