Browse Source

feat:修改外链的配置

liu.shiyi 1 year ago
parent
commit
5b1c53013e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      data-room-ui/packages/BasicComponents/IframeChart/setting.vue

+ 2 - 2
data-room-ui/packages/BasicComponents/IframeChart/setting.vue

@@ -32,14 +32,14 @@
       <SettingTitle>基础</SettingTitle>
       <div class="setting-wrap">
         <el-form-item
-          label="链接"
+          label="URL"
           label-width="100px"
         >
           <el-input
             v-model="config.url"
             type="textarea"
             rows="4"
-            placeholder="请输入链接"
+            placeholder="请输入URL地址"
           />
         </el-form-item>
       </div>