Commit 53321cef authored by 吴春's avatar 吴春

1

parent f654874c
...@@ -241,6 +241,17 @@ ...@@ -241,6 +241,17 @@
</el-form-item> </el-form-item>
</template> </template>
</el-col> </el-col>
</el-row>
<el-row>
<el-col :span="12">
<el-form-item :label="$t('system.table_Url')">
<el-input style="width:217px" type="text" :disabled="addMsg.IsLock === 1" v-model="addMsg.LinkUrl"
maxlength="50" :placeholder="$t('system.ph_url')">
</el-input>
</el-form-item>
</el-col>
</el-row> </el-row>
<el-row> <el-row>
<el-col :span="12"> <el-col :span="12">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment