|
@@ -55,9 +55,9 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :xl="5">
|
|
|
- <el-form-item label="数据项" prop="itemListTitile">
|
|
|
+ <el-form-item label="点位" prop="itemListTitile">
|
|
|
<el-input :title="chartForm.itemListTitile" v-model="chartForm.itemListTitile" readonly
|
|
|
- placeholder="请选择数据项" maxlength="10" style="width: 200px;">
|
|
|
+ placeholder="请选择点位" maxlength="10" style="width: 200px;">
|
|
|
<el-button size="mini" type="primary" slot="append" icon="el-icon-search"
|
|
|
@click="chooseItemEvent">选择</el-button>
|
|
|
</el-input>
|
|
@@ -381,7 +381,7 @@ export default {
|
|
|
this.destroyChart()
|
|
|
if (this.chartForm.idList.length == 0) {
|
|
|
this.$message({
|
|
|
- message: '请选择数据项',
|
|
|
+ message: '请选择点位',
|
|
|
type: 'warning'
|
|
|
})
|
|
|
return
|
|
@@ -761,7 +761,7 @@ export default {
|
|
|
saveSchemeEvent() {
|
|
|
if (this.chartForm.idList.length == 0) {
|
|
|
this.$message({
|
|
|
- message: '请选择数据项',
|
|
|
+ message: '请选择点位',
|
|
|
type: 'warning'
|
|
|
})
|
|
|
return
|
|
@@ -872,7 +872,7 @@ export default {
|
|
|
exportItemListData(type) {
|
|
|
if (this.chartForm.idList.length == 0) {
|
|
|
this.$message({
|
|
|
- message: '请选择数据项',
|
|
|
+ message: '请选择点位',
|
|
|
type: 'warning'
|
|
|
})
|
|
|
return
|