diff --git a/.env.production b/.env.production index 46bb6f4..39f37af 100644 --- a/.env.production +++ b/.env.production @@ -3,8 +3,8 @@ ENV = 'production' # base api VUE_APP_BASE_API = '/prod-api' -VUE_APP_CLIENT_ADDRESS = 'http://t-app.beida666.com/#/' -VUE_APP_APP_ADDRESS = 'http://t-app.beida666.com/#/' +VUE_APP_CLIENT_ADDRESS = 'http://app.beida666.com/#/' +VUE_APP_APP_ADDRESS = 'http://app.beida666.com/#/' # 打包: # npm run build:prod diff --git a/src/styles/index.scss b/src/styles/index.scss index 260323c..3db3b5e 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -184,3 +184,13 @@ tbody { } } +.success-text{ + color: #00B42A; +} +.error-text{ + color: #FF0000; +} +.normal-text{ + color: #000000; +} + diff --git a/src/views/financial/recharge/doubleCz.vue b/src/views/financial/recharge/doubleCz.vue index 29dd5b5..2f8f7af 100644 --- a/src/views/financial/recharge/doubleCz.vue +++ b/src/views/financial/recharge/doubleCz.vue @@ -5,12 +5,16 @@ @@ -19,21 +23,21 @@ + /> + /> @@ -41,19 +45,17 @@ class="my_search" style="margin-left: 30px" @click="getList" - > {{ '搜索' }} + > {{ '搜索' }} {{ '重置' }} {{ item.label }} + :label="item.value" + >{{ item.label }} - + /> - + /> @@ -141,12 +143,11 @@ @@ -170,223 +171,225 @@ :auto-upload="false" drag > - +
- {{'将文件拖到此处,或'}} - {{'点击上传'}} + {{ '将文件拖到此处,或' }} + {{ '点击上传' }}
-
- {{ '下载模板' }} +
+ {{ '下载模板' }}
-
- {{'提示:仅允许导入“xls”或“xlsx”格式文件!'}} +
+ {{ '提示:仅允许导入“xls”或“xlsx”格式文件!' }}
-