2.4 组件结构调整,调整会员权限判断

This commit is contained in:
尚政杰
2026-02-04 17:43:41 +08:00
parent eeca65538c
commit 995ee7f220
274 changed files with 7191 additions and 2186 deletions

View File

@@ -54,9 +54,7 @@ const _sfc_main = {
data: [],
boundaryGap: false,
axisLine: { onZero: false },
splitLine: { show: false },
min: "dataMin",
max: ""
splitLine: { show: false }
},
yAxis: {
scale: true,
@@ -64,20 +62,6 @@ const _sfc_main = {
show: true
}
},
dataZoom: [
{
type: "inside",
start: 50,
end: 100
},
{
show: true,
type: "slider",
top: "90%",
start: 50,
end: 100
}
],
series: [
{
name: "日K",
@@ -118,7 +102,8 @@ const _sfc_main = {
type: "category",
scale: true,
axisLabel: {
customValues: ["09:30", "10:00", "10:30", "11:00", "11:30", "13:00", "13:30", "14:00", "14:30", "15:00"]
customValues: ["09:30", "10:00", "10:30", "11:00", "11:30", "13:00", "13:30", "14:00", "14:30", "15:00"],
fontSize: 9
}
},
yAxis: {
@@ -173,7 +158,7 @@ const _sfc_main = {
methods: {
async init() {
const chart = await this.$refs.chartRef.init(echarts);
common_vendor.index.__f__("log", "at pages/index/stockDetails/stockDetails.vue:238", chart);
common_vendor.index.__f__("log", "at pages/index/stockDetails/stockDetails.vue:223", chart);
if (this.selectCategory == 0) {
chart.setOption(this.option1);
} else