css调整
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
</ai-list>
|
||||
<ai-dialog
|
||||
title="添加积分调整"
|
||||
:visible="dialog"
|
||||
:visible.sync="dialog"
|
||||
:destroyOnClose="true"
|
||||
width="720px"
|
||||
@onConfirm="onConfirm"
|
||||
@@ -59,11 +59,15 @@
|
||||
<el-input v-model.trim="form.eventDesc" placeholder="请输入..." type="textarea" :rows="4" show-word-limit
|
||||
maxlength="100"></el-input>
|
||||
</el-form-item>
|
||||
<!-- <el-form-item label="上传凭证">
|
||||
<el-form-item label="上传凭证">
|
||||
<el-row>
|
||||
<el-radio v-model="radio" label="1">图片</el-radio>
|
||||
<el-radio v-model="radio" label="2">附件</el-radio>
|
||||
</el-row>
|
||||
<ai-uploader :instance="instance" isWechat v-model="form.files" :limit="1" url="/app/wxcp/upload/uploadFile?type=image"></ai-uploader>
|
||||
</el-form-item> -->
|
||||
</el-form-item>
|
||||
<el-form-item label="类型" prop="integralCalcType">
|
||||
<ai-select v-model="form.integralCalcType" :selectList="dict.getDict('integralCalcType')"/>
|
||||
<!-- <ai-select v-model="form.integralCalcType" :selectList="dict.getDict('integralCalcType')"/> -->
|
||||
</el-form-item>
|
||||
<el-form-item label="积分" prop="changeIntegral">
|
||||
<el-input v-model.trim.num="form.changeIntegral" placeholder="请输入正数" size="small"></el-input>
|
||||
@@ -94,15 +98,17 @@ export default {
|
||||
tableData: [],
|
||||
page: {current: 1, size: 10, total: 0},
|
||||
girdList: [],
|
||||
dialog: true,
|
||||
|
||||
form: {
|
||||
|
||||
},
|
||||
personList: [],
|
||||
dialog: false,
|
||||
radio: ''
|
||||
}
|
||||
},
|
||||
created() {
|
||||
this.$dict.load('integralCalcType')
|
||||
// this.$dict.load('integralCalcType')
|
||||
},
|
||||
computed: {
|
||||
...mapState(['user']),
|
||||
|
||||
@@ -103,7 +103,7 @@ export default {
|
||||
methods: {
|
||||
getColEcherts() {
|
||||
let chartDom = document.getElementById('chartDom');
|
||||
chartDom.style.width = window.innerWidth - 328 + "px";
|
||||
chartDom.style.width = window.innerWidth - 335 + "px";
|
||||
this.myChart = echarts.init(chartDom);
|
||||
this.myChart.setOption({
|
||||
dataZoom: [
|
||||
|
||||
@@ -162,7 +162,7 @@ export default {
|
||||
methods: {
|
||||
getColEcherts1() {
|
||||
let chartDom1 = document.getElementById('chart1');
|
||||
chartDom1.style.width = (window.innerWidth - 344) / 2 + "px";
|
||||
chartDom1.style.width = (window.innerWidth - 435) / 2 + "px";
|
||||
this.myChart1 = echarts.init(chartDom1);
|
||||
this.myChart1.setOption({
|
||||
|
||||
@@ -223,7 +223,7 @@ export default {
|
||||
},
|
||||
getColEcherts2() {
|
||||
let chartDom2 = document.getElementById('chart2');
|
||||
chartDom2.style.width = (window.innerWidth - 344) / 2 + "px";
|
||||
chartDom2.style.width = (window.innerWidth - 435) / 2 + "px";
|
||||
this.myChart2 = echarts.init(chartDom2);
|
||||
this.myChart2.setOption({
|
||||
title: {
|
||||
|
||||
Reference in New Issue
Block a user