diff --git a/flossom-ui/src/views/system/companyTag/index.vue b/flossom-ui/src/views/system/companyTag/index.vue index f891365..9429acd 100644 --- a/flossom-ui/src/views/system/companyTag/index.vue +++ b/flossom-ui/src/views/system/companyTag/index.vue @@ -185,6 +185,7 @@ export default { refreshTable: true, // 查询参数 queryParams: { + type: 2, tagName: undefined, status: undefined }, diff --git a/flossom-ui/src/views/system/firing/index.vue b/flossom-ui/src/views/system/firing/index.vue index 073dd62..98cdf5f 100644 --- a/flossom-ui/src/views/system/firing/index.vue +++ b/flossom-ui/src/views/system/firing/index.vue @@ -33,6 +33,33 @@ + + + + + + + + + + + + 将文件拖到此处,或点击上传 + 请上传登录页背景图片,建议尺寸为375px*471p + + + + @@ -61,9 +88,7 @@ - - 提 交 - + diff --git a/flossom-ui/src/views/system/scriptTag/index.vue b/flossom-ui/src/views/system/scriptTag/index.vue new file mode 100644 index 0000000..5092f28 --- /dev/null +++ b/flossom-ui/src/views/system/scriptTag/index.vue @@ -0,0 +1,336 @@ + + + + + + + + + + + + + 搜索 + 重置 + + + + + + 新增 + + + 展开/折叠 + + + + + + + + + + + + + + + {{ parseTime(scope.row.createTime) }} + + + + + 修改 + 新增 + 删除 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/flossom-ui/src/views/system/wechatTag/index.vue b/flossom-ui/src/views/system/wechatTag/index.vue index 76149c9..5092f28 100644 --- a/flossom-ui/src/views/system/wechatTag/index.vue +++ b/flossom-ui/src/views/system/wechatTag/index.vue @@ -185,6 +185,7 @@ export default { refreshTable: true, // 查询参数 queryParams: { + type: 1, tagName: undefined, status: undefined },