提交 f2ca1eaf authored 作者: lidongxu's avatar lidongxu

refactor(all): 修改积木报表的前缀地址

同上
上级 91729326
...@@ -14,4 +14,4 @@ VITE_APP_PUBLIC_PATH = './' ...@@ -14,4 +14,4 @@ VITE_APP_PUBLIC_PATH = './'
# 第三方服务回调地址 # 第三方服务回调地址
VITE_APP_REDIRECT_URL = 'http://111.198.15.68:86/link/' VITE_APP_REDIRECT_URL = 'http://111.198.15.68:86/link/'
# 积木报表网页资源地址 # 积木报表网页资源地址
VITE_APP_REPORT_URL = 'http://111.198.15.68:8080/' VITE_APP_REPORT_URL = 'http://111.198.15.68:86/'
\ No newline at end of file \ No newline at end of file
...@@ -14,4 +14,4 @@ VITE_APP_PUBLIC_PATH = './' ...@@ -14,4 +14,4 @@ VITE_APP_PUBLIC_PATH = './'
# 第三方服务回调地址 # 第三方服务回调地址
VITE_APP_REDIRECT_URL = 'http://111.198.15.68:85/link/' VITE_APP_REDIRECT_URL = 'http://111.198.15.68:85/link/'
# 积木报表网页资源地址 # 积木报表网页资源地址
VITE_APP_REPORT_URL = 'http://111.198.15.68:8080/' VITE_APP_REPORT_URL = 'http://111.198.15.68:85/'
\ No newline at end of file \ No newline at end of file
...@@ -313,51 +313,7 @@ const planTableList = ref([]) ...@@ -313,51 +313,7 @@ const planTableList = ref([])
const dialogVisible = ref(false) const dialogVisible = ref(false)
const confirmExcelUUID = ref('') const confirmExcelUUID = ref('')
const confirmTableColumns = [ const confirmTableColumns = [
{ ...columns.value,
label: '门店编码',
prop: 'storeCode',
width: 120
},
{
label: '门店名称',
prop: 'storeName',
width: 200
},
{
label: '活动模式',
prop: 'pattern',
width: 100
},
{
label: '月份',
prop: 'month',
width: 80
},
{
label: '日期',
prop: 'date',
width: 180
},
{
label: '促销员上班时间',
prop: 'clockInTime',
width: 180
},
{
label: '促销员下班时间',
prop: 'clockOutTime',
width: 180
},
{
label: '促销员薪资',
prop: 'salary',
width: 100
},
{
label: '杂费',
prop: 'incidentals',
width: 80
},
{ {
label: '错误消息', label: '错误消息',
prop: 'errorMsg', prop: 'errorMsg',
...@@ -404,6 +360,8 @@ const handleDelete = async () => { ...@@ -404,6 +360,8 @@ const handleDelete = async () => {
<style scoped <style scoped
lang="scss"> lang="scss">
.el-table { .el-table {
opacity: 1;
::v-deep(.error-row) { ::v-deep(.error-row) {
--el-table-tr-bg-color: var(--el-color-error-light-9); --el-table-tr-bg-color: var(--el-color-error-light-9);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论